azure_mgmt_devtestlabs 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.rspec +3 -0
- data/LICENSE.txt +21 -0
- data/Rakefile +5 -0
- data/azure_mgmt_devtestlabs.gemspec +34 -0
- data/lib/azure_mgmt_devtestlabs.rb +5 -0
- data/lib/generated/azure_mgmt_devtestlabs.rb +103 -0
- data/lib/generated/azure_mgmt_devtestlabs/artifact_operations.rb +477 -0
- data/lib/generated/azure_mgmt_devtestlabs/artifact_source_operations.rb +669 -0
- data/lib/generated/azure_mgmt_devtestlabs/cost_operations.rb +124 -0
- data/lib/generated/azure_mgmt_devtestlabs/custom_image_operations.rb +648 -0
- data/lib/generated/azure_mgmt_devtestlabs/dev_test_labs_client.rb +110 -0
- data/lib/generated/azure_mgmt_devtestlabs/formula_operations.rb +608 -0
- data/lib/generated/azure_mgmt_devtestlabs/gallery_image_operations.rb +252 -0
- data/lib/generated/azure_mgmt_devtestlabs/lab_operations.rb +1403 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/apply_artifacts_request.rb +53 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/arm_template_info.rb +54 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/artifact.rb +151 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/artifact_deployment_status_properties.rb +66 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/artifact_install_properties.rb +63 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/artifact_parameter_properties.rb +54 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/artifact_source.rb +183 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/cost.rb +139 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/cost_per_day_properties.rb +65 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/custom_image.rb +164 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/custom_image_os_type.rb +17 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/custom_image_properties_custom.rb +65 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/custom_image_properties_from_vm.rb +66 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/day_details.rb +44 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/enable_status.rb +16 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/evaluate_policies_properties.rb +64 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/evaluate_policies_request.rb +52 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/evaluate_policies_response.rb +52 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/formula.rb +174 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/formula_properties_from_vm.rb +45 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/gallery_image.rb +153 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/gallery_image_reference.rb +84 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/generate_arm_template_request.rb +72 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_parameter.rb +44 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/generate_upload_uri_response.rb +44 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/hour_details.rb +44 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/lab.rb +162 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/lab_cost_type.rb +17 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/lab_storage_type.rb +16 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/lab_vhd.rb +44 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/lab_virtual_machine.rb +321 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/linux_os_info.rb +46 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/linux_os_state.rb +17 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/parameter_info.rb +54 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/policy.rb +175 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/policy_evaluator_type.rb +16 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/policy_fact_name.rb +19 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/policy_set_result.rb +63 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/policy_status.rb +16 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/policy_violation.rb +54 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/resource_cost_properties.rb +106 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_artifact.rb +93 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_artifact_source.rb +94 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_custom_image.rb +93 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_formula.rb +93 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_gallery_image.rb +93 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_lab.rb +93 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_lab_vhd.rb +93 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_lab_virtual_machine.rb +95 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_policy.rb +93 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_schedule.rb +93 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/response_with_continuation_virtual_network.rb +94 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/schedule.rb +175 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/source_control_type.rb +16 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/subnet.rb +65 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/subnet_override.rb +78 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/subscription_notification.rb +67 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/subscription_notification_properties.rb +44 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/subscription_notification_state.rb +20 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/usage_permission_type.rb +17 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/virtual_network.rb +169 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/week_details.rb +61 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/windows_os_info.rb +45 -0
- data/lib/generated/azure_mgmt_devtestlabs/models/windows_os_state.rb +17 -0
- data/lib/generated/azure_mgmt_devtestlabs/module_definition.rb +8 -0
- data/lib/generated/azure_mgmt_devtestlabs/policy_operations.rb +690 -0
- data/lib/generated/azure_mgmt_devtestlabs/policy_set.rb +137 -0
- data/lib/generated/azure_mgmt_devtestlabs/schedule_operations.rb +796 -0
- data/lib/generated/azure_mgmt_devtestlabs/version.rb +8 -0
- data/lib/generated/azure_mgmt_devtestlabs/virtual_machine.rb +1155 -0
- data/lib/generated/azure_mgmt_devtestlabs/virtual_network_operations.rb +759 -0
- metadata +199 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::DevTestLabs
|
|
7
|
+
#
|
|
8
|
+
# A service client - single point of access to the REST API.
|
|
9
|
+
#
|
|
10
|
+
class DevTestLabsClient < MsRestAzure::AzureServiceClient
|
|
11
|
+
include MsRest::Serialization
|
|
12
|
+
include MsRestAzure
|
|
13
|
+
|
|
14
|
+
# @return [String] the base URI of the service.
|
|
15
|
+
attr_accessor :base_url
|
|
16
|
+
|
|
17
|
+
# @return Credentials needed for the client to connect to Azure.
|
|
18
|
+
attr_reader :credentials
|
|
19
|
+
|
|
20
|
+
# @return [String] Client API version.
|
|
21
|
+
attr_reader :api_version
|
|
22
|
+
|
|
23
|
+
# @return [String] The subscription ID.
|
|
24
|
+
attr_accessor :subscription_id
|
|
25
|
+
|
|
26
|
+
# @return [String] Gets or sets the preferred language for the response.
|
|
27
|
+
attr_accessor :accept_language
|
|
28
|
+
|
|
29
|
+
# @return [Integer] Gets or sets the retry timeout in seconds for Long
|
|
30
|
+
# Running Operations. Default value is 30.
|
|
31
|
+
attr_accessor :long_running_operation_retry_timeout
|
|
32
|
+
|
|
33
|
+
# @return [Boolean] When set to true a unique x-ms-client-request-id value
|
|
34
|
+
# is generated and included in each request. Default is true.
|
|
35
|
+
attr_accessor :generate_client_request_id
|
|
36
|
+
|
|
37
|
+
# @return Subscription credentials which uniquely identify client
|
|
38
|
+
# subscription.
|
|
39
|
+
attr_accessor :credentials
|
|
40
|
+
|
|
41
|
+
# @return [LabOperations] lab_operations
|
|
42
|
+
attr_reader :lab_operations
|
|
43
|
+
|
|
44
|
+
# @return [ArtifactSourceOperations] artifact_source_operations
|
|
45
|
+
attr_reader :artifact_source_operations
|
|
46
|
+
|
|
47
|
+
# @return [ArtifactOperations] artifact_operations
|
|
48
|
+
attr_reader :artifact_operations
|
|
49
|
+
|
|
50
|
+
# @return [CostOperations] cost_operations
|
|
51
|
+
attr_reader :cost_operations
|
|
52
|
+
|
|
53
|
+
# @return [CustomImageOperations] custom_image_operations
|
|
54
|
+
attr_reader :custom_image_operations
|
|
55
|
+
|
|
56
|
+
# @return [FormulaOperations] formula_operations
|
|
57
|
+
attr_reader :formula_operations
|
|
58
|
+
|
|
59
|
+
# @return [GalleryImageOperations] gallery_image_operations
|
|
60
|
+
attr_reader :gallery_image_operations
|
|
61
|
+
|
|
62
|
+
# @return [PolicySet] policy_set
|
|
63
|
+
attr_reader :policy_set
|
|
64
|
+
|
|
65
|
+
# @return [PolicyOperations] policy_operations
|
|
66
|
+
attr_reader :policy_operations
|
|
67
|
+
|
|
68
|
+
# @return [ScheduleOperations] schedule_operations
|
|
69
|
+
attr_reader :schedule_operations
|
|
70
|
+
|
|
71
|
+
# @return [VirtualMachine] virtual_machine
|
|
72
|
+
attr_reader :virtual_machine
|
|
73
|
+
|
|
74
|
+
# @return [VirtualNetworkOperations] virtual_network_operations
|
|
75
|
+
attr_reader :virtual_network_operations
|
|
76
|
+
|
|
77
|
+
#
|
|
78
|
+
# Creates initializes a new instance of the DevTestLabsClient class.
|
|
79
|
+
# @param credentials [MsRest::ServiceClientCredentials] credentials to authorize HTTP requests made by the service client.
|
|
80
|
+
# @param base_url [String] the base URI of the service.
|
|
81
|
+
# @param options [Array] filters to be applied to the HTTP requests.
|
|
82
|
+
#
|
|
83
|
+
def initialize(credentials, base_url = nil, options = nil)
|
|
84
|
+
super(credentials, options)
|
|
85
|
+
@base_url = base_url || 'https://management.azure.com'
|
|
86
|
+
|
|
87
|
+
fail ArgumentError, 'credentials is nil' if credentials.nil?
|
|
88
|
+
fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials)
|
|
89
|
+
@credentials = credentials
|
|
90
|
+
|
|
91
|
+
@lab_operations = LabOperations.new(self)
|
|
92
|
+
@artifact_source_operations = ArtifactSourceOperations.new(self)
|
|
93
|
+
@artifact_operations = ArtifactOperations.new(self)
|
|
94
|
+
@cost_operations = CostOperations.new(self)
|
|
95
|
+
@custom_image_operations = CustomImageOperations.new(self)
|
|
96
|
+
@formula_operations = FormulaOperations.new(self)
|
|
97
|
+
@gallery_image_operations = GalleryImageOperations.new(self)
|
|
98
|
+
@policy_set = PolicySet.new(self)
|
|
99
|
+
@policy_operations = PolicyOperations.new(self)
|
|
100
|
+
@schedule_operations = ScheduleOperations.new(self)
|
|
101
|
+
@virtual_machine = VirtualMachine.new(self)
|
|
102
|
+
@virtual_network_operations = VirtualNetworkOperations.new(self)
|
|
103
|
+
@api_version = '2016-05-15'
|
|
104
|
+
@accept_language = 'en-US'
|
|
105
|
+
@long_running_operation_retry_timeout = 30
|
|
106
|
+
@generate_client_request_id = true
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
end
|
|
110
|
+
end
|
|
@@ -0,0 +1,608 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
|
4
|
+
# regenerated.
|
|
5
|
+
|
|
6
|
+
module Azure::ARM::DevTestLabs
|
|
7
|
+
#
|
|
8
|
+
# The DevTest Labs Client.
|
|
9
|
+
#
|
|
10
|
+
class FormulaOperations
|
|
11
|
+
include Azure::ARM::DevTestLabs::Models
|
|
12
|
+
include MsRestAzure
|
|
13
|
+
|
|
14
|
+
#
|
|
15
|
+
# Creates and initializes a new instance of the FormulaOperations class.
|
|
16
|
+
# @param client service class for accessing basic functionality.
|
|
17
|
+
#
|
|
18
|
+
def initialize(client)
|
|
19
|
+
@client = client
|
|
20
|
+
end
|
|
21
|
+
|
|
22
|
+
# @return reference to the DevTestLabsClient
|
|
23
|
+
attr_reader :client
|
|
24
|
+
|
|
25
|
+
#
|
|
26
|
+
# List formulas in a given lab.
|
|
27
|
+
#
|
|
28
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
29
|
+
# @param lab_name [String] The name of the lab.
|
|
30
|
+
# @param filter [String] The filter to apply on the operation.
|
|
31
|
+
# @param top [Integer] The maximum number of resources to return from the
|
|
32
|
+
# operation.
|
|
33
|
+
# @param order_by [String] The ordering expression for the results, using
|
|
34
|
+
# OData notation.
|
|
35
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
36
|
+
# will be added to the HTTP request.
|
|
37
|
+
#
|
|
38
|
+
# @return [ResponseWithContinuationFormula] which provide lazy access to pages
|
|
39
|
+
# of the response.
|
|
40
|
+
#
|
|
41
|
+
def list_as_lazy(resource_group_name, lab_name, filter = nil, top = nil, order_by = nil, custom_headers = nil)
|
|
42
|
+
response = list_async(resource_group_name, lab_name, filter, top, order_by, custom_headers).value!
|
|
43
|
+
unless response.nil?
|
|
44
|
+
page = response.body
|
|
45
|
+
page.next_method = Proc.new do |next_link|
|
|
46
|
+
list_next_async(next_link, custom_headers)
|
|
47
|
+
end
|
|
48
|
+
page
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
|
|
52
|
+
#
|
|
53
|
+
# List formulas in a given lab.
|
|
54
|
+
#
|
|
55
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
56
|
+
# @param lab_name [String] The name of the lab.
|
|
57
|
+
# @param filter [String] The filter to apply on the operation.
|
|
58
|
+
# @param top [Integer] The maximum number of resources to return from the
|
|
59
|
+
# operation.
|
|
60
|
+
# @param order_by [String] The ordering expression for the results, using
|
|
61
|
+
# OData notation.
|
|
62
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
63
|
+
# will be added to the HTTP request.
|
|
64
|
+
#
|
|
65
|
+
# @return [Array<Formula>] operation results.
|
|
66
|
+
#
|
|
67
|
+
def list(resource_group_name, lab_name, filter = nil, top = nil, order_by = nil, custom_headers = nil)
|
|
68
|
+
first_page = list_as_lazy(resource_group_name, lab_name, filter, top, order_by, custom_headers)
|
|
69
|
+
first_page.get_all_items
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
#
|
|
73
|
+
# List formulas in a given lab.
|
|
74
|
+
#
|
|
75
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
76
|
+
# @param lab_name [String] The name of the lab.
|
|
77
|
+
# @param filter [String] The filter to apply on the operation.
|
|
78
|
+
# @param top [Integer] The maximum number of resources to return from the
|
|
79
|
+
# operation.
|
|
80
|
+
# @param order_by [String] The ordering expression for the results, using
|
|
81
|
+
# OData notation.
|
|
82
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
83
|
+
# will be added to the HTTP request.
|
|
84
|
+
#
|
|
85
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
86
|
+
#
|
|
87
|
+
def list_with_http_info(resource_group_name, lab_name, filter = nil, top = nil, order_by = nil, custom_headers = nil)
|
|
88
|
+
list_async(resource_group_name, lab_name, filter, top, order_by, custom_headers).value!
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
#
|
|
92
|
+
# List formulas in a given lab.
|
|
93
|
+
#
|
|
94
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
95
|
+
# @param lab_name [String] The name of the lab.
|
|
96
|
+
# @param filter [String] The filter to apply on the operation.
|
|
97
|
+
# @param top [Integer] The maximum number of resources to return from the
|
|
98
|
+
# operation.
|
|
99
|
+
# @param order_by [String] The ordering expression for the results, using
|
|
100
|
+
# OData notation.
|
|
101
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
102
|
+
# to the HTTP request.
|
|
103
|
+
#
|
|
104
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
105
|
+
#
|
|
106
|
+
def list_async(resource_group_name, lab_name, filter = nil, top = nil, order_by = nil, custom_headers = nil)
|
|
107
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
108
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
109
|
+
fail ArgumentError, 'lab_name is nil' if lab_name.nil?
|
|
110
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
request_headers = {}
|
|
114
|
+
|
|
115
|
+
# Set Headers
|
|
116
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
|
117
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
|
118
|
+
path_template = '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas'
|
|
119
|
+
options = {
|
|
120
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
|
121
|
+
path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'labName' => lab_name},
|
|
122
|
+
query_params: {'$filter' => filter,'$top' => top,'$orderBy' => order_by,'api-version' => @client.api_version},
|
|
123
|
+
headers: request_headers.merge(custom_headers || {})
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
request_url = @base_url || @client.base_url
|
|
127
|
+
|
|
128
|
+
request = MsRest::HttpOperationRequest.new(request_url, path_template, :get, options)
|
|
129
|
+
promise = request.run_promise do |req|
|
|
130
|
+
@client.credentials.sign_request(req) unless @client.credentials.nil?
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
promise = promise.then do |http_response|
|
|
134
|
+
status_code = http_response.status
|
|
135
|
+
response_content = http_response.body
|
|
136
|
+
unless status_code == 200
|
|
137
|
+
error_model = JSON.load(response_content)
|
|
138
|
+
fail MsRestAzure::AzureOperationError.new(request, http_response, error_model)
|
|
139
|
+
end
|
|
140
|
+
|
|
141
|
+
# Create Result
|
|
142
|
+
result = MsRestAzure::AzureOperationResponse.new(request, http_response)
|
|
143
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
144
|
+
# Deserialize Response
|
|
145
|
+
if status_code == 200
|
|
146
|
+
begin
|
|
147
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
|
148
|
+
result_mapper = ResponseWithContinuationFormula.mapper()
|
|
149
|
+
result.body = @client.deserialize(result_mapper, parsed_response, 'result.body')
|
|
150
|
+
rescue Exception => e
|
|
151
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
152
|
+
end
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
result
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
promise.execute
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
#
|
|
162
|
+
# Get formula.
|
|
163
|
+
#
|
|
164
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
165
|
+
# @param lab_name [String] The name of the lab.
|
|
166
|
+
# @param name [String] The name of the formula.
|
|
167
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
168
|
+
# will be added to the HTTP request.
|
|
169
|
+
#
|
|
170
|
+
# @return [Formula] operation results.
|
|
171
|
+
#
|
|
172
|
+
def get_resource(resource_group_name, lab_name, name, custom_headers = nil)
|
|
173
|
+
response = get_resource_async(resource_group_name, lab_name, name, custom_headers).value!
|
|
174
|
+
response.body unless response.nil?
|
|
175
|
+
end
|
|
176
|
+
|
|
177
|
+
#
|
|
178
|
+
# Get formula.
|
|
179
|
+
#
|
|
180
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
181
|
+
# @param lab_name [String] The name of the lab.
|
|
182
|
+
# @param name [String] The name of the formula.
|
|
183
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
184
|
+
# will be added to the HTTP request.
|
|
185
|
+
#
|
|
186
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
187
|
+
#
|
|
188
|
+
def get_resource_with_http_info(resource_group_name, lab_name, name, custom_headers = nil)
|
|
189
|
+
get_resource_async(resource_group_name, lab_name, name, custom_headers).value!
|
|
190
|
+
end
|
|
191
|
+
|
|
192
|
+
#
|
|
193
|
+
# Get formula.
|
|
194
|
+
#
|
|
195
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
196
|
+
# @param lab_name [String] The name of the lab.
|
|
197
|
+
# @param name [String] The name of the formula.
|
|
198
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
199
|
+
# to the HTTP request.
|
|
200
|
+
#
|
|
201
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
202
|
+
#
|
|
203
|
+
def get_resource_async(resource_group_name, lab_name, name, custom_headers = nil)
|
|
204
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
205
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
206
|
+
fail ArgumentError, 'lab_name is nil' if lab_name.nil?
|
|
207
|
+
fail ArgumentError, 'name is nil' if name.nil?
|
|
208
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
request_headers = {}
|
|
212
|
+
|
|
213
|
+
# Set Headers
|
|
214
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
|
215
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
|
216
|
+
path_template = '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}'
|
|
217
|
+
options = {
|
|
218
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
|
219
|
+
path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'labName' => lab_name,'name' => name},
|
|
220
|
+
query_params: {'api-version' => @client.api_version},
|
|
221
|
+
headers: request_headers.merge(custom_headers || {})
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
request_url = @base_url || @client.base_url
|
|
225
|
+
|
|
226
|
+
request = MsRest::HttpOperationRequest.new(request_url, path_template, :get, options)
|
|
227
|
+
promise = request.run_promise do |req|
|
|
228
|
+
@client.credentials.sign_request(req) unless @client.credentials.nil?
|
|
229
|
+
end
|
|
230
|
+
|
|
231
|
+
promise = promise.then do |http_response|
|
|
232
|
+
status_code = http_response.status
|
|
233
|
+
response_content = http_response.body
|
|
234
|
+
unless status_code == 200
|
|
235
|
+
error_model = JSON.load(response_content)
|
|
236
|
+
fail MsRestAzure::AzureOperationError.new(request, http_response, error_model)
|
|
237
|
+
end
|
|
238
|
+
|
|
239
|
+
# Create Result
|
|
240
|
+
result = MsRestAzure::AzureOperationResponse.new(request, http_response)
|
|
241
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
242
|
+
# Deserialize Response
|
|
243
|
+
if status_code == 200
|
|
244
|
+
begin
|
|
245
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
|
246
|
+
result_mapper = Formula.mapper()
|
|
247
|
+
result.body = @client.deserialize(result_mapper, parsed_response, 'result.body')
|
|
248
|
+
rescue Exception => e
|
|
249
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
250
|
+
end
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
result
|
|
254
|
+
end
|
|
255
|
+
|
|
256
|
+
promise.execute
|
|
257
|
+
end
|
|
258
|
+
|
|
259
|
+
#
|
|
260
|
+
# Create or replace an existing Formula. This operation can take a while to
|
|
261
|
+
# complete.
|
|
262
|
+
#
|
|
263
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
264
|
+
# @param lab_name [String] The name of the lab.
|
|
265
|
+
# @param name [String] The name of the formula.
|
|
266
|
+
# @param formula [Formula]
|
|
267
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
268
|
+
# will be added to the HTTP request.
|
|
269
|
+
#
|
|
270
|
+
# @return [Formula] operation results.
|
|
271
|
+
#
|
|
272
|
+
def create_or_update_resource(resource_group_name, lab_name, name, formula, custom_headers = nil)
|
|
273
|
+
response = create_or_update_resource_async(resource_group_name, lab_name, name, formula, custom_headers).value!
|
|
274
|
+
response.body unless response.nil?
|
|
275
|
+
end
|
|
276
|
+
|
|
277
|
+
#
|
|
278
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
279
|
+
# @param lab_name [String] The name of the lab.
|
|
280
|
+
# @param name [String] The name of the formula.
|
|
281
|
+
# @param formula [Formula]
|
|
282
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
283
|
+
# will be added to the HTTP request.
|
|
284
|
+
#
|
|
285
|
+
# @return [Concurrent::Promise] promise which provides async access to http
|
|
286
|
+
# response.
|
|
287
|
+
#
|
|
288
|
+
def create_or_update_resource_async(resource_group_name, lab_name, name, formula, custom_headers = nil)
|
|
289
|
+
# Send request
|
|
290
|
+
promise = begin_create_or_update_resource_async(resource_group_name, lab_name, name, formula, custom_headers)
|
|
291
|
+
|
|
292
|
+
promise = promise.then do |response|
|
|
293
|
+
# Defining deserialization method.
|
|
294
|
+
deserialize_method = lambda do |parsed_response|
|
|
295
|
+
result_mapper = Formula.mapper()
|
|
296
|
+
parsed_response = @client.deserialize(result_mapper, parsed_response, 'parsed_response')
|
|
297
|
+
end
|
|
298
|
+
|
|
299
|
+
# Waiting for response.
|
|
300
|
+
@client.get_long_running_operation_result(response, deserialize_method)
|
|
301
|
+
end
|
|
302
|
+
|
|
303
|
+
promise
|
|
304
|
+
end
|
|
305
|
+
|
|
306
|
+
#
|
|
307
|
+
# Create or replace an existing Formula. This operation can take a while to
|
|
308
|
+
# complete.
|
|
309
|
+
#
|
|
310
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
311
|
+
# @param lab_name [String] The name of the lab.
|
|
312
|
+
# @param name [String] The name of the formula.
|
|
313
|
+
# @param formula [Formula]
|
|
314
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
315
|
+
# will be added to the HTTP request.
|
|
316
|
+
#
|
|
317
|
+
# @return [Formula] operation results.
|
|
318
|
+
#
|
|
319
|
+
def begin_create_or_update_resource(resource_group_name, lab_name, name, formula, custom_headers = nil)
|
|
320
|
+
response = begin_create_or_update_resource_async(resource_group_name, lab_name, name, formula, custom_headers).value!
|
|
321
|
+
response.body unless response.nil?
|
|
322
|
+
end
|
|
323
|
+
|
|
324
|
+
#
|
|
325
|
+
# Create or replace an existing Formula. This operation can take a while to
|
|
326
|
+
# complete.
|
|
327
|
+
#
|
|
328
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
329
|
+
# @param lab_name [String] The name of the lab.
|
|
330
|
+
# @param name [String] The name of the formula.
|
|
331
|
+
# @param formula [Formula]
|
|
332
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
333
|
+
# will be added to the HTTP request.
|
|
334
|
+
#
|
|
335
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
336
|
+
#
|
|
337
|
+
def begin_create_or_update_resource_with_http_info(resource_group_name, lab_name, name, formula, custom_headers = nil)
|
|
338
|
+
begin_create_or_update_resource_async(resource_group_name, lab_name, name, formula, custom_headers).value!
|
|
339
|
+
end
|
|
340
|
+
|
|
341
|
+
#
|
|
342
|
+
# Create or replace an existing Formula. This operation can take a while to
|
|
343
|
+
# complete.
|
|
344
|
+
#
|
|
345
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
346
|
+
# @param lab_name [String] The name of the lab.
|
|
347
|
+
# @param name [String] The name of the formula.
|
|
348
|
+
# @param formula [Formula]
|
|
349
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
350
|
+
# to the HTTP request.
|
|
351
|
+
#
|
|
352
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
353
|
+
#
|
|
354
|
+
def begin_create_or_update_resource_async(resource_group_name, lab_name, name, formula, custom_headers = nil)
|
|
355
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
356
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
357
|
+
fail ArgumentError, 'lab_name is nil' if lab_name.nil?
|
|
358
|
+
fail ArgumentError, 'name is nil' if name.nil?
|
|
359
|
+
fail ArgumentError, 'formula is nil' if formula.nil?
|
|
360
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
request_headers = {}
|
|
364
|
+
|
|
365
|
+
# Set Headers
|
|
366
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
|
367
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
|
368
|
+
|
|
369
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
|
370
|
+
|
|
371
|
+
# Serialize Request
|
|
372
|
+
request_mapper = Formula.mapper()
|
|
373
|
+
request_content = @client.serialize(request_mapper, formula, 'formula')
|
|
374
|
+
request_content = request_content != nil ? JSON.generate(request_content, quirks_mode: true) : nil
|
|
375
|
+
|
|
376
|
+
path_template = '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}'
|
|
377
|
+
options = {
|
|
378
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
|
379
|
+
path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'labName' => lab_name,'name' => name},
|
|
380
|
+
query_params: {'api-version' => @client.api_version},
|
|
381
|
+
body: request_content,
|
|
382
|
+
headers: request_headers.merge(custom_headers || {})
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
request_url = @base_url || @client.base_url
|
|
386
|
+
|
|
387
|
+
request = MsRest::HttpOperationRequest.new(request_url, path_template, :put, options)
|
|
388
|
+
promise = request.run_promise do |req|
|
|
389
|
+
@client.credentials.sign_request(req) unless @client.credentials.nil?
|
|
390
|
+
end
|
|
391
|
+
|
|
392
|
+
promise = promise.then do |http_response|
|
|
393
|
+
status_code = http_response.status
|
|
394
|
+
response_content = http_response.body
|
|
395
|
+
unless status_code == 200 || status_code == 201
|
|
396
|
+
error_model = JSON.load(response_content)
|
|
397
|
+
fail MsRestAzure::AzureOperationError.new(request, http_response, error_model)
|
|
398
|
+
end
|
|
399
|
+
|
|
400
|
+
# Create Result
|
|
401
|
+
result = MsRestAzure::AzureOperationResponse.new(request, http_response)
|
|
402
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
403
|
+
# Deserialize Response
|
|
404
|
+
if status_code == 200
|
|
405
|
+
begin
|
|
406
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
|
407
|
+
result_mapper = Formula.mapper()
|
|
408
|
+
result.body = @client.deserialize(result_mapper, parsed_response, 'result.body')
|
|
409
|
+
rescue Exception => e
|
|
410
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
411
|
+
end
|
|
412
|
+
end
|
|
413
|
+
# Deserialize Response
|
|
414
|
+
if status_code == 201
|
|
415
|
+
begin
|
|
416
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
|
417
|
+
result_mapper = Formula.mapper()
|
|
418
|
+
result.body = @client.deserialize(result_mapper, parsed_response, 'result.body')
|
|
419
|
+
rescue Exception => e
|
|
420
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
421
|
+
end
|
|
422
|
+
end
|
|
423
|
+
|
|
424
|
+
result
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
promise.execute
|
|
428
|
+
end
|
|
429
|
+
|
|
430
|
+
#
|
|
431
|
+
# Delete formula.
|
|
432
|
+
#
|
|
433
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
434
|
+
# @param lab_name [String] The name of the lab.
|
|
435
|
+
# @param name [String] The name of the formula.
|
|
436
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
437
|
+
# will be added to the HTTP request.
|
|
438
|
+
#
|
|
439
|
+
#
|
|
440
|
+
def delete_resource(resource_group_name, lab_name, name, custom_headers = nil)
|
|
441
|
+
response = delete_resource_async(resource_group_name, lab_name, name, custom_headers).value!
|
|
442
|
+
nil
|
|
443
|
+
end
|
|
444
|
+
|
|
445
|
+
#
|
|
446
|
+
# Delete formula.
|
|
447
|
+
#
|
|
448
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
449
|
+
# @param lab_name [String] The name of the lab.
|
|
450
|
+
# @param name [String] The name of the formula.
|
|
451
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
452
|
+
# will be added to the HTTP request.
|
|
453
|
+
#
|
|
454
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
455
|
+
#
|
|
456
|
+
def delete_resource_with_http_info(resource_group_name, lab_name, name, custom_headers = nil)
|
|
457
|
+
delete_resource_async(resource_group_name, lab_name, name, custom_headers).value!
|
|
458
|
+
end
|
|
459
|
+
|
|
460
|
+
#
|
|
461
|
+
# Delete formula.
|
|
462
|
+
#
|
|
463
|
+
# @param resource_group_name [String] The name of the resource group.
|
|
464
|
+
# @param lab_name [String] The name of the lab.
|
|
465
|
+
# @param name [String] The name of the formula.
|
|
466
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
467
|
+
# to the HTTP request.
|
|
468
|
+
#
|
|
469
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
470
|
+
#
|
|
471
|
+
def delete_resource_async(resource_group_name, lab_name, name, custom_headers = nil)
|
|
472
|
+
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
|
473
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
|
474
|
+
fail ArgumentError, 'lab_name is nil' if lab_name.nil?
|
|
475
|
+
fail ArgumentError, 'name is nil' if name.nil?
|
|
476
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
request_headers = {}
|
|
480
|
+
|
|
481
|
+
# Set Headers
|
|
482
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
|
483
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
|
484
|
+
path_template = '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}'
|
|
485
|
+
options = {
|
|
486
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
|
487
|
+
path_params: {'subscriptionId' => @client.subscription_id,'resourceGroupName' => resource_group_name,'labName' => lab_name,'name' => name},
|
|
488
|
+
query_params: {'api-version' => @client.api_version},
|
|
489
|
+
headers: request_headers.merge(custom_headers || {})
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
request_url = @base_url || @client.base_url
|
|
493
|
+
|
|
494
|
+
request = MsRest::HttpOperationRequest.new(request_url, path_template, :delete, options)
|
|
495
|
+
promise = request.run_promise do |req|
|
|
496
|
+
@client.credentials.sign_request(req) unless @client.credentials.nil?
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
promise = promise.then do |http_response|
|
|
500
|
+
status_code = http_response.status
|
|
501
|
+
response_content = http_response.body
|
|
502
|
+
unless status_code == 200 || status_code == 204
|
|
503
|
+
error_model = JSON.load(response_content)
|
|
504
|
+
fail MsRestAzure::AzureOperationError.new(request, http_response, error_model)
|
|
505
|
+
end
|
|
506
|
+
|
|
507
|
+
# Create Result
|
|
508
|
+
result = MsRestAzure::AzureOperationResponse.new(request, http_response)
|
|
509
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
510
|
+
|
|
511
|
+
result
|
|
512
|
+
end
|
|
513
|
+
|
|
514
|
+
promise.execute
|
|
515
|
+
end
|
|
516
|
+
|
|
517
|
+
#
|
|
518
|
+
# List formulas in a given lab.
|
|
519
|
+
#
|
|
520
|
+
# @param next_page_link [String] The NextLink from the previous successful
|
|
521
|
+
# call to List operation.
|
|
522
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
523
|
+
# will be added to the HTTP request.
|
|
524
|
+
#
|
|
525
|
+
# @return [ResponseWithContinuationFormula] operation results.
|
|
526
|
+
#
|
|
527
|
+
def list_next(next_page_link, custom_headers = nil)
|
|
528
|
+
response = list_next_async(next_page_link, custom_headers).value!
|
|
529
|
+
response.body unless response.nil?
|
|
530
|
+
end
|
|
531
|
+
|
|
532
|
+
#
|
|
533
|
+
# List formulas in a given lab.
|
|
534
|
+
#
|
|
535
|
+
# @param next_page_link [String] The NextLink from the previous successful
|
|
536
|
+
# call to List operation.
|
|
537
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
538
|
+
# will be added to the HTTP request.
|
|
539
|
+
#
|
|
540
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
|
541
|
+
#
|
|
542
|
+
def list_next_with_http_info(next_page_link, custom_headers = nil)
|
|
543
|
+
list_next_async(next_page_link, custom_headers).value!
|
|
544
|
+
end
|
|
545
|
+
|
|
546
|
+
#
|
|
547
|
+
# List formulas in a given lab.
|
|
548
|
+
#
|
|
549
|
+
# @param next_page_link [String] The NextLink from the previous successful
|
|
550
|
+
# call to List operation.
|
|
551
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
552
|
+
# to the HTTP request.
|
|
553
|
+
#
|
|
554
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
|
555
|
+
#
|
|
556
|
+
def list_next_async(next_page_link, custom_headers = nil)
|
|
557
|
+
fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
request_headers = {}
|
|
561
|
+
|
|
562
|
+
# Set Headers
|
|
563
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
|
564
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
|
565
|
+
path_template = '{nextLink}'
|
|
566
|
+
options = {
|
|
567
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
|
568
|
+
skip_encoding_path_params: {'nextLink' => next_page_link},
|
|
569
|
+
headers: request_headers.merge(custom_headers || {})
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
request_url = @base_url || @client.base_url
|
|
573
|
+
|
|
574
|
+
request = MsRest::HttpOperationRequest.new(request_url, path_template, :get, options)
|
|
575
|
+
promise = request.run_promise do |req|
|
|
576
|
+
@client.credentials.sign_request(req) unless @client.credentials.nil?
|
|
577
|
+
end
|
|
578
|
+
|
|
579
|
+
promise = promise.then do |http_response|
|
|
580
|
+
status_code = http_response.status
|
|
581
|
+
response_content = http_response.body
|
|
582
|
+
unless status_code == 200
|
|
583
|
+
error_model = JSON.load(response_content)
|
|
584
|
+
fail MsRestAzure::AzureOperationError.new(request, http_response, error_model)
|
|
585
|
+
end
|
|
586
|
+
|
|
587
|
+
# Create Result
|
|
588
|
+
result = MsRestAzure::AzureOperationResponse.new(request, http_response)
|
|
589
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
590
|
+
# Deserialize Response
|
|
591
|
+
if status_code == 200
|
|
592
|
+
begin
|
|
593
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
|
594
|
+
result_mapper = ResponseWithContinuationFormula.mapper()
|
|
595
|
+
result.body = @client.deserialize(result_mapper, parsed_response, 'result.body')
|
|
596
|
+
rescue Exception => e
|
|
597
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
|
598
|
+
end
|
|
599
|
+
end
|
|
600
|
+
|
|
601
|
+
result
|
|
602
|
+
end
|
|
603
|
+
|
|
604
|
+
promise.execute
|
|
605
|
+
end
|
|
606
|
+
|
|
607
|
+
end
|
|
608
|
+
end
|