azure_sdk 0.17.11 → 0.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +1 -21
- data/lib/latest/modules/apimanagement_profile_module.rb +616 -558
- data/lib/latest/modules/automation_profile_module.rb +364 -318
- data/lib/latest/modules/billing_profile_module.rb +43 -33
- data/lib/latest/modules/cognitiveservices_profile_module.rb +75 -29
- data/lib/latest/modules/compute_profile_module.rb +660 -530
- data/lib/latest/modules/computervision_profile_module.rb +103 -95
- data/lib/latest/modules/consumption_profile_module.rb +160 -78
- data/lib/latest/modules/containerinstance_profile_module.rb +116 -84
- data/lib/latest/modules/containerregistry_profile_module.rb +90 -50
- data/lib/latest/modules/containerservice_profile_module.rb +149 -49
- data/lib/latest/modules/contentmoderator_profile_module.rb +42 -30
- data/lib/latest/modules/datalakestore_profile_module.rb +61 -35
- data/lib/latest/modules/eventgrid_profile_module.rb +108 -36
- data/lib/latest/modules/eventhub_profile_module.rb +61 -111
- data/lib/latest/modules/face_profile_module.rb +0 -4
- data/lib/latest/modules/iotcentral_profile_module.rb +29 -29
- data/lib/latest/modules/iothub_profile_module.rb +240 -162
- data/lib/latest/modules/keyvault_profile_module.rb +361 -297
- data/lib/latest/modules/logic_profile_module.rb +359 -205
- data/lib/latest/modules/machinelearning_profile_module.rb +68 -54
- data/lib/latest/modules/managedapplications_profile_module.rb +39 -39
- data/lib/latest/modules/mediaservices_profile_module.rb +412 -416
- data/lib/latest/modules/monitor_profile_module.rb +0 -4
- data/lib/latest/modules/network_profile_module.rb +945 -705
- data/lib/latest/modules/notificationhubs_profile_module.rb +53 -39
- data/lib/latest/modules/operationalinsights_profile_module.rb +49 -29
- data/lib/latest/modules/policy_profile_module.rb +36 -44
- data/lib/latest/modules/recoveryservicesbackup_profile_module.rb +399 -313
- data/lib/latest/modules/recoveryservicessiterecovery_profile_module.rb +1071 -993
- data/lib/latest/modules/redis_profile_module.rb +107 -83
- data/lib/latest/modules/resources_profile_module.rb +138 -122
- data/lib/latest/modules/resourcesmanagement_profile_module.rb +99 -37
- data/lib/latest/modules/search_profile_module.rb +23 -19
- data/lib/latest/modules/security_profile_module.rb +3 -3
- data/lib/latest/modules/servicebus_profile_module.rb +64 -54
- data/lib/latest/modules/servicefabric_profile_module.rb +136 -112
- data/lib/latest/modules/sql_profile_module.rb +855 -411
- data/lib/latest/modules/textanalytics_profile_module.rb +39 -27
- data/lib/latest/modules/trafficmanager_profile_module.rb +98 -86
- data/lib/latest/modules/web_profile_module.rb +1045 -969
- metadata +151 -181
- data/lib/latest/modules/mobileengagement_profile_module.rb +0 -417
- data/lib/latest/modules/servermanagement_profile_module.rb +0 -175
|
@@ -11,11 +11,13 @@ module Azure::Profiles::Latest
|
|
|
11
11
|
Operations = Azure::Automation::Mgmt::V2015_10_31::Operations
|
|
12
12
|
StatisticsOperations = Azure::Automation::Mgmt::V2015_10_31::StatisticsOperations
|
|
13
13
|
Usages = Azure::Automation::Mgmt::V2015_10_31::Usages
|
|
14
|
+
Keys = Azure::Automation::Mgmt::V2015_10_31::Keys
|
|
14
15
|
CertificateOperations = Azure::Automation::Mgmt::V2015_10_31::CertificateOperations
|
|
15
16
|
ConnectionOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionOperations
|
|
16
17
|
ConnectionTypeOperations = Azure::Automation::Mgmt::V2015_10_31::ConnectionTypeOperations
|
|
17
18
|
CredentialOperations = Azure::Automation::Mgmt::V2015_10_31::CredentialOperations
|
|
18
19
|
DscCompilationJobOperations = Azure::Automation::Mgmt::V2015_10_31::DscCompilationJobOperations
|
|
20
|
+
DscCompilationJobStream = Azure::Automation::Mgmt::V2015_10_31::DscCompilationJobStream
|
|
19
21
|
DscConfigurationOperations = Azure::Automation::Mgmt::V2015_10_31::DscConfigurationOperations
|
|
20
22
|
AgentRegistrationInformation = Azure::Automation::Mgmt::V2015_10_31::AgentRegistrationInformation
|
|
21
23
|
DscNodeOperations = Azure::Automation::Mgmt::V2015_10_31::DscNodeOperations
|
|
@@ -25,6 +27,7 @@ module Azure::Profiles::Latest
|
|
|
25
27
|
JobOperations = Azure::Automation::Mgmt::V2015_10_31::JobOperations
|
|
26
28
|
JobStreamOperations = Azure::Automation::Mgmt::V2015_10_31::JobStreamOperations
|
|
27
29
|
JobScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::JobScheduleOperations
|
|
30
|
+
LinkedWorkspaceOperations = Azure::Automation::Mgmt::V2015_10_31::LinkedWorkspaceOperations
|
|
28
31
|
ActivityOperations = Azure::Automation::Mgmt::V2015_10_31::ActivityOperations
|
|
29
32
|
ModuleModelOperations = Azure::Automation::Mgmt::V2015_10_31::ModuleModelOperations
|
|
30
33
|
ObjectDataTypes = Azure::Automation::Mgmt::V2015_10_31::ObjectDataTypes
|
|
@@ -32,144 +35,154 @@ module Azure::Profiles::Latest
|
|
|
32
35
|
RunbookDraftOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookDraftOperations
|
|
33
36
|
RunbookOperations = Azure::Automation::Mgmt::V2015_10_31::RunbookOperations
|
|
34
37
|
TestJobStreams = Azure::Automation::Mgmt::V2015_10_31::TestJobStreams
|
|
35
|
-
|
|
38
|
+
TestJobOperations = Azure::Automation::Mgmt::V2015_10_31::TestJobOperations
|
|
36
39
|
ScheduleOperations = Azure::Automation::Mgmt::V2015_10_31::ScheduleOperations
|
|
37
40
|
VariableOperations = Azure::Automation::Mgmt::V2015_10_31::VariableOperations
|
|
38
41
|
WebhookOperations = Azure::Automation::Mgmt::V2015_10_31::WebhookOperations
|
|
39
42
|
|
|
40
43
|
module Models
|
|
41
|
-
|
|
42
|
-
DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
|
43
|
-
UsageCounterName = Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
|
44
|
-
DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
|
45
|
-
UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
|
46
|
-
DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
|
47
|
-
StatisticsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
|
48
|
-
DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
|
49
|
-
ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
|
50
|
-
DscMetaConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
|
51
|
-
RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
|
52
|
-
DscNodeConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
|
53
|
-
ModuleErrorInfo = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
|
54
|
-
DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
|
44
|
+
AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
|
55
45
|
DscNodeExtensionHandlerAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty
|
|
56
|
-
DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
|
57
|
-
DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
|
58
|
-
ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
|
59
|
-
WebhookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
|
60
|
-
DscNodeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
|
61
|
-
Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
|
62
|
-
DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
|
63
|
-
AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
|
64
46
|
DscReportError = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
|
65
|
-
Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
|
66
47
|
DscReportResourceNavigation = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
|
67
|
-
|
|
48
|
+
AutomationAccountListResult = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
|
68
49
|
DscReportResource = Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
|
69
|
-
|
|
50
|
+
Operation = Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
|
51
|
+
DscMetaConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
|
52
|
+
Statistics = Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
|
70
53
|
DscNodeReport = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
|
71
|
-
|
|
54
|
+
UsageCounterName = Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
|
72
55
|
DscNodeReportListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
|
73
|
-
|
|
74
|
-
|
|
56
|
+
UsageListResult = Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
|
57
|
+
Sku = Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
|
58
|
+
KeyListResult = Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult
|
|
59
|
+
VariableCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
|
60
|
+
ScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
|
61
|
+
AdvancedScheduleMonthlyOccurrence = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
|
62
|
+
ErrorResponse = Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse
|
|
63
|
+
DscNodeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
|
64
|
+
WebhookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
|
65
|
+
ScheduleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
|
66
|
+
CertificateUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
|
|
67
|
+
DscNodeConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
|
68
|
+
ConnectionCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
|
69
|
+
DscNodeConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
|
75
70
|
ConnectionListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
|
76
71
|
RunAsCredentialAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
|
77
|
-
|
|
72
|
+
FieldDefinition = Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
|
73
|
+
HybridRunbookWorker = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorker
|
|
74
|
+
ConnectionTypeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
|
78
75
|
HybridRunbookWorkerGroup = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
|
79
|
-
|
|
76
|
+
CredentialCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
|
80
77
|
HybridRunbookWorkerGroupsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
|
81
|
-
ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
|
82
|
-
HybridRunbookWorkerGroupUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
|
83
78
|
CredentialListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
|
79
|
+
HybridRunbookWorkerGroupUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
|
80
|
+
DscConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
|
84
81
|
RunbookAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
|
85
|
-
|
|
82
|
+
VariableUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
|
83
|
+
ScheduleAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty
|
|
84
|
+
JobStream = Azure::Automation::Mgmt::V2015_10_31::Models::JobStream
|
|
86
85
|
Job = Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
|
87
|
-
|
|
88
|
-
JobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
|
89
|
-
Activity = Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
|
86
|
+
ContentHash = Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
|
90
87
|
JobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
|
95
|
-
AgentRegistrationRegenerateKeyParameter = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
|
88
|
+
DscConfigurationParameter = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
|
89
|
+
JobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
|
90
|
+
VariableListResult = Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
|
96
91
|
JobSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
|
97
|
-
|
|
92
|
+
DscConfigurationUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationUpdateParameters
|
|
98
93
|
JobScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
AgentRegistrationKeys = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys
|
|
95
|
+
JobScheduleCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
|
96
|
+
DscNodeUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
|
97
|
+
LinkedWorkspace = Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace
|
|
98
|
+
OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
|
99
|
+
ActivityParameterValidationSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet
|
|
100
|
+
StatisticsListResult = Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
|
101
|
+
ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
|
102
|
+
Key = Azure::Automation::Mgmt::V2015_10_31::Models::Key
|
|
103
|
+
ActivityParameterSet = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet
|
|
104
|
+
Resource = Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
|
105
|
+
ActivityOutputType = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
|
106
|
+
CertificateListResult = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult
|
|
107
|
+
Activity = Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
|
108
|
+
WebhookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
|
109
|
+
ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
|
110
|
+
ConnectionType = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType
|
|
111
|
+
ModuleErrorInfo = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
|
112
|
+
WebhookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
|
101
113
|
ContentLink = Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
|
114
|
+
DscCompilationJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
|
115
|
+
ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
|
102
116
|
JobStreamListResult = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult
|
|
103
|
-
Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
|
104
|
-
DscConfigurationParameter = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
|
105
|
-
ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
|
106
|
-
WebhookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
|
107
117
|
ModuleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
|
108
|
-
|
|
118
|
+
DscConfigurationCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
|
119
|
+
ModuleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
|
120
|
+
AgentRegistrationRegenerateKeyParameter = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
|
109
121
|
ModuleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
|
113
|
-
RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
|
114
|
-
FieldDefinition = Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
|
115
|
-
RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
|
116
|
-
Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
|
117
|
-
RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
|
118
|
-
ActivityParameter = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
|
119
|
-
RunbookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
|
120
|
-
ActivityListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
|
121
|
-
RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
|
122
|
-
AgentRegistration = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
|
123
|
-
ScheduleCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
|
122
|
+
AutomationAccountCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
|
123
|
+
TypeField = Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
|
124
124
|
Usage = Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
ScheduleUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
|
129
|
-
AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
|
130
|
-
ScheduleListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
|
125
|
+
TypeFieldListResult = Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult
|
|
126
|
+
CertificateCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters
|
|
127
|
+
RunbookParameter = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
|
131
128
|
ConnectionUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
|
132
|
-
|
|
129
|
+
RunbookDraft = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
|
133
130
|
CredentialUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
|
134
|
-
TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
|
135
131
|
AdvancedSchedule = Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
|
132
|
+
ContentSource = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
|
133
|
+
RunbookListResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
|
134
|
+
DscNodeConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
|
135
|
+
RunbookCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
|
136
|
+
AutomationAccountUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
|
137
|
+
RunbookUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
|
138
|
+
ConnectionTypeCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
|
139
|
+
RunbookDraftUndoEditResult = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
|
140
|
+
DscConfigurationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
|
141
|
+
TestJobCreateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
|
142
|
+
ConnectionTypeAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty
|
|
136
143
|
TestJob = Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
VariableCreateOrUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
|
143
|
-
OperationDisplay = Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
|
144
|
-
Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
|
145
|
-
DscConfigurationAssociationProperty = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
|
146
|
-
VariableListResult = Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
|
147
|
-
ConnectionTypeListResult = Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
|
148
|
-
VariableUpdateParameters = Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
|
149
|
-
Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
|
150
|
-
ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
|
151
|
-
DscNode = Azure::Automation::Mgmt::V2015_10_31::Models::DscNode
|
|
152
|
-
DscConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
|
144
|
+
OperationListResult = Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
|
145
|
+
RunbookCreateOrUpdateDraftProperties = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
|
146
|
+
DscCompilationJobListResult = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
|
147
|
+
RunbookCreateOrUpdateDraftParameters = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
|
148
|
+
TrackedResource = Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource
|
|
153
149
|
AutomationAccount = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
150
|
+
ProxyResource = Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource
|
|
151
|
+
Certificate = Azure::Automation::Mgmt::V2015_10_31::Models::Certificate
|
|
152
|
+
Connection = Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
|
153
|
+
Credential = Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
|
154
|
+
DscCompilationJob = Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
|
155
|
+
DscConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
|
156
|
+
DscNode = Azure::Automation::Mgmt::V2015_10_31::Models::DscNode
|
|
157
|
+
DscNodeConfiguration = Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
|
158
|
+
ModuleModel = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
|
159
|
+
Runbook = Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
|
160
|
+
Schedule = Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
|
161
|
+
Variable = Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
|
162
|
+
Webhook = Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
|
161
163
|
SkuNameEnum = Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum
|
|
162
164
|
AutomationAccountState = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState
|
|
163
|
-
|
|
164
|
-
|
|
165
|
+
AutomationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName
|
|
166
|
+
AutomationKeyPermissions = Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions
|
|
167
|
+
JobProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState
|
|
165
168
|
JobStatus = Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus
|
|
166
169
|
JobStreamType = Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType
|
|
170
|
+
ContentSourceType = Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType
|
|
171
|
+
DscConfigurationProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationProvisioningState
|
|
172
|
+
DscConfigurationState = Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState
|
|
173
|
+
AgentRegistrationKeyName = Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName
|
|
174
|
+
GroupTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum
|
|
175
|
+
ModuleProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState
|
|
176
|
+
RunbookTypeEnum = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum
|
|
177
|
+
RunbookState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState
|
|
178
|
+
RunbookProvisioningState = Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState
|
|
167
179
|
HttpStatusCode = Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode
|
|
180
|
+
ScheduleDay = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay
|
|
168
181
|
ScheduleFrequency = Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency
|
|
169
182
|
end
|
|
170
183
|
|
|
171
184
|
class AutomationManagementClass
|
|
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, :
|
|
185
|
+
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
186
|
|
|
174
187
|
def initialize(configurable, base_url=nil, options=nil)
|
|
175
188
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
@@ -183,11 +196,13 @@ module Azure::Profiles::Latest
|
|
|
183
196
|
@operations = @client_0.operations
|
|
184
197
|
@statistics_operations = @client_0.statistics_operations
|
|
185
198
|
@usages = @client_0.usages
|
|
199
|
+
@keys = @client_0.keys
|
|
186
200
|
@certificate_operations = @client_0.certificate_operations
|
|
187
201
|
@connection_operations = @client_0.connection_operations
|
|
188
202
|
@connection_type_operations = @client_0.connection_type_operations
|
|
189
203
|
@credential_operations = @client_0.credential_operations
|
|
190
204
|
@dsc_compilation_job_operations = @client_0.dsc_compilation_job_operations
|
|
205
|
+
@dsc_compilation_job_stream = @client_0.dsc_compilation_job_stream
|
|
191
206
|
@dsc_configuration_operations = @client_0.dsc_configuration_operations
|
|
192
207
|
@agent_registration_information = @client_0.agent_registration_information
|
|
193
208
|
@dsc_node_operations = @client_0.dsc_node_operations
|
|
@@ -197,6 +212,7 @@ module Azure::Profiles::Latest
|
|
|
197
212
|
@job_operations = @client_0.job_operations
|
|
198
213
|
@job_stream_operations = @client_0.job_stream_operations
|
|
199
214
|
@job_schedule_operations = @client_0.job_schedule_operations
|
|
215
|
+
@linked_workspace_operations = @client_0.linked_workspace_operations
|
|
200
216
|
@activity_operations = @client_0.activity_operations
|
|
201
217
|
@module_model_operations = @client_0.module_model_operations
|
|
202
218
|
@object_data_types = @client_0.object_data_types
|
|
@@ -204,7 +220,7 @@ module Azure::Profiles::Latest
|
|
|
204
220
|
@runbook_draft_operations = @client_0.runbook_draft_operations
|
|
205
221
|
@runbook_operations = @client_0.runbook_operations
|
|
206
222
|
@test_job_streams = @client_0.test_job_streams
|
|
207
|
-
@
|
|
223
|
+
@test_job_operations = @client_0.test_job_operations
|
|
208
224
|
@schedule_operations = @client_0.schedule_operations
|
|
209
225
|
@variable_operations = @client_0.variable_operations
|
|
210
226
|
@webhook_operations = @client_0.webhook_operations
|
|
@@ -226,107 +242,83 @@ module Azure::Profiles::Latest
|
|
|
226
242
|
end
|
|
227
243
|
|
|
228
244
|
class ModelClasses
|
|
229
|
-
def
|
|
230
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
231
|
-
end
|
|
232
|
-
def dsc_compilation_job
|
|
233
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
|
234
|
-
end
|
|
235
|
-
def usage_counter_name
|
|
236
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
|
245
|
+
def agent_registration
|
|
246
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistration
|
|
237
247
|
end
|
|
238
|
-
def
|
|
239
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
248
|
+
def dsc_node_extension_handler_association_property
|
|
249
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeExtensionHandlerAssociationProperty
|
|
240
250
|
end
|
|
241
|
-
def
|
|
242
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
251
|
+
def dsc_report_error
|
|
252
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
|
243
253
|
end
|
|
244
|
-
def
|
|
245
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
254
|
+
def dsc_report_resource_navigation
|
|
255
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResourceNavigation
|
|
246
256
|
end
|
|
247
|
-
def
|
|
248
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
257
|
+
def automation_account_list_result
|
|
258
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
|
249
259
|
end
|
|
250
|
-
def
|
|
251
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
260
|
+
def dsc_report_resource
|
|
261
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportResource
|
|
252
262
|
end
|
|
253
|
-
def
|
|
254
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
263
|
+
def operation
|
|
264
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
|
255
265
|
end
|
|
256
266
|
def dsc_meta_configuration
|
|
257
267
|
Azure::Automation::Mgmt::V2015_10_31::Models::DscMetaConfiguration
|
|
258
268
|
end
|
|
259
|
-
def
|
|
260
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
269
|
+
def statistics
|
|
270
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Statistics
|
|
261
271
|
end
|
|
262
|
-
def
|
|
263
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
272
|
+
def dsc_node_report
|
|
273
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReport
|
|
264
274
|
end
|
|
265
|
-
def
|
|
266
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
275
|
+
def usage_counter_name
|
|
276
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::UsageCounterName
|
|
267
277
|
end
|
|
268
|
-
def
|
|
269
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
278
|
+
def dsc_node_report_list_result
|
|
279
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeReportListResult
|
|
270
280
|
end
|
|
271
|
-
def
|
|
272
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
281
|
+
def usage_list_result
|
|
282
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::UsageListResult
|
|
273
283
|
end
|
|
274
|
-
def
|
|
275
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
284
|
+
def sku
|
|
285
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
|
276
286
|
end
|
|
277
|
-
def
|
|
278
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
287
|
+
def key_list_result
|
|
288
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::KeyListResult
|
|
279
289
|
end
|
|
280
|
-
def
|
|
281
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
290
|
+
def variable_create_or_update_parameters
|
|
291
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableCreateOrUpdateParameters
|
|
282
292
|
end
|
|
283
|
-
def
|
|
284
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
285
|
-
end
|
|
286
|
-
def dsc_node_list_result
|
|
287
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
|
288
|
-
end
|
|
289
|
-
def sku
|
|
290
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Sku
|
|
291
|
-
end
|
|
292
|
-
def dsc_node_update_parameters
|
|
293
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
|
294
|
-
end
|
|
295
|
-
def automation_account_list_result
|
|
296
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountListResult
|
|
297
|
-
end
|
|
298
|
-
def dsc_report_error
|
|
299
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::DscReportError
|
|
300
|
-
end
|
|
301
|
-
def operation
|
|
302
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Operation
|
|
293
|
+
def schedule_list_result
|
|
294
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleListResult
|
|
303
295
|
end
|
|
304
|
-
def
|
|
305
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
296
|
+
def advanced_schedule_monthly_occurrence
|
|
297
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedScheduleMonthlyOccurrence
|
|
306
298
|
end
|
|
307
|
-
def
|
|
308
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
299
|
+
def error_response
|
|
300
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ErrorResponse
|
|
309
301
|
end
|
|
310
|
-
def
|
|
311
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
302
|
+
def dsc_node_list_result
|
|
303
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeListResult
|
|
312
304
|
end
|
|
313
|
-
def
|
|
314
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
305
|
+
def webhook_create_or_update_parameters
|
|
306
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
|
315
307
|
end
|
|
316
|
-
def
|
|
317
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
308
|
+
def schedule_update_parameters
|
|
309
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleUpdateParameters
|
|
318
310
|
end
|
|
319
311
|
def certificate_update_parameters
|
|
320
312
|
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateUpdateParameters
|
|
321
313
|
end
|
|
322
|
-
def
|
|
323
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
314
|
+
def dsc_node_configuration_create_or_update_parameters
|
|
315
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationCreateOrUpdateParameters
|
|
324
316
|
end
|
|
325
|
-
def
|
|
326
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
317
|
+
def connection_create_or_update_parameters
|
|
318
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionCreateOrUpdateParameters
|
|
327
319
|
end
|
|
328
|
-
def
|
|
329
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
320
|
+
def dsc_node_configuration_list_result
|
|
321
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationListResult
|
|
330
322
|
end
|
|
331
323
|
def connection_list_result
|
|
332
324
|
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionListResult
|
|
@@ -334,53 +326,71 @@ module Azure::Profiles::Latest
|
|
|
334
326
|
def run_as_credential_association_property
|
|
335
327
|
Azure::Automation::Mgmt::V2015_10_31::Models::RunAsCredentialAssociationProperty
|
|
336
328
|
end
|
|
337
|
-
def
|
|
338
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
329
|
+
def field_definition
|
|
330
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::FieldDefinition
|
|
331
|
+
end
|
|
332
|
+
def hybrid_runbook_worker
|
|
333
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorker
|
|
334
|
+
end
|
|
335
|
+
def connection_type_list_result
|
|
336
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeListResult
|
|
339
337
|
end
|
|
340
338
|
def hybrid_runbook_worker_group
|
|
341
339
|
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroup
|
|
342
340
|
end
|
|
343
|
-
def
|
|
344
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
341
|
+
def credential_create_or_update_parameters
|
|
342
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialCreateOrUpdateParameters
|
|
345
343
|
end
|
|
346
344
|
def hybrid_runbook_worker_groups_list_result
|
|
347
345
|
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupsListResult
|
|
348
346
|
end
|
|
349
|
-
def
|
|
350
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
347
|
+
def credential_list_result
|
|
348
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialListResult
|
|
351
349
|
end
|
|
352
350
|
def hybrid_runbook_worker_group_update_parameters
|
|
353
351
|
Azure::Automation::Mgmt::V2015_10_31::Models::HybridRunbookWorkerGroupUpdateParameters
|
|
354
352
|
end
|
|
355
|
-
def
|
|
356
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
353
|
+
def dsc_configuration_association_property
|
|
354
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationAssociationProperty
|
|
357
355
|
end
|
|
358
356
|
def runbook_association_property
|
|
359
357
|
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookAssociationProperty
|
|
360
358
|
end
|
|
361
|
-
def
|
|
362
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
359
|
+
def variable_update_parameters
|
|
360
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableUpdateParameters
|
|
361
|
+
end
|
|
362
|
+
def schedule_association_property
|
|
363
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleAssociationProperty
|
|
364
|
+
end
|
|
365
|
+
def job_stream
|
|
366
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStream
|
|
363
367
|
end
|
|
364
368
|
def job
|
|
365
369
|
Azure::Automation::Mgmt::V2015_10_31::Models::Job
|
|
366
370
|
end
|
|
367
|
-
def
|
|
368
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
371
|
+
def content_hash
|
|
372
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentHash
|
|
373
|
+
end
|
|
374
|
+
def job_list_result
|
|
375
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobListResult
|
|
376
|
+
end
|
|
377
|
+
def dsc_configuration_parameter
|
|
378
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationParameter
|
|
369
379
|
end
|
|
370
380
|
def job_create_parameters
|
|
371
381
|
Azure::Automation::Mgmt::V2015_10_31::Models::JobCreateParameters
|
|
372
382
|
end
|
|
373
|
-
def
|
|
374
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
383
|
+
def variable_list_result
|
|
384
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::VariableListResult
|
|
375
385
|
end
|
|
376
|
-
def
|
|
377
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
386
|
+
def job_schedule
|
|
387
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobSchedule
|
|
378
388
|
end
|
|
379
|
-
def
|
|
380
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
389
|
+
def dsc_configuration_update_parameters
|
|
390
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationUpdateParameters
|
|
381
391
|
end
|
|
382
|
-
def
|
|
383
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
392
|
+
def job_schedule_list_result
|
|
393
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleListResult
|
|
384
394
|
end
|
|
385
395
|
def agent_registration_keys
|
|
386
396
|
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeys
|
|
@@ -388,194 +398,227 @@ module Azure::Profiles::Latest
|
|
|
388
398
|
def job_schedule_create_parameters
|
|
389
399
|
Azure::Automation::Mgmt::V2015_10_31::Models::JobScheduleCreateParameters
|
|
390
400
|
end
|
|
391
|
-
def
|
|
392
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
401
|
+
def dsc_node_update_parameters
|
|
402
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeUpdateParameters
|
|
393
403
|
end
|
|
394
|
-
def
|
|
395
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
404
|
+
def linked_workspace
|
|
405
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::LinkedWorkspace
|
|
396
406
|
end
|
|
397
|
-
def
|
|
398
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
407
|
+
def operation_display
|
|
408
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::OperationDisplay
|
|
399
409
|
end
|
|
400
|
-
def
|
|
401
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
410
|
+
def activity_parameter_validation_set
|
|
411
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterValidationSet
|
|
402
412
|
end
|
|
403
|
-
def
|
|
404
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
413
|
+
def statistics_list_result
|
|
414
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::StatisticsListResult
|
|
405
415
|
end
|
|
406
|
-
def
|
|
407
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
416
|
+
def activity_parameter
|
|
417
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameter
|
|
408
418
|
end
|
|
409
|
-
def
|
|
410
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
419
|
+
def key
|
|
420
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Key
|
|
411
421
|
end
|
|
412
|
-
def
|
|
413
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
422
|
+
def activity_parameter_set
|
|
423
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityParameterSet
|
|
414
424
|
end
|
|
415
|
-
def
|
|
416
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
425
|
+
def resource
|
|
426
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
|
417
427
|
end
|
|
418
|
-
def
|
|
419
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
428
|
+
def activity_output_type
|
|
429
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityOutputType
|
|
420
430
|
end
|
|
421
|
-
def
|
|
422
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
431
|
+
def certificate_list_result
|
|
432
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateListResult
|
|
433
|
+
end
|
|
434
|
+
def activity
|
|
435
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Activity
|
|
423
436
|
end
|
|
424
437
|
def webhook_update_parameters
|
|
425
438
|
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookUpdateParameters
|
|
426
439
|
end
|
|
440
|
+
def activity_list_result
|
|
441
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ActivityListResult
|
|
442
|
+
end
|
|
443
|
+
def connection_type
|
|
444
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionType
|
|
445
|
+
end
|
|
446
|
+
def module_error_info
|
|
447
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleErrorInfo
|
|
448
|
+
end
|
|
449
|
+
def webhook_list_result
|
|
450
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookListResult
|
|
451
|
+
end
|
|
452
|
+
def content_link
|
|
453
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentLink
|
|
454
|
+
end
|
|
455
|
+
def dsc_compilation_job_create_parameters
|
|
456
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobCreateParameters
|
|
457
|
+
end
|
|
458
|
+
def schedule_create_or_update_parameters
|
|
459
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
|
460
|
+
end
|
|
461
|
+
def job_stream_list_result
|
|
462
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamListResult
|
|
463
|
+
end
|
|
427
464
|
def module_list_result
|
|
428
465
|
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleListResult
|
|
429
466
|
end
|
|
430
|
-
def
|
|
431
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
467
|
+
def dsc_configuration_create_or_update_parameters
|
|
468
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationCreateOrUpdateParameters
|
|
469
|
+
end
|
|
470
|
+
def module_create_or_update_parameters
|
|
471
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleCreateOrUpdateParameters
|
|
472
|
+
end
|
|
473
|
+
def agent_registration_regenerate_key_parameter
|
|
474
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationRegenerateKeyParameter
|
|
432
475
|
end
|
|
433
476
|
def module_update_parameters
|
|
434
477
|
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleUpdateParameters
|
|
435
478
|
end
|
|
436
|
-
def
|
|
437
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
479
|
+
def automation_account_create_or_update_parameters
|
|
480
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountCreateOrUpdateParameters
|
|
438
481
|
end
|
|
439
|
-
def
|
|
440
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
482
|
+
def type_field
|
|
483
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TypeField
|
|
441
484
|
end
|
|
442
|
-
def
|
|
443
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
485
|
+
def usage
|
|
486
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
|
444
487
|
end
|
|
445
|
-
def
|
|
446
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
488
|
+
def type_field_list_result
|
|
489
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TypeFieldListResult
|
|
447
490
|
end
|
|
448
|
-
def
|
|
449
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
491
|
+
def certificate_create_or_update_parameters
|
|
492
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CertificateCreateOrUpdateParameters
|
|
450
493
|
end
|
|
451
|
-
def
|
|
452
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
494
|
+
def runbook_parameter
|
|
495
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookParameter
|
|
453
496
|
end
|
|
454
|
-
def
|
|
455
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
497
|
+
def connection_update_parameters
|
|
498
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionUpdateParameters
|
|
456
499
|
end
|
|
457
|
-
def
|
|
458
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
500
|
+
def runbook_draft
|
|
501
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraft
|
|
459
502
|
end
|
|
460
|
-
def
|
|
461
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
503
|
+
def credential_update_parameters
|
|
504
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::CredentialUpdateParameters
|
|
462
505
|
end
|
|
463
|
-
def
|
|
464
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
506
|
+
def advanced_schedule
|
|
507
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AdvancedSchedule
|
|
465
508
|
end
|
|
466
|
-
def
|
|
467
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
509
|
+
def content_source
|
|
510
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSource
|
|
468
511
|
end
|
|
469
512
|
def runbook_list_result
|
|
470
513
|
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookListResult
|
|
471
514
|
end
|
|
472
|
-
def
|
|
473
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
474
|
-
end
|
|
475
|
-
def schedule_create_or_update_parameters
|
|
476
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleCreateOrUpdateParameters
|
|
477
|
-
end
|
|
478
|
-
def usage
|
|
479
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Usage
|
|
480
|
-
end
|
|
481
|
-
def schedule
|
|
482
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
|
483
|
-
end
|
|
484
|
-
def webhook_create_or_update_parameters
|
|
485
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::WebhookCreateOrUpdateParameters
|
|
486
|
-
end
|
|
487
|
-
def resource
|
|
488
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::Resource
|
|
515
|
+
def dsc_node_configuration_association_property
|
|
516
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfigurationAssociationProperty
|
|
489
517
|
end
|
|
490
|
-
def
|
|
491
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
518
|
+
def runbook_create_or_update_parameters
|
|
519
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateParameters
|
|
492
520
|
end
|
|
493
521
|
def automation_account_update_parameters
|
|
494
522
|
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountUpdateParameters
|
|
495
523
|
end
|
|
496
|
-
def
|
|
497
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
524
|
+
def runbook_update_parameters
|
|
525
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookUpdateParameters
|
|
498
526
|
end
|
|
499
|
-
def
|
|
500
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
527
|
+
def connection_type_create_or_update_parameters
|
|
528
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeCreateOrUpdateParameters
|
|
501
529
|
end
|
|
502
|
-
def
|
|
503
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
530
|
+
def runbook_draft_undo_edit_result
|
|
531
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookDraftUndoEditResult
|
|
504
532
|
end
|
|
505
|
-
def
|
|
506
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
533
|
+
def dsc_configuration_list_result
|
|
534
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationListResult
|
|
507
535
|
end
|
|
508
536
|
def test_job_create_parameters
|
|
509
537
|
Azure::Automation::Mgmt::V2015_10_31::Models::TestJobCreateParameters
|
|
510
538
|
end
|
|
511
|
-
def
|
|
512
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
539
|
+
def connection_type_association_property
|
|
540
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ConnectionTypeAssociationProperty
|
|
513
541
|
end
|
|
514
542
|
def test_job
|
|
515
543
|
Azure::Automation::Mgmt::V2015_10_31::Models::TestJob
|
|
516
544
|
end
|
|
517
|
-
def
|
|
518
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
545
|
+
def operation_list_result
|
|
546
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::OperationListResult
|
|
519
547
|
end
|
|
520
|
-
def
|
|
521
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
548
|
+
def runbook_create_or_update_draft_properties
|
|
549
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftProperties
|
|
522
550
|
end
|
|
523
|
-
def
|
|
524
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
551
|
+
def dsc_compilation_job_list_result
|
|
552
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJobListResult
|
|
525
553
|
end
|
|
526
|
-
def
|
|
527
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
554
|
+
def runbook_create_or_update_draft_parameters
|
|
555
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookCreateOrUpdateDraftParameters
|
|
528
556
|
end
|
|
529
|
-
def
|
|
530
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
557
|
+
def tracked_resource
|
|
558
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::TrackedResource
|
|
531
559
|
end
|
|
532
|
-
def
|
|
533
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
560
|
+
def automation_account
|
|
561
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccount
|
|
534
562
|
end
|
|
535
|
-
def
|
|
536
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
563
|
+
def proxy_resource
|
|
564
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ProxyResource
|
|
537
565
|
end
|
|
538
|
-
def
|
|
539
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
566
|
+
def certificate
|
|
567
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Certificate
|
|
540
568
|
end
|
|
541
|
-
def
|
|
542
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
569
|
+
def connection
|
|
570
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Connection
|
|
543
571
|
end
|
|
544
|
-
def
|
|
545
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
572
|
+
def credential
|
|
573
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Credential
|
|
546
574
|
end
|
|
547
|
-
def
|
|
548
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
575
|
+
def dsc_compilation_job
|
|
576
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscCompilationJob
|
|
549
577
|
end
|
|
550
|
-
def
|
|
551
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
578
|
+
def dsc_configuration
|
|
579
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfiguration
|
|
552
580
|
end
|
|
553
|
-
def
|
|
554
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
581
|
+
def dsc_node
|
|
582
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNode
|
|
583
|
+
end
|
|
584
|
+
def dsc_node_configuration
|
|
585
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::DscNodeConfiguration
|
|
555
586
|
end
|
|
556
587
|
def module_model
|
|
557
588
|
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleModel
|
|
558
589
|
end
|
|
559
|
-
def
|
|
560
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
590
|
+
def runbook
|
|
591
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Runbook
|
|
561
592
|
end
|
|
562
|
-
def
|
|
563
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
593
|
+
def schedule
|
|
594
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Schedule
|
|
564
595
|
end
|
|
565
|
-
def
|
|
566
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
596
|
+
def variable
|
|
597
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Variable
|
|
567
598
|
end
|
|
568
|
-
def
|
|
569
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
599
|
+
def webhook
|
|
600
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::Webhook
|
|
570
601
|
end
|
|
571
|
-
def
|
|
572
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
602
|
+
def sku_name_enum
|
|
603
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::SkuNameEnum
|
|
573
604
|
end
|
|
574
|
-
def
|
|
575
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
605
|
+
def automation_account_state
|
|
606
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationAccountState
|
|
576
607
|
end
|
|
577
|
-
def
|
|
578
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
608
|
+
def automation_key_name
|
|
609
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyName
|
|
610
|
+
end
|
|
611
|
+
def automation_key_permissions
|
|
612
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AutomationKeyPermissions
|
|
613
|
+
end
|
|
614
|
+
def job_provisioning_state
|
|
615
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobProvisioningState
|
|
616
|
+
end
|
|
617
|
+
def job_status
|
|
618
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStatus
|
|
619
|
+
end
|
|
620
|
+
def job_stream_type
|
|
621
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::JobStreamType
|
|
579
622
|
end
|
|
580
623
|
def content_source_type
|
|
581
624
|
Azure::Automation::Mgmt::V2015_10_31::Models::ContentSourceType
|
|
@@ -586,27 +629,30 @@ module Azure::Profiles::Latest
|
|
|
586
629
|
def dsc_configuration_state
|
|
587
630
|
Azure::Automation::Mgmt::V2015_10_31::Models::DscConfigurationState
|
|
588
631
|
end
|
|
589
|
-
def
|
|
590
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
632
|
+
def agent_registration_key_name
|
|
633
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::AgentRegistrationKeyName
|
|
591
634
|
end
|
|
592
|
-
def
|
|
593
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
635
|
+
def group_type_enum
|
|
636
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::GroupTypeEnum
|
|
594
637
|
end
|
|
595
|
-
def
|
|
596
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
638
|
+
def module_provisioning_state
|
|
639
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ModuleProvisioningState
|
|
597
640
|
end
|
|
598
|
-
def
|
|
599
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
641
|
+
def runbook_type_enum
|
|
642
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookTypeEnum
|
|
600
643
|
end
|
|
601
|
-
def
|
|
602
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
644
|
+
def runbook_state
|
|
645
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookState
|
|
603
646
|
end
|
|
604
|
-
def
|
|
605
|
-
Azure::Automation::Mgmt::V2015_10_31::Models::
|
|
647
|
+
def runbook_provisioning_state
|
|
648
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::RunbookProvisioningState
|
|
606
649
|
end
|
|
607
650
|
def http_status_code
|
|
608
651
|
Azure::Automation::Mgmt::V2015_10_31::Models::HttpStatusCode
|
|
609
652
|
end
|
|
653
|
+
def schedule_day
|
|
654
|
+
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleDay
|
|
655
|
+
end
|
|
610
656
|
def schedule_frequency
|
|
611
657
|
Azure::Automation::Mgmt::V2015_10_31::Models::ScheduleFrequency
|
|
612
658
|
end
|