azure_mgmt_automation 0.15.2 → 0.16.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 +54 -53
- data/lib/2015-10-31/generated/azure_mgmt_automation/activity_operations.rb +27 -31
- data/lib/2015-10-31/generated/azure_mgmt_automation/agent_registration_information.rb +18 -24
- data/lib/2015-10-31/generated/azure_mgmt_automation/automation_account_operations.rb +54 -50
- data/lib/2015-10-31/generated/azure_mgmt_automation/automation_client.rb +7 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/certificate_operations.rb +54 -68
- data/lib/2015-10-31/generated/azure_mgmt_automation/connection_operations.rb +54 -68
- data/lib/2015-10-31/generated/azure_mgmt_automation/connection_type_operations.rb +45 -55
- data/lib/2015-10-31/generated/azure_mgmt_automation/credential_operations.rb +54 -68
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_compilation_job_operations.rb +45 -55
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_configuration_operations.rb +54 -66
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_configuration_operations.rb +45 -55
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb +45 -55
- data/lib/2015-10-31/generated/azure_mgmt_automation/fields.rb +9 -11
- data/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb +45 -55
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_operations.rb +81 -99
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_schedule_operations.rb +45 -55
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_stream_operations.rb +27 -31
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_update_parameters.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential.rb +13 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_update_parameters.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job_create_parameters.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node.rb +21 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_create_or_update_parameters.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_extension_handler_association_property.rb +58 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_schedule.rb +26 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule.rb +16 -2
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_create_or_update_parameters.rb +2 -2
- 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/variable.rb +16 -2
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_update_parameters.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb +54 -68
- data/lib/2015-10-31/generated/azure_mgmt_automation/node_reports.rb +36 -42
- data/lib/2015-10-31/generated/azure_mgmt_automation/object_data_types.rb +18 -22
- data/lib/2015-10-31/generated/azure_mgmt_automation/operations.rb +6 -5
- data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_draft_operations.rb +53 -70
- data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_operations.rb +63 -79
- data/lib/2015-10-31/generated/azure_mgmt_automation/schedule_operations.rb +54 -68
- data/lib/2015-10-31/generated/azure_mgmt_automation/statistics_operations.rb +6 -5
- data/lib/2015-10-31/generated/azure_mgmt_automation/test_job_streams.rb +27 -31
- data/lib/2015-10-31/generated/azure_mgmt_automation/test_jobs.rb +45 -57
- data/lib/2015-10-31/generated/azure_mgmt_automation/usages.rb +6 -5
- data/lib/2015-10-31/generated/azure_mgmt_automation/variable_operations.rb +54 -68
- data/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb +63 -79
- data/lib/profiles/latest/automation_latest_profile_client.rb +28 -9
- data/lib/profiles/latest/automation_module_definition.rb +0 -1
- data/lib/profiles/latest/modules/automation_profile_module.rb +494 -471
- data/lib/version.rb +1 -1
- metadata +3 -2
@@ -5,17 +5,36 @@
|
|
5
5
|
require 'profiles/latest/automation_module_definition'
|
6
6
|
require 'profiles/latest/modules/automation_profile_module'
|
7
7
|
|
8
|
-
module Azure::Automation::Profiles::Latest
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
8
|
+
module Azure::Automation::Profiles::Latest
|
9
|
+
module Mgmt
|
10
|
+
#
|
11
|
+
# Client class for the Latest profile SDK.
|
12
|
+
#
|
13
|
+
class Client < AutomationManagementClass
|
14
|
+
include MsRestAzure::Common::Configurable
|
14
15
|
|
16
|
+
#
|
17
|
+
# Initializes a new instance of the Client class.
|
18
|
+
# @param options [Hash] hash of client options.
|
19
|
+
# options = {
|
20
|
+
# tenant_id: 'YOUR TENANT ID',
|
21
|
+
# client_id: 'YOUR CLIENT ID',
|
22
|
+
# client_secret: 'YOUR CLIENT SECRET',
|
23
|
+
# subscription_id: 'YOUR SUBSCRIPTION ID',
|
24
|
+
# credentials: credentials,
|
25
|
+
# active_directory_settings: active_directory_settings,
|
26
|
+
# base_url: 'YOUR BASE URL',
|
27
|
+
# options: options
|
28
|
+
# }
|
29
|
+
# 'credentials' are optional and if not passed in the hash, will be obtained
|
30
|
+
# from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
|
31
|
+
#
|
32
|
+
# Also, base_url, active_directory_settings & options are optional.
|
33
|
+
#
|
34
|
+
def initialize(options = {})
|
35
|
+
super(options)
|
36
|
+
end
|
15
37
|
|
16
|
-
def initialize(options = {})
|
17
|
-
super(options)
|
18
38
|
end
|
19
|
-
|
20
39
|
end
|
21
40
|
end
|
@@ -4,7 +4,8 @@
|
|
4
4
|
|
5
5
|
require 'azure_mgmt_automation'
|
6
6
|
|
7
|
-
module Azure::Automation::Profiles::Latest
|
7
|
+
module Azure::Automation::Profiles::Latest
|
8
|
+
module Mgmt
|
8
9
|
AutomationAccountOperations = Azure::Automation::Mgmt::V2015_10_31::AutomationAccountOperations
|
9
10
|
Operations = Azure::Automation::Mgmt::V2015_10_31::Operations
|
10
11
|
StatisticsOperations = Azure::Automation::Mgmt::V2015_10_31::StatisticsOperations
|
@@ -36,112 +37,113 @@ module Azure::Automation::Profiles::Latest::Mgmt
|
|
36
37
|
WebhookOperations = Azure::Automation::Mgmt::V2015_10_31::WebhookOperations
|
37
38
|
|
38
39
|
module Models
|
40
|
+
DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
39
41
|
DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
40
|
-
|
42
|
+
UsageCounterName = Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
41
43
|
DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
42
|
-
|
44
|
+
UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
43
45
|
DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
44
|
-
|
46
|
+
StatisticsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
45
47
|
DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
46
|
-
|
48
|
+
ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
47
49
|
DscMetaConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
48
|
-
|
50
|
+
RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
49
51
|
DscNodeConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
50
|
-
ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
51
52
|
ModuleErrorInfo = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
52
|
-
|
53
|
+
DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
54
|
+
DscNodeExtensionHandlerAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty
|
55
|
+
DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
53
56
|
DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
54
|
-
WebhookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
55
57
|
ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
56
|
-
DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
57
58
|
WebhookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
58
|
-
DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
59
|
-
Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
60
59
|
DscNodeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
61
|
-
|
60
|
+
Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
62
61
|
DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
63
|
-
|
62
|
+
AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
64
63
|
DscReportError = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
65
|
-
|
64
|
+
Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
66
65
|
DscReportResourceNavigation = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
67
|
-
|
66
|
+
AutomationAccountCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
68
67
|
DscReportResource = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
69
|
-
|
68
|
+
Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate
|
70
69
|
DscNodeReport = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
71
|
-
|
70
|
+
CertificateUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
|
72
71
|
DscNodeReportListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
73
|
-
|
72
|
+
ConnectionTypeAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty
|
74
73
|
HybridRunbookWorker = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorker
|
75
|
-
|
74
|
+
ConnectionListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
76
75
|
RunAsCredentialAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
77
|
-
|
76
|
+
ConnectionCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
78
77
|
HybridRunbookWorkerGroup = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
79
|
-
|
78
|
+
ConnectionType = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType
|
80
79
|
HybridRunbookWorkerGroupsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
81
|
-
|
80
|
+
ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
82
81
|
HybridRunbookWorkerGroupUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
83
|
-
|
82
|
+
CredentialListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
84
83
|
RunbookAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
85
|
-
|
84
|
+
CredentialCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
86
85
|
Job = Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
87
|
-
|
86
|
+
ActivityParameterSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet
|
88
87
|
JobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
89
|
-
|
88
|
+
Activity = Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
90
89
|
JobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult
|
91
|
-
|
90
|
+
AdvancedScheduleMonthlyOccurrence = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
92
91
|
ScheduleAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty
|
93
|
-
|
92
|
+
AgentRegistrationKeys = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys
|
94
93
|
JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
95
|
-
|
94
|
+
AgentRegistrationRegenerateKeyParameter = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
96
95
|
JobSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
97
|
-
|
96
|
+
ErrorResponse = Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse
|
98
97
|
JobScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
98
|
+
Statistics = Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
99
99
|
JobStream = Azure::Automation::Mgmt::V2015_10_31::Models::JobStream
|
100
|
-
|
100
|
+
ContentLink = Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
101
101
|
JobStreamListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult
|
102
|
-
|
102
|
+
Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
103
|
+
DscConfigurationParameter = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
103
104
|
ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
104
|
-
|
105
|
+
WebhookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
105
106
|
ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
106
|
-
|
107
|
+
OperationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
107
108
|
ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
108
|
-
|
109
|
+
CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult
|
109
110
|
RunbookDraftUndoEditResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
110
|
-
|
111
|
+
Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
111
112
|
RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
112
|
-
|
113
|
+
FieldDefinition = Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
113
114
|
RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
114
|
-
|
115
|
+
Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
115
116
|
RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
116
|
-
|
117
|
+
ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
117
118
|
RunbookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
118
|
-
|
119
|
+
ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
119
120
|
RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
120
|
-
|
121
|
+
AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
121
122
|
ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
122
|
-
|
123
|
+
Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
123
124
|
Schedule = Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
124
|
-
|
125
|
+
WebhookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
126
|
+
Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
125
127
|
ScheduleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
126
|
-
|
128
|
+
AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
127
129
|
ScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
128
|
-
|
130
|
+
ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
129
131
|
SubResource = Azure::Automation::Mgmt::V2015_10_31::Models::SubResource
|
130
|
-
|
132
|
+
CredentialUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
131
133
|
TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
132
|
-
|
134
|
+
AdvancedSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
133
135
|
TestJob = Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
134
|
-
|
136
|
+
RunbookParameter = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
135
137
|
TypeField = Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
136
|
-
|
138
|
+
CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters
|
137
139
|
TypeFieldListResult = Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult
|
138
|
-
|
140
|
+
ActivityOutputType = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
139
141
|
VariableCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
140
|
-
|
142
|
+
OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
141
143
|
Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
142
|
-
|
144
|
+
DscConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
143
145
|
VariableListResult = Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
144
|
-
|
146
|
+
ConnectionTypeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
145
147
|
VariableUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
146
148
|
Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
147
149
|
ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
@@ -166,9 +168,9 @@ module Azure::Automation::Profiles::Latest::Mgmt
|
|
166
168
|
end
|
167
169
|
|
168
170
|
#
|
169
|
-
#
|
171
|
+
# AutomationManagementClass
|
170
172
|
#
|
171
|
-
class
|
173
|
+
class AutomationManagementClass
|
172
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, :test_jobs, :schedule_operations, :variable_operations, :webhook_operations, :configurable, :base_url, :options, :model_classes
|
173
175
|
|
174
176
|
def initialize(options = {})
|
@@ -180,427 +182,448 @@ module Azure::Automation::Profiles::Latest::Mgmt
|
|
180
182
|
|
181
183
|
reset!(options)
|
182
184
|
|
183
|
-
@configurable
|
185
|
+
@configurable = self
|
186
|
+
@base_url = options[:base_url].nil? ? nil:options[:base_url]
|
187
|
+
@options = options[:options].nil? ? nil:options[:options]
|
184
188
|
|
185
|
-
client_0 = Azure::Automation::Mgmt::V2015_10_31::AutomationClient.new(configurable.credentials, base_url, options)
|
186
|
-
if(client_0.respond_to?(:subscription_id))
|
187
|
-
client_0.subscription_id = configurable.subscription_id
|
188
|
-
end
|
189
|
-
@
|
190
|
-
@
|
191
|
-
@
|
192
|
-
@
|
193
|
-
@
|
194
|
-
@
|
195
|
-
@
|
196
|
-
@
|
197
|
-
@
|
198
|
-
@
|
199
|
-
@
|
200
|
-
@
|
201
|
-
@
|
202
|
-
@
|
203
|
-
@
|
204
|
-
@
|
205
|
-
@
|
206
|
-
@
|
207
|
-
@
|
208
|
-
@
|
209
|
-
@
|
210
|
-
@
|
211
|
-
@
|
212
|
-
@
|
213
|
-
@
|
214
|
-
@
|
215
|
-
@
|
216
|
-
@
|
217
|
-
@
|
189
|
+
@client_0 = Azure::Automation::Mgmt::V2015_10_31::AutomationClient.new(configurable.credentials, base_url, options)
|
190
|
+
if(@client_0.respond_to?(:subscription_id))
|
191
|
+
@client_0.subscription_id = configurable.subscription_id
|
192
|
+
end
|
193
|
+
add_telemetry(@client_0)
|
194
|
+
@automation_account_operations = @client_0.automation_account_operations
|
195
|
+
@operations = @client_0.operations
|
196
|
+
@statistics_operations = @client_0.statistics_operations
|
197
|
+
@usages = @client_0.usages
|
198
|
+
@certificate_operations = @client_0.certificate_operations
|
199
|
+
@connection_operations = @client_0.connection_operations
|
200
|
+
@connection_type_operations = @client_0.connection_type_operations
|
201
|
+
@credential_operations = @client_0.credential_operations
|
202
|
+
@dsc_compilation_job_operations = @client_0.dsc_compilation_job_operations
|
203
|
+
@dsc_configuration_operations = @client_0.dsc_configuration_operations
|
204
|
+
@agent_registration_information = @client_0.agent_registration_information
|
205
|
+
@dsc_node_operations = @client_0.dsc_node_operations
|
206
|
+
@node_reports = @client_0.node_reports
|
207
|
+
@dsc_node_configuration_operations = @client_0.dsc_node_configuration_operations
|
208
|
+
@hybrid_runbook_worker_group_operations = @client_0.hybrid_runbook_worker_group_operations
|
209
|
+
@job_operations = @client_0.job_operations
|
210
|
+
@job_stream_operations = @client_0.job_stream_operations
|
211
|
+
@job_schedule_operations = @client_0.job_schedule_operations
|
212
|
+
@activity_operations = @client_0.activity_operations
|
213
|
+
@module_model_operations = @client_0.module_model_operations
|
214
|
+
@object_data_types = @client_0.object_data_types
|
215
|
+
@fields = @client_0.fields
|
216
|
+
@runbook_draft_operations = @client_0.runbook_draft_operations
|
217
|
+
@runbook_operations = @client_0.runbook_operations
|
218
|
+
@test_job_streams = @client_0.test_job_streams
|
219
|
+
@test_jobs = @client_0.test_jobs
|
220
|
+
@schedule_operations = @client_0.schedule_operations
|
221
|
+
@variable_operations = @client_0.variable_operations
|
222
|
+
@webhook_operations = @client_0.webhook_operations
|
218
223
|
|
219
224
|
@model_classes = ModelClasses.new
|
220
225
|
end
|
221
226
|
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
def usage
|
233
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
234
|
-
end
|
235
|
-
def dsc_configuration_list_result
|
236
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
237
|
-
end
|
238
|
-
def statistics
|
239
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
240
|
-
end
|
241
|
-
def dsc_configuration_create_or_update_parameters
|
242
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
243
|
-
end
|
244
|
-
def runbook_parameter
|
245
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
246
|
-
end
|
247
|
-
def dsc_meta_configuration
|
248
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
249
|
-
end
|
250
|
-
def content_link
|
251
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
252
|
-
end
|
253
|
-
def dsc_node_configuration_create_or_update_parameters
|
254
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
255
|
-
end
|
256
|
-
def content_hash
|
257
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
258
|
-
end
|
259
|
-
def module_error_info
|
260
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
261
|
-
end
|
262
|
-
def runbook_draft
|
263
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
264
|
-
end
|
265
|
-
def dsc_node_configuration_association_property
|
266
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
267
|
-
end
|
268
|
-
def webhook_create_or_update_parameters
|
269
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
270
|
-
end
|
271
|
-
def content_source
|
272
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
273
|
-
end
|
274
|
-
def dsc_node_configuration
|
275
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
276
|
-
end
|
277
|
-
def webhook_list_result
|
278
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
279
|
-
end
|
280
|
-
def dsc_node_configuration_list_result
|
281
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
282
|
-
end
|
283
|
-
def webhook
|
284
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
285
|
-
end
|
286
|
-
def dsc_node_list_result
|
287
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
288
|
-
end
|
289
|
-
def automation_account_list_result
|
290
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
291
|
-
end
|
292
|
-
def dsc_node_update_parameters
|
293
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
294
|
-
end
|
295
|
-
def operation
|
296
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
297
|
-
end
|
298
|
-
def dsc_report_error
|
299
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
300
|
-
end
|
301
|
-
def automation_account_create_or_update_parameters
|
302
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
303
|
-
end
|
304
|
-
def dsc_report_resource_navigation
|
305
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
306
|
-
end
|
307
|
-
def certificate
|
308
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Certificate
|
309
|
-
end
|
310
|
-
def dsc_report_resource
|
311
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
312
|
-
end
|
313
|
-
def certificate_update_parameters
|
314
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
|
315
|
-
end
|
316
|
-
def dsc_node_report
|
317
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
318
|
-
end
|
319
|
-
def connection_type_association_property
|
320
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty
|
321
|
-
end
|
322
|
-
def dsc_node_report_list_result
|
323
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
324
|
-
end
|
325
|
-
def connection_list_result
|
326
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
327
|
-
end
|
328
|
-
def hybrid_runbook_worker
|
329
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorker
|
330
|
-
end
|
331
|
-
def connection_create_or_update_parameters
|
332
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
333
|
-
end
|
334
|
-
def run_as_credential_association_property
|
335
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
336
|
-
end
|
337
|
-
def connection_type
|
338
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType
|
339
|
-
end
|
340
|
-
def hybrid_runbook_worker_group
|
341
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
342
|
-
end
|
343
|
-
def connection_type_create_or_update_parameters
|
344
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
345
|
-
end
|
346
|
-
def hybrid_runbook_worker_groups_list_result
|
347
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
348
|
-
end
|
349
|
-
def credential_list_result
|
350
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
351
|
-
end
|
352
|
-
def hybrid_runbook_worker_group_update_parameters
|
353
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
354
|
-
end
|
355
|
-
def credential_create_or_update_parameters
|
356
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
357
|
-
end
|
358
|
-
def runbook_association_property
|
359
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
360
|
-
end
|
361
|
-
def activity_parameter_set
|
362
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet
|
363
|
-
end
|
364
|
-
def job
|
365
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
366
|
-
end
|
367
|
-
def activity
|
368
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
369
|
-
end
|
370
|
-
def job_create_parameters
|
371
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
372
|
-
end
|
373
|
-
def advanced_schedule_monthly_occurrence
|
374
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
375
|
-
end
|
376
|
-
def job_list_result
|
377
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult
|
378
|
-
end
|
379
|
-
def agent_registration_keys
|
380
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys
|
381
|
-
end
|
382
|
-
def schedule_association_property
|
383
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty
|
384
|
-
end
|
385
|
-
def agent_registration_regenerate_key_parameter
|
386
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
387
|
-
end
|
388
|
-
def job_schedule_create_parameters
|
389
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
390
|
-
end
|
391
|
-
def dsc_compilation_job_create_parameters
|
392
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
393
|
-
end
|
394
|
-
def job_schedule
|
395
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
396
|
-
end
|
397
|
-
def usage_list_result
|
398
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
399
|
-
end
|
400
|
-
def job_schedule_list_result
|
401
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
402
|
-
end
|
403
|
-
def job_stream
|
404
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobStream
|
405
|
-
end
|
406
|
-
def dsc_configuration_parameter
|
407
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
408
|
-
end
|
409
|
-
def job_stream_list_result
|
410
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult
|
411
|
-
end
|
412
|
-
def resource
|
413
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
414
|
-
end
|
415
|
-
def module_create_or_update_parameters
|
416
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
417
|
-
end
|
418
|
-
def operation_list_result
|
419
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
420
|
-
end
|
421
|
-
def module_list_result
|
422
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
423
|
-
end
|
424
|
-
def certificate_list_result
|
425
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult
|
426
|
-
end
|
427
|
-
def module_update_parameters
|
428
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
429
|
-
end
|
430
|
-
def connection
|
431
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
432
|
-
end
|
433
|
-
def runbook_draft_undo_edit_result
|
434
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
435
|
-
end
|
436
|
-
def field_definition
|
437
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
438
|
-
end
|
439
|
-
def runbook_create_or_update_parameters
|
440
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
441
|
-
end
|
442
|
-
def credential
|
443
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
444
|
-
end
|
445
|
-
def runbook_create_or_update_draft_properties
|
446
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
447
|
-
end
|
448
|
-
def activity_parameter
|
449
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
450
|
-
end
|
451
|
-
def runbook_create_or_update_draft_parameters
|
452
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
453
|
-
end
|
454
|
-
def activity_list_result
|
455
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
456
|
-
end
|
457
|
-
def runbook_update_parameters
|
458
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
459
|
-
end
|
460
|
-
def agent_registration
|
461
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
462
|
-
end
|
463
|
-
def runbook_list_result
|
464
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
465
|
-
end
|
466
|
-
def usage_counter_name
|
467
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
468
|
-
end
|
469
|
-
def schedule_create_or_update_parameters
|
470
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
471
|
-
end
|
472
|
-
def webhook_update_parameters
|
473
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
474
|
-
end
|
475
|
-
def schedule
|
476
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
477
|
-
end
|
478
|
-
def operation_display
|
479
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
480
|
-
end
|
481
|
-
def schedule_update_parameters
|
482
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
483
|
-
end
|
484
|
-
def certificate_create_or_update_parameters
|
485
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters
|
486
|
-
end
|
487
|
-
def schedule_list_result
|
488
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
489
|
-
end
|
490
|
-
def connection_type_list_result
|
491
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
492
|
-
end
|
493
|
-
def sub_resource
|
494
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::SubResource
|
495
|
-
end
|
496
|
-
def activity_output_type
|
497
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
498
|
-
end
|
499
|
-
def test_job_create_parameters
|
500
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
501
|
-
end
|
502
|
-
def dsc_configuration_association_property
|
503
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
504
|
-
end
|
505
|
-
def test_job
|
506
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
507
|
-
end
|
508
|
-
def sku
|
509
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
510
|
-
end
|
511
|
-
def type_field
|
512
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
513
|
-
end
|
514
|
-
def connection_update_parameters
|
515
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
516
|
-
end
|
517
|
-
def type_field_list_result
|
518
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult
|
519
|
-
end
|
520
|
-
def advanced_schedule
|
521
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
522
|
-
end
|
523
|
-
def variable_create_or_update_parameters
|
524
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
525
|
-
end
|
526
|
-
def automation_account_update_parameters
|
527
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
528
|
-
end
|
529
|
-
def variable
|
530
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
531
|
-
end
|
532
|
-
def statistics_list_result
|
533
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
534
|
-
end
|
535
|
-
def variable_list_result
|
536
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
537
|
-
end
|
538
|
-
def credential_update_parameters
|
539
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
540
|
-
end
|
541
|
-
def variable_update_parameters
|
542
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
543
|
-
end
|
544
|
-
def runbook
|
545
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
546
|
-
end
|
547
|
-
def module_model
|
548
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
549
|
-
end
|
550
|
-
def dsc_node
|
551
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNode
|
552
|
-
end
|
553
|
-
def dsc_configuration
|
554
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
555
|
-
end
|
556
|
-
def automation_account
|
557
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount
|
558
|
-
end
|
559
|
-
def runbook_type_enum
|
560
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum
|
561
|
-
end
|
562
|
-
def runbook_state
|
563
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState
|
564
|
-
end
|
565
|
-
def runbook_provisioning_state
|
566
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState
|
567
|
-
end
|
568
|
-
def module_provisioning_state
|
569
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState
|
570
|
-
end
|
571
|
-
def content_source_type
|
572
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType
|
573
|
-
end
|
574
|
-
def dsc_configuration_provisioning_state
|
575
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState
|
576
|
-
end
|
577
|
-
def dsc_configuration_state
|
578
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState
|
579
|
-
end
|
580
|
-
def sku_name_enum
|
581
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum
|
582
|
-
end
|
583
|
-
def automation_account_state
|
584
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState
|
585
|
-
end
|
586
|
-
def schedule_day
|
587
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay
|
588
|
-
end
|
589
|
-
def agent_registration_key_name
|
590
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName
|
591
|
-
end
|
592
|
-
def job_status
|
593
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus
|
594
|
-
end
|
595
|
-
def job_stream_type
|
596
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType
|
597
|
-
end
|
598
|
-
def http_status_code
|
599
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode
|
600
|
-
end
|
601
|
-
def schedule_frequency
|
602
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency
|
227
|
+
def add_telemetry(client)
|
228
|
+
profile_information = 'Profiles/Latest/Automation/Mgmt'
|
229
|
+
client.add_user_agent_information(profile_information)
|
230
|
+
end
|
231
|
+
|
232
|
+
def method_missing(method, *args)
|
233
|
+
if @client_0.respond_to?method
|
234
|
+
@client_0.send(method, *args)
|
235
|
+
else
|
236
|
+
super
|
603
237
|
end
|
604
238
|
end
|
239
|
+
|
240
|
+
end
|
241
|
+
|
242
|
+
class ModelClasses
|
243
|
+
def dsc_compilation_job_create_parameters
|
244
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
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
|
251
|
+
end
|
252
|
+
def dsc_compilation_job_list_result
|
253
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
254
|
+
end
|
255
|
+
def usage_list_result
|
256
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
257
|
+
end
|
258
|
+
def dsc_configuration_list_result
|
259
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
260
|
+
end
|
261
|
+
def statistics_list_result
|
262
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
263
|
+
end
|
264
|
+
def dsc_configuration_create_or_update_parameters
|
265
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
266
|
+
end
|
267
|
+
def content_hash
|
268
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
269
|
+
end
|
270
|
+
def dsc_meta_configuration
|
271
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
272
|
+
end
|
273
|
+
def runbook_draft
|
274
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
275
|
+
end
|
276
|
+
def dsc_node_configuration_create_or_update_parameters
|
277
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
278
|
+
end
|
279
|
+
def module_error_info
|
280
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
281
|
+
end
|
282
|
+
def dsc_node_configuration
|
283
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
284
|
+
end
|
285
|
+
def dsc_node_extension_handler_association_property
|
286
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty
|
287
|
+
end
|
288
|
+
def dsc_node_configuration_list_result
|
289
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
290
|
+
end
|
291
|
+
def dsc_node_configuration_association_property
|
292
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
293
|
+
end
|
294
|
+
def content_source
|
295
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
296
|
+
end
|
297
|
+
def webhook_list_result
|
298
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
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
|
317
|
+
end
|
318
|
+
def dsc_report_resource_navigation
|
319
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
320
|
+
end
|
321
|
+
def automation_account_create_or_update_parameters
|
322
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
323
|
+
end
|
324
|
+
def dsc_report_resource
|
325
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
326
|
+
end
|
327
|
+
def certificate
|
328
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Certificate
|
329
|
+
end
|
330
|
+
def dsc_node_report
|
331
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
332
|
+
end
|
333
|
+
def certificate_update_parameters
|
334
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
|
335
|
+
end
|
336
|
+
def dsc_node_report_list_result
|
337
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
338
|
+
end
|
339
|
+
def connection_type_association_property
|
340
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty
|
341
|
+
end
|
342
|
+
def hybrid_runbook_worker
|
343
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorker
|
344
|
+
end
|
345
|
+
def connection_list_result
|
346
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
347
|
+
end
|
348
|
+
def run_as_credential_association_property
|
349
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
350
|
+
end
|
351
|
+
def connection_create_or_update_parameters
|
352
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
353
|
+
end
|
354
|
+
def hybrid_runbook_worker_group
|
355
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
356
|
+
end
|
357
|
+
def connection_type
|
358
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType
|
359
|
+
end
|
360
|
+
def hybrid_runbook_worker_groups_list_result
|
361
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
362
|
+
end
|
363
|
+
def connection_type_create_or_update_parameters
|
364
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
365
|
+
end
|
366
|
+
def hybrid_runbook_worker_group_update_parameters
|
367
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
368
|
+
end
|
369
|
+
def credential_list_result
|
370
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
371
|
+
end
|
372
|
+
def runbook_association_property
|
373
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
374
|
+
end
|
375
|
+
def credential_create_or_update_parameters
|
376
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
377
|
+
end
|
378
|
+
def job
|
379
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
380
|
+
end
|
381
|
+
def activity_parameter_set
|
382
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet
|
383
|
+
end
|
384
|
+
def job_create_parameters
|
385
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
386
|
+
end
|
387
|
+
def activity
|
388
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
389
|
+
end
|
390
|
+
def job_list_result
|
391
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult
|
392
|
+
end
|
393
|
+
def advanced_schedule_monthly_occurrence
|
394
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
395
|
+
end
|
396
|
+
def schedule_association_property
|
397
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty
|
398
|
+
end
|
399
|
+
def agent_registration_keys
|
400
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys
|
401
|
+
end
|
402
|
+
def job_schedule_create_parameters
|
403
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
404
|
+
end
|
405
|
+
def agent_registration_regenerate_key_parameter
|
406
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
407
|
+
end
|
408
|
+
def job_schedule
|
409
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
410
|
+
end
|
411
|
+
def error_response
|
412
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse
|
413
|
+
end
|
414
|
+
def job_schedule_list_result
|
415
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
416
|
+
end
|
417
|
+
def statistics
|
418
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
419
|
+
end
|
420
|
+
def job_stream
|
421
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStream
|
422
|
+
end
|
423
|
+
def content_link
|
424
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
425
|
+
end
|
426
|
+
def job_stream_list_result
|
427
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult
|
428
|
+
end
|
429
|
+
def webhook
|
430
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
431
|
+
end
|
432
|
+
def dsc_configuration_parameter
|
433
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
434
|
+
end
|
435
|
+
def module_create_or_update_parameters
|
436
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
437
|
+
end
|
438
|
+
def webhook_update_parameters
|
439
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
440
|
+
end
|
441
|
+
def module_list_result
|
442
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
443
|
+
end
|
444
|
+
def operation_list_result
|
445
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
446
|
+
end
|
447
|
+
def module_update_parameters
|
448
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
449
|
+
end
|
450
|
+
def certificate_list_result
|
451
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult
|
452
|
+
end
|
453
|
+
def runbook_draft_undo_edit_result
|
454
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
455
|
+
end
|
456
|
+
def connection
|
457
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
458
|
+
end
|
459
|
+
def runbook_create_or_update_parameters
|
460
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
461
|
+
end
|
462
|
+
def field_definition
|
463
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
464
|
+
end
|
465
|
+
def runbook_create_or_update_draft_properties
|
466
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
467
|
+
end
|
468
|
+
def credential
|
469
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
470
|
+
end
|
471
|
+
def runbook_create_or_update_draft_parameters
|
472
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
473
|
+
end
|
474
|
+
def activity_parameter
|
475
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
476
|
+
end
|
477
|
+
def runbook_update_parameters
|
478
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
479
|
+
end
|
480
|
+
def activity_list_result
|
481
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
482
|
+
end
|
483
|
+
def runbook_list_result
|
484
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
485
|
+
end
|
486
|
+
def agent_registration
|
487
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
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
|
503
|
+
end
|
504
|
+
def schedule_update_parameters
|
505
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
506
|
+
end
|
507
|
+
def automation_account_update_parameters
|
508
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
509
|
+
end
|
510
|
+
def schedule_list_result
|
511
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
512
|
+
end
|
513
|
+
def connection_update_parameters
|
514
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
515
|
+
end
|
516
|
+
def sub_resource
|
517
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::SubResource
|
518
|
+
end
|
519
|
+
def credential_update_parameters
|
520
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
521
|
+
end
|
522
|
+
def test_job_create_parameters
|
523
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
524
|
+
end
|
525
|
+
def advanced_schedule
|
526
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
527
|
+
end
|
528
|
+
def test_job
|
529
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
530
|
+
end
|
531
|
+
def runbook_parameter
|
532
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
533
|
+
end
|
534
|
+
def type_field
|
535
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
536
|
+
end
|
537
|
+
def certificate_create_or_update_parameters
|
538
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters
|
539
|
+
end
|
540
|
+
def type_field_list_result
|
541
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult
|
542
|
+
end
|
543
|
+
def activity_output_type
|
544
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
545
|
+
end
|
546
|
+
def variable_create_or_update_parameters
|
547
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
548
|
+
end
|
549
|
+
def operation_display
|
550
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
551
|
+
end
|
552
|
+
def variable
|
553
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
554
|
+
end
|
555
|
+
def dsc_configuration_association_property
|
556
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
557
|
+
end
|
558
|
+
def variable_list_result
|
559
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
560
|
+
end
|
561
|
+
def connection_type_list_result
|
562
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
563
|
+
end
|
564
|
+
def variable_update_parameters
|
565
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
566
|
+
end
|
567
|
+
def runbook
|
568
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
569
|
+
end
|
570
|
+
def module_model
|
571
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
572
|
+
end
|
573
|
+
def dsc_node
|
574
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNode
|
575
|
+
end
|
576
|
+
def dsc_configuration
|
577
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
578
|
+
end
|
579
|
+
def automation_account
|
580
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount
|
581
|
+
end
|
582
|
+
def runbook_type_enum
|
583
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum
|
584
|
+
end
|
585
|
+
def runbook_state
|
586
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState
|
587
|
+
end
|
588
|
+
def runbook_provisioning_state
|
589
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState
|
590
|
+
end
|
591
|
+
def module_provisioning_state
|
592
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState
|
593
|
+
end
|
594
|
+
def content_source_type
|
595
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType
|
596
|
+
end
|
597
|
+
def dsc_configuration_provisioning_state
|
598
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState
|
599
|
+
end
|
600
|
+
def dsc_configuration_state
|
601
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState
|
602
|
+
end
|
603
|
+
def sku_name_enum
|
604
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum
|
605
|
+
end
|
606
|
+
def automation_account_state
|
607
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState
|
608
|
+
end
|
609
|
+
def schedule_day
|
610
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay
|
611
|
+
end
|
612
|
+
def agent_registration_key_name
|
613
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName
|
614
|
+
end
|
615
|
+
def job_status
|
616
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus
|
617
|
+
end
|
618
|
+
def job_stream_type
|
619
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType
|
620
|
+
end
|
621
|
+
def http_status_code
|
622
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode
|
623
|
+
end
|
624
|
+
def schedule_frequency
|
625
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency
|
626
|
+
end
|
605
627
|
end
|
628
|
+
end
|
606
629
|
end
|