azure_mgmt_automation 0.15.2 → 0.17.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/2015-10-31/generated/azure_mgmt_automation.rb +111 -97
- data/lib/2015-10-31/generated/azure_mgmt_automation/activity_operations.rb +39 -32
- data/lib/2015-10-31/generated/azure_mgmt_automation/agent_registration_information.rb +28 -24
- data/lib/2015-10-31/generated/azure_mgmt_automation/automation_account_operations.rb +92 -81
- data/lib/2015-10-31/generated/azure_mgmt_automation/automation_client.rb +25 -9
- data/lib/2015-10-31/generated/azure_mgmt_automation/certificate_operations.rb +81 -69
- data/lib/2015-10-31/generated/azure_mgmt_automation/connection_operations.rb +81 -69
- data/lib/2015-10-31/generated/azure_mgmt_automation/connection_type_operations.rb +67 -56
- data/lib/2015-10-31/generated/azure_mgmt_automation/credential_operations.rb +81 -69
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_compilation_job_operations.rb +67 -56
- 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 +215 -70
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_configuration_operations.rb +68 -67
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb +67 -56
- data/lib/2015-10-31/generated/azure_mgmt_automation/fields.rb +14 -11
- data/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb +72 -57
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_operations.rb +123 -100
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_schedule_operations.rb +72 -57
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_stream_operations.rb +39 -32
- 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_list_result.rb +1 -1
- 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_account_list_result.rb +1 -1
- 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 +10 -7
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_list_result.rb +1 -1
- 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 +10 -7
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_list_result.rb +1 -1
- 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/connection_type_list_result.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential.rb +11 -7
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_list_result.rb +1 -1
- 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.rb +44 -4
- 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_compilation_job_list_result.rb +1 -1
- 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 +13 -1
- 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 +22 -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 +13 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_list_result.rb +1 -1
- 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/dsc_node_list_result.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report_list_result.rb +1 -1
- 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/hybrid_runbook_worker_groups_list_result.rb +1 -1
- 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_list_result.rb +1 -1
- 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/job_schedule.rb +26 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_schedule_list_result.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_stream_list_result.rb +1 -1
- 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_list_result.rb +1 -1
- 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 +11 -32
- 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/runbook_list_result.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule.rb +12 -7
- 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 +3 -3
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_list_result.rb +1 -1
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_update_parameters.rb +2 -2
- 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 +12 -7
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_list_result.rb +1 -1
- 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/models/webhook.rb +23 -7
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_list_result.rb +1 -1
- 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 +81 -69
- data/lib/2015-10-31/generated/azure_mgmt_automation/node_reports.rb +54 -61
- data/lib/2015-10-31/generated/azure_mgmt_automation/object_data_types.rb +28 -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 +144 -118
- data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_operations.rb +131 -95
- data/lib/2015-10-31/generated/azure_mgmt_automation/schedule_operations.rb +93 -71
- data/lib/2015-10-31/generated/azure_mgmt_automation/statistics_operations.rb +14 -11
- data/lib/2015-10-31/generated/azure_mgmt_automation/{test_jobs.rb → test_job_operations.rb} +82 -69
- data/lib/2015-10-31/generated/azure_mgmt_automation/test_job_streams.rb +49 -39
- data/lib/2015-10-31/generated/azure_mgmt_automation/usages.rb +14 -11
- data/lib/2015-10-31/generated/azure_mgmt_automation/variable_operations.rb +81 -69
- data/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb +95 -80
- 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 +585 -516
- data/lib/version.rb +1 -1
- metadata +21 -7
@@ -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,16 +4,19 @@
|
|
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
|
11
12
|
Usages = Azure::Automation::Mgmt::V2015_10_31::Usages
|
13
|
+
Keys = Azure::Automation::Mgmt::V2015_10_31::Keys
|
12
14
|
CertificateOperations = Azure::Automation::Mgmt::V2015_10_31::CertificateOperations
|
13
15
|
ConnectionOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionOperations
|
14
16
|
ConnectionTypeOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionTypeOperations
|
15
17
|
CredentialOperations = Azure::Automation::Mgmt::V2015_10_31::CredentialOperations
|
16
18
|
DscCompilationJobOperations = Azure::Automation::Mgmt::V2015_10_31::DscCompilationJobOperations
|
19
|
+
DscCompilationJobStream = Azure::Automation::Mgmt::V2015_10_31::DscCompilationJobStream
|
17
20
|
DscConfigurationOperations = Azure::Automation::Mgmt::V2015_10_31::DscConfigurationOperations
|
18
21
|
AgentRegistrationInformation = Azure::Automation::Mgmt::V2015_10_31::AgentRegistrationInformation
|
19
22
|
DscNodeOperations = Azure::Automation::Mgmt::V2015_10_31::DscNodeOperations
|
@@ -23,6 +26,7 @@ module Azure::Automation::Profiles::Latest::Mgmt
|
|
23
26
|
JobOperations = Azure::Automation::Mgmt::V2015_10_31::JobOperations
|
24
27
|
JobStreamOperations = Azure::Automation::Mgmt::V2015_10_31::JobStreamOperations
|
25
28
|
JobScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::JobScheduleOperations
|
29
|
+
LinkedWorkspaceOperations = Azure::Automation::Mgmt::V2015_10_31::LinkedWorkspaceOperations
|
26
30
|
ActivityOperations = Azure::Automation::Mgmt::V2015_10_31::ActivityOperations
|
27
31
|
ModuleModelOperations = Azure::Automation::Mgmt::V2015_10_31::ModuleModelOperations
|
28
32
|
ObjectDataTypes = Azure::Automation::Mgmt::V2015_10_31::ObjectDataTypes
|
@@ -30,146 +34,157 @@ module Azure::Automation::Profiles::Latest::Mgmt
|
|
30
34
|
RunbookDraftOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookDraftOperations
|
31
35
|
RunbookOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookOperations
|
32
36
|
TestJobStreams = Azure::Automation::Mgmt::V2015_10_31::TestJobStreams
|
33
|
-
|
37
|
+
TestJobOperations = Azure::Automation::Mgmt::V2015_10_31::TestJobOperations
|
34
38
|
ScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::ScheduleOperations
|
35
39
|
VariableOperations = Azure::Automation::Mgmt::V2015_10_31::VariableOperations
|
36
40
|
WebhookOperations = Azure::Automation::Mgmt::V2015_10_31::WebhookOperations
|
37
41
|
|
38
42
|
module Models
|
39
|
-
|
40
|
-
|
41
|
-
DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
42
|
-
Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
43
|
-
DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
44
|
-
Statistics = Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
45
|
-
DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
46
|
-
RunbookParameter = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
47
|
-
DscMetaConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
48
|
-
ContentLink = Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
49
|
-
DscNodeConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
50
|
-
ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
51
|
-
ModuleErrorInfo = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
52
|
-
RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
53
|
-
DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
54
|
-
WebhookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
55
|
-
ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
56
|
-
DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
57
|
-
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
|
-
DscNodeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
61
|
-
AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
62
|
-
DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
63
|
-
Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
43
|
+
AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
44
|
+
DscNodeExtensionHandlerAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty
|
64
45
|
DscReportError = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
65
|
-
AutomationAccountCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
66
46
|
DscReportResourceNavigation = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
67
|
-
|
47
|
+
AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
68
48
|
DscReportResource = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
69
|
-
|
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
|
70
52
|
DscNodeReport = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
71
|
-
|
53
|
+
UsageCounterName = Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
72
54
|
DscNodeReportListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
73
|
-
|
74
|
-
|
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
|
75
67
|
ConnectionCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
68
|
+
DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
69
|
+
ConnectionListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
76
70
|
RunAsCredentialAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
77
|
-
|
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
|
78
74
|
HybridRunbookWorkerGroup = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
79
|
-
|
75
|
+
CredentialCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
80
76
|
HybridRunbookWorkerGroupsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
81
77
|
CredentialListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
82
78
|
HybridRunbookWorkerGroupUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
83
|
-
|
79
|
+
DscConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
84
80
|
RunbookAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
85
|
-
|
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
|
86
84
|
Job = Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
87
|
-
|
88
|
-
JobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
89
|
-
AdvancedScheduleMonthlyOccurrence = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
85
|
+
ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
90
86
|
JobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
95
|
-
DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
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
|
96
90
|
JobSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
97
|
-
|
91
|
+
DscConfigurationUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationUpdateParameters
|
98
92
|
JobScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
99
|
-
|
100
|
-
|
101
|
-
|
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
|
102
103
|
Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
103
|
-
|
104
|
-
OperationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
105
|
-
ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
104
|
+
ActivityOutputType = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
106
105
|
CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult
|
107
|
-
|
108
|
-
|
109
|
-
RunbookDraftUndoEditResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
110
|
-
FieldDefinition = Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
111
|
-
RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
112
|
-
Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
113
|
-
RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
114
|
-
ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
115
|
-
RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
106
|
+
Activity = Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
107
|
+
WebhookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
116
108
|
ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
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
|
112
|
+
ContentLink = Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
113
|
+
DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
121
114
|
ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
SubResource = Azure::Automation::Mgmt::V2015_10_31::Models::SubResource
|
130
|
-
ActivityOutputType = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
131
|
-
TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
132
|
-
DscConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
133
|
-
TestJob = Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
134
|
-
Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
115
|
+
JobStreamListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult
|
116
|
+
ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
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
|
120
|
+
ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
121
|
+
AutomationAccountCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
135
122
|
TypeField = Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
136
|
-
|
123
|
+
Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
137
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
|
127
|
+
ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
128
|
+
RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
129
|
+
CredentialUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
138
130
|
AdvancedSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
139
|
-
|
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
|
140
135
|
AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
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
|
142
|
+
TestJob = Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
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
|
150
148
|
AutomationAccount = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
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
|
158
162
|
SkuNameEnum = Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum
|
159
163
|
AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState
|
160
|
-
|
161
|
-
|
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
|
162
167
|
JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus
|
163
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
|
164
178
|
HttpStatusCode = Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode
|
179
|
+
ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay
|
165
180
|
ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency
|
166
181
|
end
|
167
182
|
|
168
183
|
#
|
169
|
-
#
|
184
|
+
# AutomationManagementClass
|
170
185
|
#
|
171
|
-
class
|
172
|
-
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, :
|
186
|
+
class AutomationManagementClass
|
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
|
173
188
|
|
174
189
|
def initialize(options = {})
|
175
190
|
if options.is_a?(Hash) && options.length == 0
|
@@ -180,427 +195,481 @@ module Azure::Automation::Profiles::Latest::Mgmt
|
|
180
195
|
|
181
196
|
reset!(options)
|
182
197
|
|
183
|
-
@configurable
|
198
|
+
@configurable = self
|
199
|
+
@base_url = options[:base_url].nil? ? nil:options[:base_url]
|
200
|
+
@options = options[:options].nil? ? nil:options[:options]
|
184
201
|
|
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
|
-
@
|
202
|
+
@client_0 = Azure::Automation::Mgmt::V2015_10_31::AutomationClient.new(configurable.credentials, base_url, options)
|
203
|
+
if(@client_0.respond_to?(:subscription_id))
|
204
|
+
@client_0.subscription_id = configurable.subscription_id
|
205
|
+
end
|
206
|
+
add_telemetry(@client_0)
|
207
|
+
@automation_account_operations = @client_0.automation_account_operations
|
208
|
+
@operations = @client_0.operations
|
209
|
+
@statistics_operations = @client_0.statistics_operations
|
210
|
+
@usages = @client_0.usages
|
211
|
+
@keys = @client_0.keys
|
212
|
+
@certificate_operations = @client_0.certificate_operations
|
213
|
+
@connection_operations = @client_0.connection_operations
|
214
|
+
@connection_type_operations = @client_0.connection_type_operations
|
215
|
+
@credential_operations = @client_0.credential_operations
|
216
|
+
@dsc_compilation_job_operations = @client_0.dsc_compilation_job_operations
|
217
|
+
@dsc_compilation_job_stream = @client_0.dsc_compilation_job_stream
|
218
|
+
@dsc_configuration_operations = @client_0.dsc_configuration_operations
|
219
|
+
@agent_registration_information = @client_0.agent_registration_information
|
220
|
+
@dsc_node_operations = @client_0.dsc_node_operations
|
221
|
+
@node_reports = @client_0.node_reports
|
222
|
+
@dsc_node_configuration_operations = @client_0.dsc_node_configuration_operations
|
223
|
+
@hybrid_runbook_worker_group_operations = @client_0.hybrid_runbook_worker_group_operations
|
224
|
+
@job_operations = @client_0.job_operations
|
225
|
+
@job_stream_operations = @client_0.job_stream_operations
|
226
|
+
@job_schedule_operations = @client_0.job_schedule_operations
|
227
|
+
@linked_workspace_operations = @client_0.linked_workspace_operations
|
228
|
+
@activity_operations = @client_0.activity_operations
|
229
|
+
@module_model_operations = @client_0.module_model_operations
|
230
|
+
@object_data_types = @client_0.object_data_types
|
231
|
+
@fields = @client_0.fields
|
232
|
+
@runbook_draft_operations = @client_0.runbook_draft_operations
|
233
|
+
@runbook_operations = @client_0.runbook_operations
|
234
|
+
@test_job_streams = @client_0.test_job_streams
|
235
|
+
@test_job_operations = @client_0.test_job_operations
|
236
|
+
@schedule_operations = @client_0.schedule_operations
|
237
|
+
@variable_operations = @client_0.variable_operations
|
238
|
+
@webhook_operations = @client_0.webhook_operations
|
218
239
|
|
219
240
|
@model_classes = ModelClasses.new
|
220
241
|
end
|
221
242
|
|
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
|
243
|
+
def add_telemetry(client)
|
244
|
+
profile_information = 'Profiles/Latest/Automation/Mgmt'
|
245
|
+
client.add_user_agent_information(profile_information)
|
246
|
+
end
|
247
|
+
|
248
|
+
def method_missing(method, *args)
|
249
|
+
if @client_0.respond_to?method
|
250
|
+
@client_0.send(method, *args)
|
251
|
+
else
|
252
|
+
super
|
603
253
|
end
|
604
254
|
end
|
255
|
+
|
256
|
+
end
|
257
|
+
|
258
|
+
class ModelClasses
|
259
|
+
def agent_registration
|
260
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
261
|
+
end
|
262
|
+
def dsc_node_extension_handler_association_property
|
263
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty
|
264
|
+
end
|
265
|
+
def dsc_report_error
|
266
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
267
|
+
end
|
268
|
+
def dsc_report_resource_navigation
|
269
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
270
|
+
end
|
271
|
+
def automation_account_list_result
|
272
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
273
|
+
end
|
274
|
+
def dsc_report_resource
|
275
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
276
|
+
end
|
277
|
+
def operation
|
278
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
279
|
+
end
|
280
|
+
def dsc_meta_configuration
|
281
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
282
|
+
end
|
283
|
+
def statistics
|
284
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
285
|
+
end
|
286
|
+
def dsc_node_report
|
287
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
288
|
+
end
|
289
|
+
def usage_counter_name
|
290
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
291
|
+
end
|
292
|
+
def dsc_node_report_list_result
|
293
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
294
|
+
end
|
295
|
+
def usage_list_result
|
296
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
297
|
+
end
|
298
|
+
def sku
|
299
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
300
|
+
end
|
301
|
+
def key_list_result
|
302
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult
|
303
|
+
end
|
304
|
+
def variable_create_or_update_parameters
|
305
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
306
|
+
end
|
307
|
+
def schedule_list_result
|
308
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
309
|
+
end
|
310
|
+
def advanced_schedule_monthly_occurrence
|
311
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
312
|
+
end
|
313
|
+
def error_response
|
314
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse
|
315
|
+
end
|
316
|
+
def dsc_node_list_result
|
317
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
318
|
+
end
|
319
|
+
def webhook_create_or_update_parameters
|
320
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
321
|
+
end
|
322
|
+
def schedule_update_parameters
|
323
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
324
|
+
end
|
325
|
+
def certificate_update_parameters
|
326
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
|
327
|
+
end
|
328
|
+
def dsc_node_configuration_create_or_update_parameters
|
329
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
330
|
+
end
|
331
|
+
def connection_create_or_update_parameters
|
332
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
333
|
+
end
|
334
|
+
def dsc_node_configuration_list_result
|
335
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
336
|
+
end
|
337
|
+
def connection_list_result
|
338
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
339
|
+
end
|
340
|
+
def run_as_credential_association_property
|
341
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
342
|
+
end
|
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
|
351
|
+
end
|
352
|
+
def hybrid_runbook_worker_group
|
353
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
354
|
+
end
|
355
|
+
def credential_create_or_update_parameters
|
356
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
357
|
+
end
|
358
|
+
def hybrid_runbook_worker_groups_list_result
|
359
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
360
|
+
end
|
361
|
+
def credential_list_result
|
362
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
363
|
+
end
|
364
|
+
def hybrid_runbook_worker_group_update_parameters
|
365
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
366
|
+
end
|
367
|
+
def dsc_configuration_association_property
|
368
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
369
|
+
end
|
370
|
+
def runbook_association_property
|
371
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
372
|
+
end
|
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
|
381
|
+
end
|
382
|
+
def job
|
383
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
384
|
+
end
|
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
|
393
|
+
end
|
394
|
+
def job_create_parameters
|
395
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
396
|
+
end
|
397
|
+
def variable_list_result
|
398
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
399
|
+
end
|
400
|
+
def job_schedule
|
401
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
402
|
+
end
|
403
|
+
def dsc_configuration_update_parameters
|
404
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationUpdateParameters
|
405
|
+
end
|
406
|
+
def job_schedule_list_result
|
407
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
408
|
+
end
|
409
|
+
def agent_registration_keys
|
410
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys
|
411
|
+
end
|
412
|
+
def job_schedule_create_parameters
|
413
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
414
|
+
end
|
415
|
+
def dsc_node_update_parameters
|
416
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
417
|
+
end
|
418
|
+
def linked_workspace
|
419
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace
|
420
|
+
end
|
421
|
+
def operation_display
|
422
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
423
|
+
end
|
424
|
+
def activity_parameter_validation_set
|
425
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet
|
426
|
+
end
|
427
|
+
def statistics_list_result
|
428
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
429
|
+
end
|
430
|
+
def activity_parameter
|
431
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
432
|
+
end
|
433
|
+
def key
|
434
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Key
|
435
|
+
end
|
436
|
+
def activity_parameter_set
|
437
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet
|
438
|
+
end
|
439
|
+
def resource
|
440
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
441
|
+
end
|
442
|
+
def activity_output_type
|
443
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
444
|
+
end
|
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
|
450
|
+
end
|
451
|
+
def webhook_update_parameters
|
452
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
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
|
478
|
+
def module_list_result
|
479
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
480
|
+
end
|
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
|
489
|
+
end
|
490
|
+
def module_update_parameters
|
491
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
492
|
+
end
|
493
|
+
def automation_account_create_or_update_parameters
|
494
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
495
|
+
end
|
496
|
+
def type_field
|
497
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
498
|
+
end
|
499
|
+
def usage
|
500
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
501
|
+
end
|
502
|
+
def type_field_list_result
|
503
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult
|
504
|
+
end
|
505
|
+
def certificate_create_or_update_parameters
|
506
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters
|
507
|
+
end
|
508
|
+
def runbook_parameter
|
509
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
510
|
+
end
|
511
|
+
def connection_update_parameters
|
512
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
513
|
+
end
|
514
|
+
def runbook_draft
|
515
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
516
|
+
end
|
517
|
+
def credential_update_parameters
|
518
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
519
|
+
end
|
520
|
+
def advanced_schedule
|
521
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
522
|
+
end
|
523
|
+
def content_source
|
524
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
525
|
+
end
|
526
|
+
def runbook_list_result
|
527
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
528
|
+
end
|
529
|
+
def dsc_node_configuration_association_property
|
530
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
531
|
+
end
|
532
|
+
def runbook_create_or_update_parameters
|
533
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
534
|
+
end
|
535
|
+
def automation_account_update_parameters
|
536
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
537
|
+
end
|
538
|
+
def runbook_update_parameters
|
539
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
540
|
+
end
|
541
|
+
def connection_type_create_or_update_parameters
|
542
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
543
|
+
end
|
544
|
+
def runbook_draft_undo_edit_result
|
545
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
546
|
+
end
|
547
|
+
def dsc_configuration_list_result
|
548
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
549
|
+
end
|
550
|
+
def test_job_create_parameters
|
551
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
552
|
+
end
|
553
|
+
def connection_type_association_property
|
554
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty
|
555
|
+
end
|
556
|
+
def test_job
|
557
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
558
|
+
end
|
559
|
+
def operation_list_result
|
560
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
561
|
+
end
|
562
|
+
def runbook_create_or_update_draft_properties
|
563
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
564
|
+
end
|
565
|
+
def dsc_compilation_job_list_result
|
566
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
567
|
+
end
|
568
|
+
def runbook_create_or_update_draft_parameters
|
569
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
570
|
+
end
|
571
|
+
def tracked_resource
|
572
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource
|
573
|
+
end
|
574
|
+
def automation_account
|
575
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount
|
576
|
+
end
|
577
|
+
def proxy_resource
|
578
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource
|
579
|
+
end
|
580
|
+
def certificate
|
581
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Certificate
|
582
|
+
end
|
583
|
+
def connection
|
584
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
585
|
+
end
|
586
|
+
def credential
|
587
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
588
|
+
end
|
589
|
+
def dsc_compilation_job
|
590
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
591
|
+
end
|
592
|
+
def dsc_configuration
|
593
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
594
|
+
end
|
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
|
600
|
+
end
|
601
|
+
def module_model
|
602
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
603
|
+
end
|
604
|
+
def runbook
|
605
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
606
|
+
end
|
607
|
+
def schedule
|
608
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
609
|
+
end
|
610
|
+
def variable
|
611
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
612
|
+
end
|
613
|
+
def webhook
|
614
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
615
|
+
end
|
616
|
+
def sku_name_enum
|
617
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum
|
618
|
+
end
|
619
|
+
def automation_account_state
|
620
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState
|
621
|
+
end
|
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
|
636
|
+
end
|
637
|
+
def content_source_type
|
638
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType
|
639
|
+
end
|
640
|
+
def dsc_configuration_provisioning_state
|
641
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState
|
642
|
+
end
|
643
|
+
def dsc_configuration_state
|
644
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState
|
645
|
+
end
|
646
|
+
def agent_registration_key_name
|
647
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName
|
648
|
+
end
|
649
|
+
def group_type_enum
|
650
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum
|
651
|
+
end
|
652
|
+
def module_provisioning_state
|
653
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState
|
654
|
+
end
|
655
|
+
def runbook_type_enum
|
656
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum
|
657
|
+
end
|
658
|
+
def runbook_state
|
659
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState
|
660
|
+
end
|
661
|
+
def runbook_provisioning_state
|
662
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState
|
663
|
+
end
|
664
|
+
def http_status_code
|
665
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode
|
666
|
+
end
|
667
|
+
def schedule_day
|
668
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay
|
669
|
+
end
|
670
|
+
def schedule_frequency
|
671
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency
|
672
|
+
end
|
605
673
|
end
|
674
|
+
end
|
606
675
|
end
|