azure_mgmt_automation 0.16.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-10-31/generated/azure_mgmt_automation.rb +110 -97
- data/lib/2015-10-31/generated/azure_mgmt_automation/activity_operations.rb +36 -25
- data/lib/2015-10-31/generated/azure_mgmt_automation/agent_registration_information.rb +32 -22
- data/lib/2015-10-31/generated/azure_mgmt_automation/automation_account_operations.rb +38 -31
- data/lib/2015-10-31/generated/azure_mgmt_automation/automation_client.rb +22 -12
- data/lib/2015-10-31/generated/azure_mgmt_automation/certificate_operations.rb +84 -58
- data/lib/2015-10-31/generated/azure_mgmt_automation/connection_operations.rb +84 -58
- data/lib/2015-10-31/generated/azure_mgmt_automation/connection_type_operations.rb +68 -47
- data/lib/2015-10-31/generated/azure_mgmt_automation/credential_operations.rb +84 -58
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_compilation_job_operations.rb +68 -47
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_compilation_job_stream.rb +124 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_configuration_operations.rb +218 -61
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_configuration_operations.rb +69 -58
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb +68 -47
- data/lib/2015-10-31/generated/azure_mgmt_automation/fields.rb +16 -11
- data/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb +73 -48
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_operations.rb +132 -91
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_schedule_operations.rb +73 -48
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_stream_operations.rb +36 -25
- data/lib/2015-10-31/generated/azure_mgmt_automation/keys.rb +120 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/linked_workspace_operations.rb +120 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_parameter.rb +35 -2
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_parameter_validation_set.rb +47 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/advanced_schedule_monthly_occurrence.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/agent_registration_key_name.rb +2 -2
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/agent_registration_regenerate_key_parameter.rb +2 -2
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account.rb +9 -9
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_key_name.rb +16 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_key_permissions.rb +16 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate.rb +1 -10
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection.rb +1 -10
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential.rb +1 -10
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job.rb +44 -4
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job_create_parameters.rb +3 -3
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb +20 -9
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_list_result.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_update_parameters.rb +132 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node.rb +1 -25
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration.rb +20 -15
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_create_or_update_parameters.rb +4 -4
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/group_type_enum.rb +16 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker.rb +11 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job.rb +37 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_create_parameters.rb +0 -42
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_provisioning_state.rb +18 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/key.rb +73 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/key_list_result.rb +56 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/{sub_resource.rb → linked_workspace.rb} +7 -6
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_model.rb +20 -9
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/proxy_resource.rb +62 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/resource.rb +4 -34
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook.rb +9 -9
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_draft.rb +2 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule.rb +1 -10
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_association_property.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_create_or_update_parameters.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_update_parameters.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/test_job.rb +11 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/test_job_create_parameters.rb +0 -11
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/tracked_resource.rb +92 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable.rb +1 -10
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook.rb +23 -7
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_update_parameters.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb +84 -58
- data/lib/2015-10-31/generated/azure_mgmt_automation/node_reports.rb +53 -54
- data/lib/2015-10-31/generated/azure_mgmt_automation/object_data_types.rb +32 -22
- data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_draft_operations.rb +150 -107
- data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_operations.rb +130 -78
- data/lib/2015-10-31/generated/azure_mgmt_automation/schedule_operations.rb +96 -60
- data/lib/2015-10-31/generated/azure_mgmt_automation/statistics_operations.rb +8 -6
- data/lib/2015-10-31/generated/azure_mgmt_automation/{test_jobs.rb → test_job_operations.rb} +87 -62
- data/lib/2015-10-31/generated/azure_mgmt_automation/test_job_streams.rb +44 -30
- data/lib/2015-10-31/generated/azure_mgmt_automation/usages.rb +8 -6
- data/lib/2015-10-31/generated/azure_mgmt_automation/variable_operations.rb +84 -58
- data/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb +100 -69
- data/lib/profiles/latest/modules/automation_profile_module.rb +364 -318
- data/lib/version.rb +1 -1
- metadata +19 -6
@@ -24,42 +24,47 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
24
24
|
#
|
25
25
|
# Generates a Uri for use in creating a webhook.
|
26
26
|
#
|
27
|
-
# @param
|
27
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
28
|
+
# @param automation_account_name [String] The name of the automation account.
|
28
29
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
29
30
|
# will be added to the HTTP request.
|
30
31
|
#
|
31
32
|
# @return [String] operation results.
|
32
33
|
#
|
33
|
-
def generate_uri(automation_account_name, custom_headers:nil)
|
34
|
-
response = generate_uri_async(automation_account_name, custom_headers:custom_headers).value!
|
34
|
+
def generate_uri(resource_group_name, automation_account_name, custom_headers:nil)
|
35
|
+
response = generate_uri_async(resource_group_name, automation_account_name, custom_headers:custom_headers).value!
|
35
36
|
response.body unless response.nil?
|
36
37
|
end
|
37
38
|
|
38
39
|
#
|
39
40
|
# Generates a Uri for use in creating a webhook.
|
40
41
|
#
|
41
|
-
# @param
|
42
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
43
|
+
# @param automation_account_name [String] The name of the automation account.
|
42
44
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
43
45
|
# will be added to the HTTP request.
|
44
46
|
#
|
45
47
|
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
46
48
|
#
|
47
|
-
def generate_uri_with_http_info(automation_account_name, custom_headers:nil)
|
48
|
-
generate_uri_async(automation_account_name, custom_headers:custom_headers).value!
|
49
|
+
def generate_uri_with_http_info(resource_group_name, automation_account_name, custom_headers:nil)
|
50
|
+
generate_uri_async(resource_group_name, automation_account_name, custom_headers:custom_headers).value!
|
49
51
|
end
|
50
52
|
|
51
53
|
#
|
52
54
|
# Generates a Uri for use in creating a webhook.
|
53
55
|
#
|
54
|
-
# @param
|
56
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
57
|
+
# @param automation_account_name [String] The name of the automation account.
|
55
58
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
56
59
|
# to the HTTP request.
|
57
60
|
#
|
58
61
|
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
59
62
|
#
|
60
|
-
def generate_uri_async(automation_account_name, custom_headers:nil)
|
61
|
-
fail ArgumentError, '
|
62
|
-
fail ArgumentError, "'
|
63
|
+
def generate_uri_async(resource_group_name, automation_account_name, custom_headers:nil)
|
64
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
65
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
|
66
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
|
67
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
63
68
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
64
69
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
65
70
|
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
@@ -77,7 +82,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
77
82
|
|
78
83
|
options = {
|
79
84
|
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
80
|
-
path_params: {'resourceGroupName' =>
|
85
|
+
path_params: {'resourceGroupName' => resource_group_name,'automationAccountName' => automation_account_name,'subscriptionId' => @client.subscription_id},
|
81
86
|
query_params: {'api-version' => @client.api_version},
|
82
87
|
headers: request_headers.merge(custom_headers || {}),
|
83
88
|
base_url: request_url
|
@@ -121,44 +126,49 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
121
126
|
#
|
122
127
|
# Delete the webhook by name.
|
123
128
|
#
|
124
|
-
# @param
|
129
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
130
|
+
# @param automation_account_name [String] The name of the automation account.
|
125
131
|
# @param webhook_name [String] The webhook name.
|
126
132
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
127
133
|
# will be added to the HTTP request.
|
128
134
|
#
|
129
135
|
#
|
130
|
-
def delete(automation_account_name, webhook_name, custom_headers:nil)
|
131
|
-
response = delete_async(automation_account_name, webhook_name, custom_headers:custom_headers).value!
|
136
|
+
def delete(resource_group_name, automation_account_name, webhook_name, custom_headers:nil)
|
137
|
+
response = delete_async(resource_group_name, automation_account_name, webhook_name, custom_headers:custom_headers).value!
|
132
138
|
nil
|
133
139
|
end
|
134
140
|
|
135
141
|
#
|
136
142
|
# Delete the webhook by name.
|
137
143
|
#
|
138
|
-
# @param
|
144
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
145
|
+
# @param automation_account_name [String] The name of the automation account.
|
139
146
|
# @param webhook_name [String] The webhook name.
|
140
147
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
141
148
|
# will be added to the HTTP request.
|
142
149
|
#
|
143
150
|
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
144
151
|
#
|
145
|
-
def delete_with_http_info(automation_account_name, webhook_name, custom_headers:nil)
|
146
|
-
delete_async(automation_account_name, webhook_name, custom_headers:custom_headers).value!
|
152
|
+
def delete_with_http_info(resource_group_name, automation_account_name, webhook_name, custom_headers:nil)
|
153
|
+
delete_async(resource_group_name, automation_account_name, webhook_name, custom_headers:custom_headers).value!
|
147
154
|
end
|
148
155
|
|
149
156
|
#
|
150
157
|
# Delete the webhook by name.
|
151
158
|
#
|
152
|
-
# @param
|
159
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
160
|
+
# @param automation_account_name [String] The name of the automation account.
|
153
161
|
# @param webhook_name [String] The webhook name.
|
154
162
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
155
163
|
# to the HTTP request.
|
156
164
|
#
|
157
165
|
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
158
166
|
#
|
159
|
-
def delete_async(automation_account_name, webhook_name, custom_headers:nil)
|
160
|
-
fail ArgumentError, '
|
161
|
-
fail ArgumentError, "'
|
167
|
+
def delete_async(resource_group_name, automation_account_name, webhook_name, custom_headers:nil)
|
168
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
169
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
|
170
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
|
171
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
162
172
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
163
173
|
fail ArgumentError, 'webhook_name is nil' if webhook_name.nil?
|
164
174
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
@@ -177,7 +187,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
177
187
|
|
178
188
|
options = {
|
179
189
|
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
180
|
-
path_params: {'resourceGroupName' =>
|
190
|
+
path_params: {'resourceGroupName' => resource_group_name,'automationAccountName' => automation_account_name,'webhookName' => webhook_name,'subscriptionId' => @client.subscription_id},
|
181
191
|
query_params: {'api-version' => @client.api_version},
|
182
192
|
headers: request_headers.merge(custom_headers || {}),
|
183
193
|
base_url: request_url
|
@@ -204,45 +214,50 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
204
214
|
#
|
205
215
|
# Retrieve the webhook identified by webhook name.
|
206
216
|
#
|
207
|
-
# @param
|
217
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
218
|
+
# @param automation_account_name [String] The name of the automation account.
|
208
219
|
# @param webhook_name [String] The webhook name.
|
209
220
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
210
221
|
# will be added to the HTTP request.
|
211
222
|
#
|
212
223
|
# @return [Webhook] operation results.
|
213
224
|
#
|
214
|
-
def get(automation_account_name, webhook_name, custom_headers:nil)
|
215
|
-
response = get_async(automation_account_name, webhook_name, custom_headers:custom_headers).value!
|
225
|
+
def get(resource_group_name, automation_account_name, webhook_name, custom_headers:nil)
|
226
|
+
response = get_async(resource_group_name, automation_account_name, webhook_name, custom_headers:custom_headers).value!
|
216
227
|
response.body unless response.nil?
|
217
228
|
end
|
218
229
|
|
219
230
|
#
|
220
231
|
# Retrieve the webhook identified by webhook name.
|
221
232
|
#
|
222
|
-
# @param
|
233
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
234
|
+
# @param automation_account_name [String] The name of the automation account.
|
223
235
|
# @param webhook_name [String] The webhook name.
|
224
236
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
225
237
|
# will be added to the HTTP request.
|
226
238
|
#
|
227
239
|
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
228
240
|
#
|
229
|
-
def get_with_http_info(automation_account_name, webhook_name, custom_headers:nil)
|
230
|
-
get_async(automation_account_name, webhook_name, custom_headers:custom_headers).value!
|
241
|
+
def get_with_http_info(resource_group_name, automation_account_name, webhook_name, custom_headers:nil)
|
242
|
+
get_async(resource_group_name, automation_account_name, webhook_name, custom_headers:custom_headers).value!
|
231
243
|
end
|
232
244
|
|
233
245
|
#
|
234
246
|
# Retrieve the webhook identified by webhook name.
|
235
247
|
#
|
236
|
-
# @param
|
248
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
249
|
+
# @param automation_account_name [String] The name of the automation account.
|
237
250
|
# @param webhook_name [String] The webhook name.
|
238
251
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
239
252
|
# to the HTTP request.
|
240
253
|
#
|
241
254
|
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
242
255
|
#
|
243
|
-
def get_async(automation_account_name, webhook_name, custom_headers:nil)
|
244
|
-
fail ArgumentError, '
|
245
|
-
fail ArgumentError, "'
|
256
|
+
def get_async(resource_group_name, automation_account_name, webhook_name, custom_headers:nil)
|
257
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
258
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
|
259
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
|
260
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
246
261
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
247
262
|
fail ArgumentError, 'webhook_name is nil' if webhook_name.nil?
|
248
263
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
@@ -261,7 +276,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
261
276
|
|
262
277
|
options = {
|
263
278
|
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
264
|
-
path_params: {'resourceGroupName' =>
|
279
|
+
path_params: {'resourceGroupName' => resource_group_name,'automationAccountName' => automation_account_name,'webhookName' => webhook_name,'subscriptionId' => @client.subscription_id},
|
265
280
|
query_params: {'api-version' => @client.api_version},
|
266
281
|
headers: request_headers.merge(custom_headers || {}),
|
267
282
|
base_url: request_url
|
@@ -298,7 +313,8 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
298
313
|
#
|
299
314
|
# Create the webhook identified by webhook name.
|
300
315
|
#
|
301
|
-
# @param
|
316
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
317
|
+
# @param automation_account_name [String] The name of the automation account.
|
302
318
|
# @param webhook_name [String] The webhook name.
|
303
319
|
# @param parameters [WebhookCreateOrUpdateParameters] The create or update
|
304
320
|
# parameters for webhook.
|
@@ -307,15 +323,16 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
307
323
|
#
|
308
324
|
# @return [Webhook] operation results.
|
309
325
|
#
|
310
|
-
def create_or_update(automation_account_name, webhook_name, parameters, custom_headers:nil)
|
311
|
-
response = create_or_update_async(automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
|
326
|
+
def create_or_update(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
|
327
|
+
response = create_or_update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
|
312
328
|
response.body unless response.nil?
|
313
329
|
end
|
314
330
|
|
315
331
|
#
|
316
332
|
# Create the webhook identified by webhook name.
|
317
333
|
#
|
318
|
-
# @param
|
334
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
335
|
+
# @param automation_account_name [String] The name of the automation account.
|
319
336
|
# @param webhook_name [String] The webhook name.
|
320
337
|
# @param parameters [WebhookCreateOrUpdateParameters] The create or update
|
321
338
|
# parameters for webhook.
|
@@ -324,14 +341,15 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
324
341
|
#
|
325
342
|
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
326
343
|
#
|
327
|
-
def create_or_update_with_http_info(automation_account_name, webhook_name, parameters, custom_headers:nil)
|
328
|
-
create_or_update_async(automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
|
344
|
+
def create_or_update_with_http_info(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
|
345
|
+
create_or_update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
|
329
346
|
end
|
330
347
|
|
331
348
|
#
|
332
349
|
# Create the webhook identified by webhook name.
|
333
350
|
#
|
334
|
-
# @param
|
351
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
352
|
+
# @param automation_account_name [String] The name of the automation account.
|
335
353
|
# @param webhook_name [String] The webhook name.
|
336
354
|
# @param parameters [WebhookCreateOrUpdateParameters] The create or update
|
337
355
|
# parameters for webhook.
|
@@ -340,9 +358,11 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
340
358
|
#
|
341
359
|
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
342
360
|
#
|
343
|
-
def create_or_update_async(automation_account_name, webhook_name, parameters, custom_headers:nil)
|
344
|
-
fail ArgumentError, '
|
345
|
-
fail ArgumentError, "'
|
361
|
+
def create_or_update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
|
362
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
363
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
|
364
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
|
365
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
346
366
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
347
367
|
fail ArgumentError, 'webhook_name is nil' if webhook_name.nil?
|
348
368
|
fail ArgumentError, 'parameters is nil' if parameters.nil?
|
@@ -368,7 +388,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
368
388
|
|
369
389
|
options = {
|
370
390
|
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
371
|
-
path_params: {'resourceGroupName' =>
|
391
|
+
path_params: {'resourceGroupName' => resource_group_name,'automationAccountName' => automation_account_name,'webhookName' => webhook_name,'subscriptionId' => @client.subscription_id},
|
372
392
|
query_params: {'api-version' => @client.api_version},
|
373
393
|
body: request_content,
|
374
394
|
headers: request_headers.merge(custom_headers || {}),
|
@@ -416,7 +436,8 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
416
436
|
#
|
417
437
|
# Update the webhook identified by webhook name.
|
418
438
|
#
|
419
|
-
# @param
|
439
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
440
|
+
# @param automation_account_name [String] The name of the automation account.
|
420
441
|
# @param webhook_name [String] The webhook name.
|
421
442
|
# @param parameters [WebhookUpdateParameters] The update parameters for
|
422
443
|
# webhook.
|
@@ -425,15 +446,16 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
425
446
|
#
|
426
447
|
# @return [Webhook] operation results.
|
427
448
|
#
|
428
|
-
def update(automation_account_name, webhook_name, parameters, custom_headers:nil)
|
429
|
-
response = update_async(automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
|
449
|
+
def update(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
|
450
|
+
response = update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
|
430
451
|
response.body unless response.nil?
|
431
452
|
end
|
432
453
|
|
433
454
|
#
|
434
455
|
# Update the webhook identified by webhook name.
|
435
456
|
#
|
436
|
-
# @param
|
457
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
458
|
+
# @param automation_account_name [String] The name of the automation account.
|
437
459
|
# @param webhook_name [String] The webhook name.
|
438
460
|
# @param parameters [WebhookUpdateParameters] The update parameters for
|
439
461
|
# webhook.
|
@@ -442,14 +464,15 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
442
464
|
#
|
443
465
|
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
444
466
|
#
|
445
|
-
def update_with_http_info(automation_account_name, webhook_name, parameters, custom_headers:nil)
|
446
|
-
update_async(automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
|
467
|
+
def update_with_http_info(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
|
468
|
+
update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:custom_headers).value!
|
447
469
|
end
|
448
470
|
|
449
471
|
#
|
450
472
|
# Update the webhook identified by webhook name.
|
451
473
|
#
|
452
|
-
# @param
|
474
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
475
|
+
# @param automation_account_name [String] The name of the automation account.
|
453
476
|
# @param webhook_name [String] The webhook name.
|
454
477
|
# @param parameters [WebhookUpdateParameters] The update parameters for
|
455
478
|
# webhook.
|
@@ -458,9 +481,11 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
458
481
|
#
|
459
482
|
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
460
483
|
#
|
461
|
-
def update_async(automation_account_name, webhook_name, parameters, custom_headers:nil)
|
462
|
-
fail ArgumentError, '
|
463
|
-
fail ArgumentError, "'
|
484
|
+
def update_async(resource_group_name, automation_account_name, webhook_name, parameters, custom_headers:nil)
|
485
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
486
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
|
487
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
|
488
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
464
489
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
465
490
|
fail ArgumentError, 'webhook_name is nil' if webhook_name.nil?
|
466
491
|
fail ArgumentError, 'parameters is nil' if parameters.nil?
|
@@ -486,7 +511,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
486
511
|
|
487
512
|
options = {
|
488
513
|
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
489
|
-
path_params: {'resourceGroupName' =>
|
514
|
+
path_params: {'resourceGroupName' => resource_group_name,'automationAccountName' => automation_account_name,'webhookName' => webhook_name,'subscriptionId' => @client.subscription_id},
|
490
515
|
query_params: {'api-version' => @client.api_version},
|
491
516
|
body: request_content,
|
492
517
|
headers: request_headers.merge(custom_headers || {}),
|
@@ -524,45 +549,50 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
524
549
|
#
|
525
550
|
# Retrieve a list of webhooks.
|
526
551
|
#
|
527
|
-
# @param
|
552
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
553
|
+
# @param automation_account_name [String] The name of the automation account.
|
528
554
|
# @param filter [String] The filter to apply on the operation.
|
529
555
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
530
556
|
# will be added to the HTTP request.
|
531
557
|
#
|
532
558
|
# @return [Array<Webhook>] operation results.
|
533
559
|
#
|
534
|
-
def list_by_automation_account(automation_account_name, filter:nil, custom_headers:nil)
|
535
|
-
first_page = list_by_automation_account_as_lazy(automation_account_name, filter:filter, custom_headers:custom_headers)
|
560
|
+
def list_by_automation_account(resource_group_name, automation_account_name, filter:nil, custom_headers:nil)
|
561
|
+
first_page = list_by_automation_account_as_lazy(resource_group_name, automation_account_name, filter:filter, custom_headers:custom_headers)
|
536
562
|
first_page.get_all_items
|
537
563
|
end
|
538
564
|
|
539
565
|
#
|
540
566
|
# Retrieve a list of webhooks.
|
541
567
|
#
|
542
|
-
# @param
|
568
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
569
|
+
# @param automation_account_name [String] The name of the automation account.
|
543
570
|
# @param filter [String] The filter to apply on the operation.
|
544
571
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
545
572
|
# will be added to the HTTP request.
|
546
573
|
#
|
547
574
|
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
548
575
|
#
|
549
|
-
def list_by_automation_account_with_http_info(automation_account_name, filter:nil, custom_headers:nil)
|
550
|
-
list_by_automation_account_async(automation_account_name, filter:filter, custom_headers:custom_headers).value!
|
576
|
+
def list_by_automation_account_with_http_info(resource_group_name, automation_account_name, filter:nil, custom_headers:nil)
|
577
|
+
list_by_automation_account_async(resource_group_name, automation_account_name, filter:filter, custom_headers:custom_headers).value!
|
551
578
|
end
|
552
579
|
|
553
580
|
#
|
554
581
|
# Retrieve a list of webhooks.
|
555
582
|
#
|
556
|
-
# @param
|
583
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
584
|
+
# @param automation_account_name [String] The name of the automation account.
|
557
585
|
# @param filter [String] The filter to apply on the operation.
|
558
586
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
559
587
|
# to the HTTP request.
|
560
588
|
#
|
561
589
|
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
562
590
|
#
|
563
|
-
def list_by_automation_account_async(automation_account_name, filter:nil, custom_headers:nil)
|
564
|
-
fail ArgumentError, '
|
565
|
-
fail ArgumentError, "'
|
591
|
+
def list_by_automation_account_async(resource_group_name, automation_account_name, filter:nil, custom_headers:nil)
|
592
|
+
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
593
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MaxLength': '90'" if !resource_group_name.nil? && resource_group_name.length > 90
|
594
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'MinLength': '1'" if !resource_group_name.nil? && resource_group_name.length < 1
|
595
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
566
596
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
567
597
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
568
598
|
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
@@ -580,7 +610,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
580
610
|
|
581
611
|
options = {
|
582
612
|
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
583
|
-
path_params: {'resourceGroupName' =>
|
613
|
+
path_params: {'resourceGroupName' => resource_group_name,'automationAccountName' => automation_account_name,'subscriptionId' => @client.subscription_id},
|
584
614
|
query_params: {'$filter' => filter,'api-version' => @client.api_version},
|
585
615
|
headers: request_headers.merge(custom_headers || {}),
|
586
616
|
base_url: request_url
|
@@ -705,7 +735,8 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
705
735
|
#
|
706
736
|
# Retrieve a list of webhooks.
|
707
737
|
#
|
708
|
-
# @param
|
738
|
+
# @param resource_group_name [String] Name of an Azure Resource group.
|
739
|
+
# @param automation_account_name [String] The name of the automation account.
|
709
740
|
# @param filter [String] The filter to apply on the operation.
|
710
741
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
711
742
|
# will be added to the HTTP request.
|
@@ -713,8 +744,8 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
713
744
|
# @return [WebhookListResult] which provide lazy access to pages of the
|
714
745
|
# response.
|
715
746
|
#
|
716
|
-
def list_by_automation_account_as_lazy(automation_account_name, filter:nil, custom_headers:nil)
|
717
|
-
response = list_by_automation_account_async(automation_account_name, filter:filter, custom_headers:custom_headers).value!
|
747
|
+
def list_by_automation_account_as_lazy(resource_group_name, automation_account_name, filter:nil, custom_headers:nil)
|
748
|
+
response = list_by_automation_account_async(resource_group_name, automation_account_name, filter:filter, custom_headers:custom_headers).value!
|
718
749
|
unless response.nil?
|
719
750
|
page = response.body
|
720
751
|
page.next_method = Proc.new do |next_page_link|
|
@@ -10,11 +10,13 @@ module Azure::Automation::Profiles::Latest
|
|
10
10
|
Operations = Azure::Automation::Mgmt::V2015_10_31::Operations
|
11
11
|
StatisticsOperations = Azure::Automation::Mgmt::V2015_10_31::StatisticsOperations
|
12
12
|
Usages = Azure::Automation::Mgmt::V2015_10_31::Usages
|
13
|
+
Keys = Azure::Automation::Mgmt::V2015_10_31::Keys
|
13
14
|
CertificateOperations = Azure::Automation::Mgmt::V2015_10_31::CertificateOperations
|
14
15
|
ConnectionOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionOperations
|
15
16
|
ConnectionTypeOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionTypeOperations
|
16
17
|
CredentialOperations = Azure::Automation::Mgmt::V2015_10_31::CredentialOperations
|
17
18
|
DscCompilationJobOperations = Azure::Automation::Mgmt::V2015_10_31::DscCompilationJobOperations
|
19
|
+
DscCompilationJobStream = Azure::Automation::Mgmt::V2015_10_31::DscCompilationJobStream
|
18
20
|
DscConfigurationOperations = Azure::Automation::Mgmt::V2015_10_31::DscConfigurationOperations
|
19
21
|
AgentRegistrationInformation = Azure::Automation::Mgmt::V2015_10_31::AgentRegistrationInformation
|
20
22
|
DscNodeOperations = Azure::Automation::Mgmt::V2015_10_31::DscNodeOperations
|
@@ -24,6 +26,7 @@ module Azure::Automation::Profiles::Latest
|
|
24
26
|
JobOperations = Azure::Automation::Mgmt::V2015_10_31::JobOperations
|
25
27
|
JobStreamOperations = Azure::Automation::Mgmt::V2015_10_31::JobStreamOperations
|
26
28
|
JobScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::JobScheduleOperations
|
29
|
+
LinkedWorkspaceOperations = Azure::Automation::Mgmt::V2015_10_31::LinkedWorkspaceOperations
|
27
30
|
ActivityOperations = Azure::Automation::Mgmt::V2015_10_31::ActivityOperations
|
28
31
|
ModuleModelOperations = Azure::Automation::Mgmt::V2015_10_31::ModuleModelOperations
|
29
32
|
ObjectDataTypes = Azure::Automation::Mgmt::V2015_10_31::ObjectDataTypes
|
@@ -31,139 +34,149 @@ module Azure::Automation::Profiles::Latest
|
|
31
34
|
RunbookDraftOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookDraftOperations
|
32
35
|
RunbookOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookOperations
|
33
36
|
TestJobStreams = Azure::Automation::Mgmt::V2015_10_31::TestJobStreams
|
34
|
-
|
37
|
+
TestJobOperations = Azure::Automation::Mgmt::V2015_10_31::TestJobOperations
|
35
38
|
ScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::ScheduleOperations
|
36
39
|
VariableOperations = Azure::Automation::Mgmt::V2015_10_31::VariableOperations
|
37
40
|
WebhookOperations = Azure::Automation::Mgmt::V2015_10_31::WebhookOperations
|
38
41
|
|
39
42
|
module Models
|
40
|
-
|
41
|
-
DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
42
|
-
UsageCounterName = Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
43
|
-
DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
44
|
-
UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
45
|
-
DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
46
|
-
StatisticsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
47
|
-
DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
48
|
-
ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
49
|
-
DscMetaConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
50
|
-
RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
51
|
-
DscNodeConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
52
|
-
ModuleErrorInfo = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
53
|
-
DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
43
|
+
AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
54
44
|
DscNodeExtensionHandlerAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty
|
55
|
-
DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
56
|
-
DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
57
|
-
ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
58
|
-
WebhookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
59
|
-
DscNodeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
60
|
-
Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
61
|
-
DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
62
|
-
AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
63
45
|
DscReportError = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
64
|
-
Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
65
46
|
DscReportResourceNavigation = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
66
|
-
|
47
|
+
AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
67
48
|
DscReportResource = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
68
|
-
|
49
|
+
Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
50
|
+
DscMetaConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
51
|
+
Statistics = Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
69
52
|
DscNodeReport = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
70
|
-
|
53
|
+
UsageCounterName = Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
71
54
|
DscNodeReportListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
72
|
-
|
73
|
-
|
55
|
+
UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
56
|
+
Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
57
|
+
KeyListResult = Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult
|
58
|
+
VariableCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
59
|
+
ScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
60
|
+
AdvancedScheduleMonthlyOccurrence = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
61
|
+
ErrorResponse = Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse
|
62
|
+
DscNodeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
63
|
+
WebhookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
64
|
+
ScheduleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
65
|
+
CertificateUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
|
66
|
+
DscNodeConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
67
|
+
ConnectionCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
68
|
+
DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
74
69
|
ConnectionListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
75
70
|
RunAsCredentialAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
76
|
-
|
71
|
+
FieldDefinition = Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
72
|
+
HybridRunbookWorker = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorker
|
73
|
+
ConnectionTypeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
77
74
|
HybridRunbookWorkerGroup = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
78
|
-
|
75
|
+
CredentialCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
79
76
|
HybridRunbookWorkerGroupsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
80
|
-
ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
81
|
-
HybridRunbookWorkerGroupUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
82
77
|
CredentialListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
78
|
+
HybridRunbookWorkerGroupUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
79
|
+
DscConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
83
80
|
RunbookAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
84
|
-
|
81
|
+
VariableUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
82
|
+
ScheduleAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty
|
83
|
+
JobStream = Azure::Automation::Mgmt::V2015_10_31::Models::JobStream
|
85
84
|
Job = Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
86
|
-
|
87
|
-
JobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
88
|
-
Activity = Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
85
|
+
ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
89
86
|
JobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
94
|
-
AgentRegistrationRegenerateKeyParameter = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
87
|
+
DscConfigurationParameter = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
88
|
+
JobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
89
|
+
VariableListResult = Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
95
90
|
JobSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
96
|
-
|
91
|
+
DscConfigurationUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationUpdateParameters
|
97
92
|
JobScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
98
|
-
|
99
|
-
|
93
|
+
AgentRegistrationKeys = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys
|
94
|
+
JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
95
|
+
DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
96
|
+
LinkedWorkspace = Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace
|
97
|
+
OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
98
|
+
ActivityParameterValidationSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet
|
99
|
+
StatisticsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
100
|
+
ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
101
|
+
Key = Azure::Automation::Mgmt::V2015_10_31::Models::Key
|
102
|
+
ActivityParameterSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet
|
103
|
+
Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
104
|
+
ActivityOutputType = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
105
|
+
CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult
|
106
|
+
Activity = Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
107
|
+
WebhookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
108
|
+
ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
109
|
+
ConnectionType = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType
|
110
|
+
ModuleErrorInfo = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
111
|
+
WebhookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
100
112
|
ContentLink = Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
113
|
+
DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
114
|
+
ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
101
115
|
JobStreamListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult
|
102
|
-
Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
103
|
-
DscConfigurationParameter = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
104
|
-
ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
105
|
-
WebhookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
106
116
|
ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
107
|
-
|
117
|
+
DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
118
|
+
ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
119
|
+
AgentRegistrationRegenerateKeyParameter = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
108
120
|
ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
109
|
-
|
110
|
-
|
111
|
-
Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
112
|
-
RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
113
|
-
FieldDefinition = Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
114
|
-
RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
115
|
-
Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
116
|
-
RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
117
|
-
ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
118
|
-
RunbookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
119
|
-
ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
120
|
-
RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
121
|
-
AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
122
|
-
ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
121
|
+
AutomationAccountCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
122
|
+
TypeField = Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
123
123
|
Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
ScheduleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
128
|
-
AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
129
|
-
ScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
124
|
+
TypeFieldListResult = Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult
|
125
|
+
CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters
|
126
|
+
RunbookParameter = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
130
127
|
ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
131
|
-
|
128
|
+
RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
132
129
|
CredentialUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
133
|
-
TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
134
130
|
AdvancedSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
131
|
+
ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
132
|
+
RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
133
|
+
DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
134
|
+
RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
135
|
+
AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
136
|
+
RunbookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
137
|
+
ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
138
|
+
RunbookDraftUndoEditResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
139
|
+
DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
140
|
+
TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
141
|
+
ConnectionTypeAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty
|
135
142
|
TestJob = Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
VariableCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
142
|
-
OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
143
|
-
Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
144
|
-
DscConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
145
|
-
VariableListResult = Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
146
|
-
ConnectionTypeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
147
|
-
VariableUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
148
|
-
Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
149
|
-
ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
150
|
-
DscNode = Azure::Automation::Mgmt::V2015_10_31::Models::DscNode
|
151
|
-
DscConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
143
|
+
OperationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
144
|
+
RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
145
|
+
DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
146
|
+
RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
147
|
+
TrackedResource = Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource
|
152
148
|
AutomationAccount = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
149
|
+
ProxyResource = Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource
|
150
|
+
Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate
|
151
|
+
Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
152
|
+
Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
153
|
+
DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
154
|
+
DscConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
155
|
+
DscNode = Azure::Automation::Mgmt::V2015_10_31::Models::DscNode
|
156
|
+
DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
157
|
+
ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
158
|
+
Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
159
|
+
Schedule = Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
160
|
+
Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
161
|
+
Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
160
162
|
SkuNameEnum = Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum
|
161
163
|
AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState
|
162
|
-
|
163
|
-
|
164
|
+
AutomationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName
|
165
|
+
AutomationKeyPermissions = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions
|
166
|
+
JobProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState
|
164
167
|
JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus
|
165
168
|
JobStreamType = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType
|
169
|
+
ContentSourceType = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType
|
170
|
+
DscConfigurationProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState
|
171
|
+
DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState
|
172
|
+
AgentRegistrationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName
|
173
|
+
GroupTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum
|
174
|
+
ModuleProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState
|
175
|
+
RunbookTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum
|
176
|
+
RunbookState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState
|
177
|
+
RunbookProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState
|
166
178
|
HttpStatusCode = Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode
|
179
|
+
ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay
|
167
180
|
ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency
|
168
181
|
end
|
169
182
|
|
@@ -171,7 +184,7 @@ module Azure::Automation::Profiles::Latest
|
|
171
184
|
# AutomationManagementClass
|
172
185
|
#
|
173
186
|
class AutomationManagementClass
|
174
|
-
attr_reader :automation_account_operations, :operations, :statistics_operations, :usages, :certificate_operations, :connection_operations, :connection_type_operations, :credential_operations, :dsc_compilation_job_operations, :dsc_configuration_operations, :agent_registration_information, :dsc_node_operations, :node_reports, :dsc_node_configuration_operations, :hybrid_runbook_worker_group_operations, :job_operations, :job_stream_operations, :job_schedule_operations, :activity_operations, :module_model_operations, :object_data_types, :fields, :runbook_draft_operations, :runbook_operations, :test_job_streams, :
|
187
|
+
attr_reader :automation_account_operations, :operations, :statistics_operations, :usages, :keys, :certificate_operations, :connection_operations, :connection_type_operations, :credential_operations, :dsc_compilation_job_operations, :dsc_compilation_job_stream, :dsc_configuration_operations, :agent_registration_information, :dsc_node_operations, :node_reports, :dsc_node_configuration_operations, :hybrid_runbook_worker_group_operations, :job_operations, :job_stream_operations, :job_schedule_operations, :linked_workspace_operations, :activity_operations, :module_model_operations, :object_data_types, :fields, :runbook_draft_operations, :runbook_operations, :test_job_streams, :test_job_operations, :schedule_operations, :variable_operations, :webhook_operations, :configurable, :base_url, :options, :model_classes
|
175
188
|
|
176
189
|
def initialize(options = {})
|
177
190
|
if options.is_a?(Hash) && options.length == 0
|
@@ -195,11 +208,13 @@ module Azure::Automation::Profiles::Latest
|
|
195
208
|
@operations = @client_0.operations
|
196
209
|
@statistics_operations = @client_0.statistics_operations
|
197
210
|
@usages = @client_0.usages
|
211
|
+
@keys = @client_0.keys
|
198
212
|
@certificate_operations = @client_0.certificate_operations
|
199
213
|
@connection_operations = @client_0.connection_operations
|
200
214
|
@connection_type_operations = @client_0.connection_type_operations
|
201
215
|
@credential_operations = @client_0.credential_operations
|
202
216
|
@dsc_compilation_job_operations = @client_0.dsc_compilation_job_operations
|
217
|
+
@dsc_compilation_job_stream = @client_0.dsc_compilation_job_stream
|
203
218
|
@dsc_configuration_operations = @client_0.dsc_configuration_operations
|
204
219
|
@agent_registration_information = @client_0.agent_registration_information
|
205
220
|
@dsc_node_operations = @client_0.dsc_node_operations
|
@@ -209,6 +224,7 @@ module Azure::Automation::Profiles::Latest
|
|
209
224
|
@job_operations = @client_0.job_operations
|
210
225
|
@job_stream_operations = @client_0.job_stream_operations
|
211
226
|
@job_schedule_operations = @client_0.job_schedule_operations
|
227
|
+
@linked_workspace_operations = @client_0.linked_workspace_operations
|
212
228
|
@activity_operations = @client_0.activity_operations
|
213
229
|
@module_model_operations = @client_0.module_model_operations
|
214
230
|
@object_data_types = @client_0.object_data_types
|
@@ -216,7 +232,7 @@ module Azure::Automation::Profiles::Latest
|
|
216
232
|
@runbook_draft_operations = @client_0.runbook_draft_operations
|
217
233
|
@runbook_operations = @client_0.runbook_operations
|
218
234
|
@test_job_streams = @client_0.test_job_streams
|
219
|
-
@
|
235
|
+
@test_job_operations = @client_0.test_job_operations
|
220
236
|
@schedule_operations = @client_0.schedule_operations
|
221
237
|
@variable_operations = @client_0.variable_operations
|
222
238
|
@webhook_operations = @client_0.webhook_operations
|
@@ -240,107 +256,83 @@ module Azure::Automation::Profiles::Latest
|
|
240
256
|
end
|
241
257
|
|
242
258
|
class ModelClasses
|
243
|
-
def
|
244
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
245
|
-
end
|
246
|
-
def dsc_compilation_job
|
247
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
248
|
-
end
|
249
|
-
def usage_counter_name
|
250
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
259
|
+
def agent_registration
|
260
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
251
261
|
end
|
252
|
-
def
|
253
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
262
|
+
def dsc_node_extension_handler_association_property
|
263
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty
|
254
264
|
end
|
255
|
-
def
|
256
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
265
|
+
def dsc_report_error
|
266
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
257
267
|
end
|
258
|
-
def
|
259
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
268
|
+
def dsc_report_resource_navigation
|
269
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
260
270
|
end
|
261
|
-
def
|
262
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
271
|
+
def automation_account_list_result
|
272
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
263
273
|
end
|
264
|
-
def
|
265
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
274
|
+
def dsc_report_resource
|
275
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
266
276
|
end
|
267
|
-
def
|
268
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
277
|
+
def operation
|
278
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
269
279
|
end
|
270
280
|
def dsc_meta_configuration
|
271
281
|
Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
272
282
|
end
|
273
|
-
def
|
274
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
283
|
+
def statistics
|
284
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
275
285
|
end
|
276
|
-
def
|
277
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
286
|
+
def dsc_node_report
|
287
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
278
288
|
end
|
279
|
-
def
|
280
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
289
|
+
def usage_counter_name
|
290
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
281
291
|
end
|
282
|
-
def
|
283
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
292
|
+
def dsc_node_report_list_result
|
293
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
284
294
|
end
|
285
|
-
def
|
286
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
295
|
+
def usage_list_result
|
296
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
287
297
|
end
|
288
|
-
def
|
289
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
298
|
+
def sku
|
299
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
290
300
|
end
|
291
|
-
def
|
292
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
301
|
+
def key_list_result
|
302
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult
|
293
303
|
end
|
294
|
-
def
|
295
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
304
|
+
def variable_create_or_update_parameters
|
305
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
296
306
|
end
|
297
|
-
def
|
298
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
299
|
-
end
|
300
|
-
def dsc_node_list_result
|
301
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
302
|
-
end
|
303
|
-
def sku
|
304
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
305
|
-
end
|
306
|
-
def dsc_node_update_parameters
|
307
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
308
|
-
end
|
309
|
-
def automation_account_list_result
|
310
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
311
|
-
end
|
312
|
-
def dsc_report_error
|
313
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
314
|
-
end
|
315
|
-
def operation
|
316
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
307
|
+
def schedule_list_result
|
308
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
317
309
|
end
|
318
|
-
def
|
319
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
310
|
+
def advanced_schedule_monthly_occurrence
|
311
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
320
312
|
end
|
321
|
-
def
|
322
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
313
|
+
def error_response
|
314
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse
|
323
315
|
end
|
324
|
-
def
|
325
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
316
|
+
def dsc_node_list_result
|
317
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
326
318
|
end
|
327
|
-
def
|
328
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
319
|
+
def webhook_create_or_update_parameters
|
320
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
329
321
|
end
|
330
|
-
def
|
331
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
322
|
+
def schedule_update_parameters
|
323
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
332
324
|
end
|
333
325
|
def certificate_update_parameters
|
334
326
|
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
|
335
327
|
end
|
336
|
-
def
|
337
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
328
|
+
def dsc_node_configuration_create_or_update_parameters
|
329
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
338
330
|
end
|
339
|
-
def
|
340
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
331
|
+
def connection_create_or_update_parameters
|
332
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
341
333
|
end
|
342
|
-
def
|
343
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
334
|
+
def dsc_node_configuration_list_result
|
335
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
344
336
|
end
|
345
337
|
def connection_list_result
|
346
338
|
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
@@ -348,53 +340,71 @@ module Azure::Automation::Profiles::Latest
|
|
348
340
|
def run_as_credential_association_property
|
349
341
|
Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
350
342
|
end
|
351
|
-
def
|
352
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
343
|
+
def field_definition
|
344
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
345
|
+
end
|
346
|
+
def hybrid_runbook_worker
|
347
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorker
|
348
|
+
end
|
349
|
+
def connection_type_list_result
|
350
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
353
351
|
end
|
354
352
|
def hybrid_runbook_worker_group
|
355
353
|
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
356
354
|
end
|
357
|
-
def
|
358
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
355
|
+
def credential_create_or_update_parameters
|
356
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
359
357
|
end
|
360
358
|
def hybrid_runbook_worker_groups_list_result
|
361
359
|
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
362
360
|
end
|
363
|
-
def
|
364
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
361
|
+
def credential_list_result
|
362
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
365
363
|
end
|
366
364
|
def hybrid_runbook_worker_group_update_parameters
|
367
365
|
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
368
366
|
end
|
369
|
-
def
|
370
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
367
|
+
def dsc_configuration_association_property
|
368
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
371
369
|
end
|
372
370
|
def runbook_association_property
|
373
371
|
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
374
372
|
end
|
375
|
-
def
|
376
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
373
|
+
def variable_update_parameters
|
374
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
375
|
+
end
|
376
|
+
def schedule_association_property
|
377
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty
|
378
|
+
end
|
379
|
+
def job_stream
|
380
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStream
|
377
381
|
end
|
378
382
|
def job
|
379
383
|
Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
380
384
|
end
|
381
|
-
def
|
382
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
385
|
+
def content_hash
|
386
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
387
|
+
end
|
388
|
+
def job_list_result
|
389
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult
|
390
|
+
end
|
391
|
+
def dsc_configuration_parameter
|
392
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
383
393
|
end
|
384
394
|
def job_create_parameters
|
385
395
|
Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
386
396
|
end
|
387
|
-
def
|
388
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
397
|
+
def variable_list_result
|
398
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
389
399
|
end
|
390
|
-
def
|
391
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
400
|
+
def job_schedule
|
401
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
392
402
|
end
|
393
|
-
def
|
394
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
403
|
+
def dsc_configuration_update_parameters
|
404
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationUpdateParameters
|
395
405
|
end
|
396
|
-
def
|
397
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
406
|
+
def job_schedule_list_result
|
407
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
398
408
|
end
|
399
409
|
def agent_registration_keys
|
400
410
|
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys
|
@@ -402,194 +412,227 @@ module Azure::Automation::Profiles::Latest
|
|
402
412
|
def job_schedule_create_parameters
|
403
413
|
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
404
414
|
end
|
405
|
-
def
|
406
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
415
|
+
def dsc_node_update_parameters
|
416
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
407
417
|
end
|
408
|
-
def
|
409
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
418
|
+
def linked_workspace
|
419
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace
|
410
420
|
end
|
411
|
-
def
|
412
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
421
|
+
def operation_display
|
422
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
413
423
|
end
|
414
|
-
def
|
415
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
424
|
+
def activity_parameter_validation_set
|
425
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet
|
416
426
|
end
|
417
|
-
def
|
418
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
427
|
+
def statistics_list_result
|
428
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
419
429
|
end
|
420
|
-
def
|
421
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
430
|
+
def activity_parameter
|
431
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
422
432
|
end
|
423
|
-
def
|
424
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
433
|
+
def key
|
434
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Key
|
425
435
|
end
|
426
|
-
def
|
427
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
436
|
+
def activity_parameter_set
|
437
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet
|
428
438
|
end
|
429
|
-
def
|
430
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
439
|
+
def resource
|
440
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
431
441
|
end
|
432
|
-
def
|
433
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
442
|
+
def activity_output_type
|
443
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
434
444
|
end
|
435
|
-
def
|
436
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
445
|
+
def certificate_list_result
|
446
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult
|
447
|
+
end
|
448
|
+
def activity
|
449
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
437
450
|
end
|
438
451
|
def webhook_update_parameters
|
439
452
|
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
440
453
|
end
|
454
|
+
def activity_list_result
|
455
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
456
|
+
end
|
457
|
+
def connection_type
|
458
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType
|
459
|
+
end
|
460
|
+
def module_error_info
|
461
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
462
|
+
end
|
463
|
+
def webhook_list_result
|
464
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
465
|
+
end
|
466
|
+
def content_link
|
467
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
468
|
+
end
|
469
|
+
def dsc_compilation_job_create_parameters
|
470
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
471
|
+
end
|
472
|
+
def schedule_create_or_update_parameters
|
473
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
474
|
+
end
|
475
|
+
def job_stream_list_result
|
476
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult
|
477
|
+
end
|
441
478
|
def module_list_result
|
442
479
|
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
443
480
|
end
|
444
|
-
def
|
445
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
481
|
+
def dsc_configuration_create_or_update_parameters
|
482
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
483
|
+
end
|
484
|
+
def module_create_or_update_parameters
|
485
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
486
|
+
end
|
487
|
+
def agent_registration_regenerate_key_parameter
|
488
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
446
489
|
end
|
447
490
|
def module_update_parameters
|
448
491
|
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
449
492
|
end
|
450
|
-
def
|
451
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
493
|
+
def automation_account_create_or_update_parameters
|
494
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
452
495
|
end
|
453
|
-
def
|
454
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
496
|
+
def type_field
|
497
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
455
498
|
end
|
456
|
-
def
|
457
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
499
|
+
def usage
|
500
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
458
501
|
end
|
459
|
-
def
|
460
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
502
|
+
def type_field_list_result
|
503
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult
|
461
504
|
end
|
462
|
-
def
|
463
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
505
|
+
def certificate_create_or_update_parameters
|
506
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters
|
464
507
|
end
|
465
|
-
def
|
466
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
508
|
+
def runbook_parameter
|
509
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
467
510
|
end
|
468
|
-
def
|
469
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
511
|
+
def connection_update_parameters
|
512
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
470
513
|
end
|
471
|
-
def
|
472
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
514
|
+
def runbook_draft
|
515
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
473
516
|
end
|
474
|
-
def
|
475
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
517
|
+
def credential_update_parameters
|
518
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
476
519
|
end
|
477
|
-
def
|
478
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
520
|
+
def advanced_schedule
|
521
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
479
522
|
end
|
480
|
-
def
|
481
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
523
|
+
def content_source
|
524
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
482
525
|
end
|
483
526
|
def runbook_list_result
|
484
527
|
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
485
528
|
end
|
486
|
-
def
|
487
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
488
|
-
end
|
489
|
-
def schedule_create_or_update_parameters
|
490
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
491
|
-
end
|
492
|
-
def usage
|
493
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
494
|
-
end
|
495
|
-
def schedule
|
496
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
497
|
-
end
|
498
|
-
def webhook_create_or_update_parameters
|
499
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
500
|
-
end
|
501
|
-
def resource
|
502
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
529
|
+
def dsc_node_configuration_association_property
|
530
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
503
531
|
end
|
504
|
-
def
|
505
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
532
|
+
def runbook_create_or_update_parameters
|
533
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
506
534
|
end
|
507
535
|
def automation_account_update_parameters
|
508
536
|
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
509
537
|
end
|
510
|
-
def
|
511
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
538
|
+
def runbook_update_parameters
|
539
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
512
540
|
end
|
513
|
-
def
|
514
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
541
|
+
def connection_type_create_or_update_parameters
|
542
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
515
543
|
end
|
516
|
-
def
|
517
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
544
|
+
def runbook_draft_undo_edit_result
|
545
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
518
546
|
end
|
519
|
-
def
|
520
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
547
|
+
def dsc_configuration_list_result
|
548
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
521
549
|
end
|
522
550
|
def test_job_create_parameters
|
523
551
|
Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
524
552
|
end
|
525
|
-
def
|
526
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
553
|
+
def connection_type_association_property
|
554
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty
|
527
555
|
end
|
528
556
|
def test_job
|
529
557
|
Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
530
558
|
end
|
531
|
-
def
|
532
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
559
|
+
def operation_list_result
|
560
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
533
561
|
end
|
534
|
-
def
|
535
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
562
|
+
def runbook_create_or_update_draft_properties
|
563
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
536
564
|
end
|
537
|
-
def
|
538
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
565
|
+
def dsc_compilation_job_list_result
|
566
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
539
567
|
end
|
540
|
-
def
|
541
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
568
|
+
def runbook_create_or_update_draft_parameters
|
569
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
542
570
|
end
|
543
|
-
def
|
544
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
571
|
+
def tracked_resource
|
572
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource
|
545
573
|
end
|
546
|
-
def
|
547
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
574
|
+
def automation_account
|
575
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount
|
548
576
|
end
|
549
|
-
def
|
550
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
577
|
+
def proxy_resource
|
578
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource
|
551
579
|
end
|
552
|
-
def
|
553
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
580
|
+
def certificate
|
581
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Certificate
|
554
582
|
end
|
555
|
-
def
|
556
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
583
|
+
def connection
|
584
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
557
585
|
end
|
558
|
-
def
|
559
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
586
|
+
def credential
|
587
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
560
588
|
end
|
561
|
-
def
|
562
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
589
|
+
def dsc_compilation_job
|
590
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
563
591
|
end
|
564
|
-
def
|
565
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
592
|
+
def dsc_configuration
|
593
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
566
594
|
end
|
567
|
-
def
|
568
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
595
|
+
def dsc_node
|
596
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNode
|
597
|
+
end
|
598
|
+
def dsc_node_configuration
|
599
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
569
600
|
end
|
570
601
|
def module_model
|
571
602
|
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
572
603
|
end
|
573
|
-
def
|
574
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
604
|
+
def runbook
|
605
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
575
606
|
end
|
576
|
-
def
|
577
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
607
|
+
def schedule
|
608
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
578
609
|
end
|
579
|
-
def
|
580
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
610
|
+
def variable
|
611
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
581
612
|
end
|
582
|
-
def
|
583
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
613
|
+
def webhook
|
614
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
584
615
|
end
|
585
|
-
def
|
586
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
616
|
+
def sku_name_enum
|
617
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum
|
587
618
|
end
|
588
|
-
def
|
589
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
619
|
+
def automation_account_state
|
620
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState
|
590
621
|
end
|
591
|
-
def
|
592
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
622
|
+
def automation_key_name
|
623
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName
|
624
|
+
end
|
625
|
+
def automation_key_permissions
|
626
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions
|
627
|
+
end
|
628
|
+
def job_provisioning_state
|
629
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState
|
630
|
+
end
|
631
|
+
def job_status
|
632
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus
|
633
|
+
end
|
634
|
+
def job_stream_type
|
635
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType
|
593
636
|
end
|
594
637
|
def content_source_type
|
595
638
|
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType
|
@@ -600,27 +643,30 @@ module Azure::Automation::Profiles::Latest
|
|
600
643
|
def dsc_configuration_state
|
601
644
|
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState
|
602
645
|
end
|
603
|
-
def
|
604
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
646
|
+
def agent_registration_key_name
|
647
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName
|
605
648
|
end
|
606
|
-
def
|
607
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
649
|
+
def group_type_enum
|
650
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum
|
608
651
|
end
|
609
|
-
def
|
610
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
652
|
+
def module_provisioning_state
|
653
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState
|
611
654
|
end
|
612
|
-
def
|
613
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
655
|
+
def runbook_type_enum
|
656
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum
|
614
657
|
end
|
615
|
-
def
|
616
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
658
|
+
def runbook_state
|
659
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState
|
617
660
|
end
|
618
|
-
def
|
619
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
661
|
+
def runbook_provisioning_state
|
662
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState
|
620
663
|
end
|
621
664
|
def http_status_code
|
622
665
|
Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode
|
623
666
|
end
|
667
|
+
def schedule_day
|
668
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay
|
669
|
+
end
|
624
670
|
def schedule_frequency
|
625
671
|
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency
|
626
672
|
end
|