azure_sdk 0.18.6 → 0.18.7
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.rb +1 -0
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/compute_profile_module.rb +140 -128
- data/lib/latest/modules/dns_profile_module.rb +42 -30
- data/lib/latest/modules/features_profile_module.rb +18 -6
- data/lib/latest/modules/links_profile_module.rb +23 -9
- data/lib/latest/modules/locks_profile_module.rb +21 -7
- data/lib/latest/modules/mediaservices_profile_module.rb +512 -424
- data/lib/latest/modules/resources_profile_module.rb +92 -78
- data/lib/latest/modules/subscriptions_profile_module.rb +27 -13
- data/lib/latest/modules/web_profile_module.rb +315 -285
- data/lib/v2017_03_09/modules/authorization_profile_module.rb +141 -0
- data/lib/v2017_03_09/modules/dns_profile_module.rb +139 -0
- data/lib/v2017_03_09/modules/features_profile_module.rb +18 -6
- data/lib/v2017_03_09/modules/keyvault_profile_module.rb +559 -0
- data/lib/v2017_03_09/modules/links_profile_module.rb +23 -9
- data/lib/v2017_03_09/modules/subscriptions_profile_module.rb +27 -13
- data/lib/v2017_03_09/v2017_03_09_profile_client.rb +56 -25
- data/lib/v2018_03_01/module_definition.rb +7 -0
- data/lib/v2018_03_01/modules/authorization_profile_module.rb +133 -0
- data/lib/v2018_03_01/modules/compute_profile_module.rb +755 -0
- data/lib/v2018_03_01/modules/dns_profile_module.rb +139 -0
- data/lib/v2018_03_01/modules/keyvault_profile_module.rb +559 -0
- data/lib/v2018_03_01/modules/locks_profile_module.rb +79 -0
- data/lib/v2018_03_01/modules/network_profile_module.rb +1309 -0
- data/lib/v2018_03_01/modules/policy_profile_module.rb +75 -0
- data/lib/v2018_03_01/modules/resources_profile_module.rb +259 -0
- data/lib/v2018_03_01/modules/storage_profile_module.rb +163 -0
- data/lib/v2018_03_01/modules/subscriptions_profile_module.rb +101 -0
- data/lib/v2018_03_01/modules/web_profile_module.rb +1223 -0
- data/lib/v2018_03_01/v2018_03_01_profile_client.rb +160 -0
- metadata +49 -33
@@ -7,6 +7,7 @@ require 'azure_mgmt_resources'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module Resources
|
9
9
|
module Mgmt
|
10
|
+
Operations = Azure::Resources::Mgmt::V2018_05_01::Operations
|
10
11
|
Deployments = Azure::Resources::Mgmt::V2018_05_01::Deployments
|
11
12
|
Providers = Azure::Resources::Mgmt::V2018_05_01::Providers
|
12
13
|
Resources = Azure::Resources::Mgmt::V2018_05_01::Resources
|
@@ -15,53 +16,56 @@ module Azure::Profiles::Latest
|
|
15
16
|
DeploymentOperations = Azure::Resources::Mgmt::V2018_05_01::DeploymentOperations
|
16
17
|
|
17
18
|
module Models
|
18
|
-
Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku
|
19
|
-
DeploymentExtendedFilter = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter
|
20
19
|
IdentityUserAssignedIdentitiesValue = Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue
|
21
|
-
ResourceGroupFilter = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter
|
22
20
|
Identity = Azure::Resources::Mgmt::V2018_05_01::Models::Identity
|
21
|
+
GenericResourceFilter = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter
|
22
|
+
ResourceGroupFilter = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter
|
23
23
|
ParametersLink = Azure::Resources::Mgmt::V2018_05_01::Models::ParametersLink
|
24
|
-
DebugSetting = Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting
|
25
|
-
DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties
|
26
24
|
ResourceListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult
|
27
|
-
|
25
|
+
OnErrorDeployment = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeployment
|
28
26
|
ResourceGroupProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties
|
29
|
-
|
27
|
+
Deployment = Azure::Resources::Mgmt::V2018_05_01::Models::Deployment
|
30
28
|
ResourceGroup = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup
|
31
|
-
|
29
|
+
ResourceManagementErrorWithDetails = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceManagementErrorWithDetails
|
32
30
|
ResourceGroupPatchable = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable
|
33
|
-
|
31
|
+
AliasType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasType
|
34
32
|
ResourceGroupListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult
|
35
|
-
|
33
|
+
Provider = Azure::Resources::Mgmt::V2018_05_01::Models::Provider
|
36
34
|
ResourcesMoveInfo = Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo
|
37
|
-
|
35
|
+
Dependency = Azure::Resources::Mgmt::V2018_05_01::Models::Dependency
|
38
36
|
ExportTemplateRequest = Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest
|
39
|
-
|
37
|
+
DeploymentPropertiesExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended
|
40
38
|
TagCount = Azure::Resources::Mgmt::V2018_05_01::Models::TagCount
|
41
|
-
|
39
|
+
DeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended
|
42
40
|
TagValue = Azure::Resources::Mgmt::V2018_05_01::Models::TagValue
|
43
|
-
|
41
|
+
ProviderListResult = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult
|
44
42
|
TagDetails = Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails
|
45
|
-
|
43
|
+
Sku = Azure::Resources::Mgmt::V2018_05_01::Models::Sku
|
46
44
|
TagsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult
|
47
|
-
|
45
|
+
TemplateLink = Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink
|
48
46
|
TargetResource = Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource
|
49
|
-
|
47
|
+
DeploymentProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties
|
50
48
|
HttpMessage = Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage
|
51
|
-
|
49
|
+
AliasPathType = Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType
|
52
50
|
DeploymentOperationProperties = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties
|
53
|
-
|
51
|
+
BasicDependency = Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency
|
54
52
|
DeploymentOperation = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation
|
55
|
-
|
53
|
+
DeploymentValidateResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult
|
56
54
|
DeploymentOperationsListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult
|
57
|
-
|
55
|
+
Plan = Azure::Resources::Mgmt::V2018_05_01::Models::Plan
|
58
56
|
ResourceProviderOperationDisplayProperties = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties
|
59
|
-
|
57
|
+
DebugSetting = Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting
|
60
58
|
Resource = Azure::Resources::Mgmt::V2018_05_01::Models::Resource
|
61
|
-
|
59
|
+
ProviderResourceType = Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType
|
62
60
|
SubResource = Azure::Resources::Mgmt::V2018_05_01::Models::SubResource
|
63
|
-
|
61
|
+
DeploymentListResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult
|
64
62
|
ResourceGroupExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult
|
63
|
+
DeploymentExportResult = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult
|
64
|
+
OperationDisplay = Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay
|
65
|
+
DeploymentExtendedFilter = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter
|
66
|
+
Operation = Azure::Resources::Mgmt::V2018_05_01::Models::Operation
|
67
|
+
OnErrorDeploymentExtended = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended
|
68
|
+
OperationListResult = Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult
|
65
69
|
GenericResource = Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource
|
66
70
|
DeploymentMode = Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentMode
|
67
71
|
OnErrorDeploymentType = Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentType
|
@@ -69,7 +73,7 @@ module Azure::Profiles::Latest
|
|
69
73
|
end
|
70
74
|
|
71
75
|
class ResourcesManagementClass
|
72
|
-
attr_reader :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes
|
76
|
+
attr_reader :operations, :deployments, :providers, :resources, :resource_groups, :tags, :deployment_operations, :configurable, :base_url, :options, :model_classes
|
73
77
|
|
74
78
|
def initialize(configurable, base_url=nil, options=nil)
|
75
79
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -79,6 +83,7 @@ module Azure::Profiles::Latest
|
|
79
83
|
@client_0.subscription_id = configurable.subscription_id
|
80
84
|
end
|
81
85
|
add_telemetry(@client_0)
|
86
|
+
@operations = @client_0.operations
|
82
87
|
@deployments = @client_0.deployments
|
83
88
|
@providers = @client_0.providers
|
84
89
|
@resources = @client_0.resources
|
@@ -103,147 +108,156 @@ module Azure::Profiles::Latest
|
|
103
108
|
end
|
104
109
|
|
105
110
|
class ModelClasses
|
106
|
-
def sku
|
107
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::Sku
|
108
|
-
end
|
109
|
-
def deployment_extended_filter
|
110
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter
|
111
|
-
end
|
112
111
|
def identity_user_assigned_identities_value
|
113
112
|
Azure::Resources::Mgmt::V2018_05_01::Models::IdentityUserAssignedIdentitiesValue
|
114
113
|
end
|
115
|
-
def resource_group_filter
|
116
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter
|
117
|
-
end
|
118
114
|
def identity
|
119
115
|
Azure::Resources::Mgmt::V2018_05_01::Models::Identity
|
120
116
|
end
|
121
|
-
def
|
122
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
117
|
+
def generic_resource_filter
|
118
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::GenericResourceFilter
|
123
119
|
end
|
124
|
-
def
|
125
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
120
|
+
def resource_group_filter
|
121
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupFilter
|
126
122
|
end
|
127
|
-
def
|
128
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
123
|
+
def parameters_link
|
124
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::ParametersLink
|
129
125
|
end
|
130
126
|
def resource_list_result
|
131
127
|
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceListResult
|
132
128
|
end
|
133
|
-
def
|
134
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
129
|
+
def on_error_deployment
|
130
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeployment
|
135
131
|
end
|
136
132
|
def resource_group_properties
|
137
133
|
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupProperties
|
138
134
|
end
|
139
|
-
def
|
140
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
135
|
+
def deployment
|
136
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::Deployment
|
141
137
|
end
|
142
138
|
def resource_group
|
143
139
|
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroup
|
144
140
|
end
|
145
|
-
def
|
146
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
141
|
+
def resource_management_error_with_details
|
142
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceManagementErrorWithDetails
|
147
143
|
end
|
148
144
|
def resource_group_patchable
|
149
145
|
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupPatchable
|
150
146
|
end
|
151
|
-
def
|
152
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
147
|
+
def alias_type
|
148
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::AliasType
|
153
149
|
end
|
154
150
|
def resource_group_list_result
|
155
151
|
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupListResult
|
156
152
|
end
|
157
|
-
def
|
158
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
153
|
+
def provider
|
154
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::Provider
|
159
155
|
end
|
160
156
|
def resources_move_info
|
161
157
|
Azure::Resources::Mgmt::V2018_05_01::Models::ResourcesMoveInfo
|
162
158
|
end
|
163
|
-
def
|
164
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
159
|
+
def dependency
|
160
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::Dependency
|
165
161
|
end
|
166
162
|
def export_template_request
|
167
163
|
Azure::Resources::Mgmt::V2018_05_01::Models::ExportTemplateRequest
|
168
164
|
end
|
169
|
-
def
|
170
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
165
|
+
def deployment_properties_extended
|
166
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentPropertiesExtended
|
171
167
|
end
|
172
168
|
def tag_count
|
173
169
|
Azure::Resources::Mgmt::V2018_05_01::Models::TagCount
|
174
170
|
end
|
175
|
-
def
|
176
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
171
|
+
def deployment_extended
|
172
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtended
|
177
173
|
end
|
178
174
|
def tag_value
|
179
175
|
Azure::Resources::Mgmt::V2018_05_01::Models::TagValue
|
180
176
|
end
|
181
|
-
def
|
182
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
177
|
+
def provider_list_result
|
178
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::ProviderListResult
|
183
179
|
end
|
184
180
|
def tag_details
|
185
181
|
Azure::Resources::Mgmt::V2018_05_01::Models::TagDetails
|
186
182
|
end
|
187
|
-
def
|
188
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
183
|
+
def sku
|
184
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::Sku
|
189
185
|
end
|
190
186
|
def tags_list_result
|
191
187
|
Azure::Resources::Mgmt::V2018_05_01::Models::TagsListResult
|
192
188
|
end
|
193
|
-
def
|
194
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
189
|
+
def template_link
|
190
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::TemplateLink
|
195
191
|
end
|
196
192
|
def target_resource
|
197
193
|
Azure::Resources::Mgmt::V2018_05_01::Models::TargetResource
|
198
194
|
end
|
199
|
-
def
|
200
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
195
|
+
def deployment_properties
|
196
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentProperties
|
201
197
|
end
|
202
198
|
def http_message
|
203
199
|
Azure::Resources::Mgmt::V2018_05_01::Models::HttpMessage
|
204
200
|
end
|
205
|
-
def
|
206
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
201
|
+
def alias_path_type
|
202
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::AliasPathType
|
207
203
|
end
|
208
204
|
def deployment_operation_properties
|
209
205
|
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationProperties
|
210
206
|
end
|
211
|
-
def
|
212
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
207
|
+
def basic_dependency
|
208
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::BasicDependency
|
213
209
|
end
|
214
210
|
def deployment_operation
|
215
211
|
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperation
|
216
212
|
end
|
217
|
-
def
|
218
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
213
|
+
def deployment_validate_result
|
214
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentValidateResult
|
219
215
|
end
|
220
216
|
def deployment_operations_list_result
|
221
217
|
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentOperationsListResult
|
222
218
|
end
|
223
|
-
def
|
224
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
219
|
+
def plan
|
220
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::Plan
|
225
221
|
end
|
226
222
|
def resource_provider_operation_display_properties
|
227
223
|
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceProviderOperationDisplayProperties
|
228
224
|
end
|
229
|
-
def
|
230
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
225
|
+
def debug_setting
|
226
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::DebugSetting
|
231
227
|
end
|
232
228
|
def resource
|
233
229
|
Azure::Resources::Mgmt::V2018_05_01::Models::Resource
|
234
230
|
end
|
235
|
-
def
|
236
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
231
|
+
def provider_resource_type
|
232
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::ProviderResourceType
|
237
233
|
end
|
238
234
|
def sub_resource
|
239
235
|
Azure::Resources::Mgmt::V2018_05_01::Models::SubResource
|
240
236
|
end
|
241
|
-
def
|
242
|
-
Azure::Resources::Mgmt::V2018_05_01::Models::
|
237
|
+
def deployment_list_result
|
238
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentListResult
|
243
239
|
end
|
244
240
|
def resource_group_export_result
|
245
241
|
Azure::Resources::Mgmt::V2018_05_01::Models::ResourceGroupExportResult
|
246
242
|
end
|
243
|
+
def deployment_export_result
|
244
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExportResult
|
245
|
+
end
|
246
|
+
def operation_display
|
247
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::OperationDisplay
|
248
|
+
end
|
249
|
+
def deployment_extended_filter
|
250
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::DeploymentExtendedFilter
|
251
|
+
end
|
252
|
+
def operation
|
253
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::Operation
|
254
|
+
end
|
255
|
+
def on_error_deployment_extended
|
256
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::OnErrorDeploymentExtended
|
257
|
+
end
|
258
|
+
def operation_list_result
|
259
|
+
Azure::Resources::Mgmt::V2018_05_01::Models::OperationListResult
|
260
|
+
end
|
247
261
|
def generic_resource
|
248
262
|
Azure::Resources::Mgmt::V2018_05_01::Models::GenericResource
|
249
263
|
end
|
@@ -7,23 +7,27 @@ require 'azure_mgmt_subscriptions'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module Subscriptions
|
9
9
|
module Mgmt
|
10
|
+
Operations = Azure::Subscriptions::Mgmt::V2016_06_01::Operations
|
10
11
|
Subscriptions = Azure::Subscriptions::Mgmt::V2016_06_01::Subscriptions
|
11
12
|
Tenants = Azure::Subscriptions::Mgmt::V2016_06_01::Tenants
|
12
13
|
|
13
14
|
module Models
|
14
|
-
Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription
|
15
|
-
SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult
|
16
|
-
LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult
|
17
15
|
TenantIdDescription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription
|
18
16
|
Location = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Location
|
19
17
|
TenantListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantListResult
|
20
18
|
SubscriptionPolicies = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies
|
19
|
+
OperationDisplay = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay
|
20
|
+
SubscriptionListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult
|
21
|
+
Operation = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation
|
22
|
+
Subscription = Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription
|
23
|
+
OperationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult
|
24
|
+
LocationListResult = Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult
|
21
25
|
SubscriptionState = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState
|
22
26
|
SpendingLimit = Azure::Subscriptions::Mgmt::V2016_06_01::Models::SpendingLimit
|
23
27
|
end
|
24
28
|
|
25
29
|
class SubscriptionsManagementClass
|
26
|
-
attr_reader :subscriptions, :tenants, :configurable, :base_url, :options, :model_classes
|
30
|
+
attr_reader :operations, :subscriptions, :tenants, :configurable, :base_url, :options, :model_classes
|
27
31
|
|
28
32
|
def initialize(configurable, base_url=nil, options=nil)
|
29
33
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -33,6 +37,7 @@ module Azure::Profiles::Latest
|
|
33
37
|
@client_0.subscription_id = configurable.subscription_id
|
34
38
|
end
|
35
39
|
add_telemetry(@client_0)
|
40
|
+
@operations = @client_0.operations
|
36
41
|
@subscriptions = @client_0.subscriptions
|
37
42
|
@tenants = @client_0.tenants
|
38
43
|
|
@@ -53,15 +58,6 @@ module Azure::Profiles::Latest
|
|
53
58
|
end
|
54
59
|
|
55
60
|
class ModelClasses
|
56
|
-
def subscription
|
57
|
-
Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription
|
58
|
-
end
|
59
|
-
def subscription_list_result
|
60
|
-
Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult
|
61
|
-
end
|
62
|
-
def location_list_result
|
63
|
-
Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult
|
64
|
-
end
|
65
61
|
def tenant_id_description
|
66
62
|
Azure::Subscriptions::Mgmt::V2016_06_01::Models::TenantIdDescription
|
67
63
|
end
|
@@ -74,6 +70,24 @@ module Azure::Profiles::Latest
|
|
74
70
|
def subscription_policies
|
75
71
|
Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionPolicies
|
76
72
|
end
|
73
|
+
def operation_display
|
74
|
+
Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationDisplay
|
75
|
+
end
|
76
|
+
def subscription_list_result
|
77
|
+
Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionListResult
|
78
|
+
end
|
79
|
+
def operation
|
80
|
+
Azure::Subscriptions::Mgmt::V2016_06_01::Models::Operation
|
81
|
+
end
|
82
|
+
def subscription
|
83
|
+
Azure::Subscriptions::Mgmt::V2016_06_01::Models::Subscription
|
84
|
+
end
|
85
|
+
def operation_list_result
|
86
|
+
Azure::Subscriptions::Mgmt::V2016_06_01::Models::OperationListResult
|
87
|
+
end
|
88
|
+
def location_list_result
|
89
|
+
Azure::Subscriptions::Mgmt::V2016_06_01::Models::LocationListResult
|
90
|
+
end
|
77
91
|
def subscription_state
|
78
92
|
Azure::Subscriptions::Mgmt::V2016_06_01::Models::SubscriptionState
|
79
93
|
end
|
@@ -20,43 +20,45 @@ module Azure::Profiles::Latest
|
|
20
20
|
WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps
|
21
21
|
AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments
|
22
22
|
AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans
|
23
|
+
ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations
|
23
24
|
|
24
25
|
module Models
|
25
|
-
|
26
|
-
AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate
|
26
|
+
IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection
|
27
27
|
Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation
|
28
|
-
|
29
|
-
ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName
|
28
|
+
TopLevelDomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection
|
30
29
|
DeploymentCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection
|
30
|
+
CertificateDetails = Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails
|
31
|
+
CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection
|
32
|
+
AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection
|
33
|
+
SnapshotRecoverySource = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource
|
34
|
+
ProcessInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection
|
31
35
|
VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile
|
32
|
-
|
36
|
+
PerfMonResponse = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse
|
33
37
|
WorkerPool = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool
|
34
|
-
|
38
|
+
PerfMonSample = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample
|
35
39
|
VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping
|
36
|
-
|
40
|
+
SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest
|
37
41
|
StampCapacity = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity
|
38
|
-
|
42
|
+
ProcessModuleInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection
|
39
43
|
NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry
|
40
|
-
|
44
|
+
PublicCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection
|
41
45
|
AppServiceEnvironment = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment
|
42
|
-
|
46
|
+
ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability
|
43
47
|
AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection
|
44
|
-
|
48
|
+
SiteConfigResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection
|
45
49
|
LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString
|
46
|
-
|
50
|
+
SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection
|
47
51
|
CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota
|
48
|
-
|
52
|
+
HostNameBindingCollection = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection
|
49
53
|
CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection
|
50
|
-
HttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig
|
51
|
-
DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite
|
52
54
|
ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity
|
53
55
|
ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity
|
54
56
|
CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo
|
55
|
-
|
57
|
+
AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate
|
56
58
|
IpSecurityRestriction = Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction
|
57
|
-
|
59
|
+
TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection
|
58
60
|
CorsSettings = Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings
|
59
|
-
|
61
|
+
ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName
|
60
62
|
AutoHealActions = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions
|
61
63
|
ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty
|
62
64
|
StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger
|
@@ -71,131 +73,132 @@ module Azure::Profiles::Latest
|
|
71
73
|
WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection
|
72
74
|
SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey
|
73
75
|
DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection
|
74
|
-
|
76
|
+
AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue
|
75
77
|
Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution
|
76
|
-
|
78
|
+
SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig
|
77
79
|
DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod
|
78
|
-
|
80
|
+
SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection
|
79
81
|
AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod
|
80
|
-
|
81
|
-
|
82
|
-
|
82
|
+
SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity
|
83
|
+
TriggeredWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection
|
84
|
+
SlotDifferenceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection
|
83
85
|
DiagnosticMetricSample = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample
|
84
|
-
|
86
|
+
DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem
|
85
87
|
DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet
|
86
|
-
|
88
|
+
DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse
|
87
89
|
DataSource = Azure::Web::Mgmt::V2018_02_01::Models::DataSource
|
88
|
-
|
90
|
+
LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification
|
89
91
|
ResponseMetaData = Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData
|
90
|
-
|
92
|
+
Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension
|
91
93
|
AnalysisData = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData
|
92
|
-
|
93
|
-
|
94
|
-
|
94
|
+
ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification
|
95
|
+
CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity
|
96
|
+
CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay
|
95
97
|
DataTableResponseColumn = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn
|
96
|
-
|
98
|
+
CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection
|
97
99
|
DataTableResponseObject = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject
|
98
|
-
|
100
|
+
Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact
|
99
101
|
DetectorInfo = Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo
|
100
|
-
|
102
|
+
DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent
|
101
103
|
Rendering = Azure::Web::Mgmt::V2018_02_01::Models::Rendering
|
102
|
-
|
104
|
+
DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult
|
103
105
|
DiagnosticData = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData
|
104
|
-
|
105
|
-
CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity
|
106
|
-
SnapshotCollection = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection
|
107
|
-
DetectorResponseCollection = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection
|
108
|
-
NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection
|
106
|
+
DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest
|
109
107
|
CsmPublishingProfileOptions = Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions
|
110
|
-
|
111
|
-
|
112
|
-
|
108
|
+
DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection
|
109
|
+
DetectorResponseCollection = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection
|
110
|
+
DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters
|
113
111
|
ContinuousWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection
|
112
|
+
TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement
|
113
|
+
DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection
|
114
114
|
EnabledConfig = Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig
|
115
|
+
WebAppInstanceCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection
|
116
|
+
AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection
|
115
117
|
DiagnosticCategoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection
|
116
|
-
AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection
|
117
118
|
PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork
|
118
|
-
|
119
|
+
DiagnosticDetectorCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection
|
119
120
|
PerfMonSet = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet
|
120
|
-
|
121
|
+
NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace
|
121
122
|
StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion
|
122
|
-
|
123
|
+
SiteCloneabilityCriterion = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion
|
123
124
|
StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion
|
124
|
-
|
125
|
+
MSDeployLogEntry = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry
|
125
126
|
ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack
|
126
|
-
|
127
|
+
ProxyOnlyResource = Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource
|
127
128
|
ApplicationStackCollection = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection
|
128
|
-
|
129
|
-
|
130
|
-
|
129
|
+
HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile
|
130
|
+
ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection
|
131
|
+
AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction
|
131
132
|
RecommendationCollection = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection
|
132
|
-
|
133
|
+
RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger
|
134
|
+
ResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection
|
135
|
+
RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule
|
133
136
|
HybridConnectionCollection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection
|
134
|
-
|
135
|
-
WorkerPoolCollection = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection
|
136
|
-
ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo
|
137
|
+
HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping
|
137
138
|
BillingMeterCollection = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection
|
138
|
-
|
139
|
+
NameValuePair = Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair
|
139
140
|
CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope
|
140
|
-
|
141
|
-
|
142
|
-
|
141
|
+
Capability = Azure::Web::Mgmt::V2018_02_01::Models::Capability
|
142
|
+
WorkerPoolCollection = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection
|
143
|
+
Resource = Azure::Web::Mgmt::V2018_02_01::Models::Resource
|
143
144
|
HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo
|
144
|
-
|
145
|
+
NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier
|
145
146
|
DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations
|
146
|
-
|
147
|
+
MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification
|
147
148
|
GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection
|
148
|
-
|
149
|
+
CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription
|
149
150
|
GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription
|
150
|
-
|
151
|
-
|
152
|
-
|
151
|
+
HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName
|
152
|
+
UsageCollection = Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection
|
153
|
+
DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection
|
153
154
|
PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection
|
154
|
-
|
155
|
+
FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig
|
155
156
|
ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability
|
156
|
-
|
157
|
+
TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection
|
157
158
|
ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest
|
158
|
-
|
159
|
+
PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet
|
159
160
|
SkuInfos = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos
|
160
|
-
|
161
|
-
|
162
|
-
|
161
|
+
SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal
|
162
|
+
StampCapacityCollection = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection
|
163
|
+
SiteCloneability = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability
|
163
164
|
SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection
|
164
|
-
|
165
|
+
SlotSwapStatus = Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus
|
165
166
|
ValidateRequest = Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest
|
166
|
-
|
167
|
+
SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger
|
167
168
|
ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError
|
168
|
-
|
169
|
+
VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory
|
169
170
|
ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse
|
170
|
-
|
171
|
+
HostNameSslState = Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState
|
172
|
+
SkuInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection
|
173
|
+
DefaultErrorResponseError = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError
|
171
174
|
SkuInfo = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo
|
172
|
-
|
175
|
+
CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties
|
173
176
|
MetricAvailabilily = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily
|
174
|
-
|
175
|
-
HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics
|
176
|
-
DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters
|
177
|
+
FunctionEnvelopeCollection = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection
|
177
178
|
FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig
|
178
|
-
|
179
|
+
NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection
|
179
180
|
AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig
|
180
|
-
|
181
|
+
PerfMonCounterCollection = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection
|
181
182
|
AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig
|
182
|
-
|
183
|
+
HttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig
|
183
184
|
ApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig
|
184
|
-
|
185
|
+
AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules
|
185
186
|
AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig
|
186
|
-
|
187
|
+
SkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription
|
188
|
+
HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics
|
189
|
+
Address = Azure::Web::Mgmt::V2018_02_01::Models::Address
|
187
190
|
DatabaseBackupSetting = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting
|
188
|
-
|
191
|
+
TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption
|
189
192
|
AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection
|
190
|
-
|
193
|
+
ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo
|
191
194
|
BackupItemCollection = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection
|
192
|
-
|
195
|
+
MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability
|
193
196
|
BackupSchedule = Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule
|
194
|
-
|
197
|
+
ProcessThreadInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection
|
195
198
|
AddressResponse = Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse
|
196
|
-
|
199
|
+
SnapshotCollection = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection
|
197
200
|
ConnStringValueTypePair = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair
|
198
|
-
|
201
|
+
ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo
|
199
202
|
WebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection
|
200
203
|
AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource
|
201
204
|
AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder
|
@@ -215,6 +218,7 @@ module Azure::Profiles::Latest
|
|
215
218
|
Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier
|
216
219
|
HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey
|
217
220
|
HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection
|
221
|
+
DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite
|
218
222
|
Site = Azure::Web::Mgmt::V2018_02_01::Models::Site
|
219
223
|
AppServicePlan = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan
|
220
224
|
Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain
|
@@ -238,6 +242,7 @@ module Azure::Profiles::Latest
|
|
238
242
|
VnetParameters = Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters
|
239
243
|
VnetValidationTestFailure = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure
|
240
244
|
VnetValidationFailureDetails = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails
|
245
|
+
AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource
|
241
246
|
BackupItem = Azure::Web::Mgmt::V2018_02_01::Models::BackupItem
|
242
247
|
BackupRequest = Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest
|
243
248
|
ConnectionStringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary
|
@@ -290,6 +295,7 @@ module Azure::Profiles::Latest
|
|
290
295
|
WorkerPoolResource = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource
|
291
296
|
AppServicePlanPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource
|
292
297
|
HybridConnectionLimits = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits
|
298
|
+
ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata
|
293
299
|
KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus
|
294
300
|
CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType
|
295
301
|
ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState
|
@@ -300,6 +306,8 @@ module Azure::Profiles::Latest
|
|
300
306
|
IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag
|
301
307
|
AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType
|
302
308
|
ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType
|
309
|
+
AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType
|
310
|
+
AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState
|
303
311
|
ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType
|
304
312
|
ManagedPipelineMode = Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode
|
305
313
|
SiteLoadBalancing = Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing
|
@@ -354,7 +362,7 @@ module Azure::Profiles::Latest
|
|
354
362
|
end
|
355
363
|
|
356
364
|
class WebManagementClass
|
357
|
-
attr_reader :app_service_certificate_orders, :certificate_registration_provider, :domains, :top_level_domains, :domain_registration_provider, :certificates, :deleted_web_apps, :diagnostics, :provider, :recommendations, :web_apps, :app_service_environments, :app_service_plans, :configurable, :base_url, :options, :model_classes
|
365
|
+
attr_reader :app_service_certificate_orders, :certificate_registration_provider, :domains, :top_level_domains, :domain_registration_provider, :certificates, :deleted_web_apps, :diagnostics, :provider, :recommendations, :web_apps, :app_service_environments, :app_service_plans, :resource_health_metadata_operations, :configurable, :base_url, :options, :model_classes
|
358
366
|
|
359
367
|
def initialize(configurable, base_url=nil, options=nil)
|
360
368
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -377,6 +385,7 @@ module Azure::Profiles::Latest
|
|
377
385
|
@web_apps = @client_0.web_apps
|
378
386
|
@app_service_environments = @client_0.app_service_environments
|
379
387
|
@app_service_plans = @client_0.app_service_plans
|
388
|
+
@resource_health_metadata_operations = @client_0.resource_health_metadata_operations
|
380
389
|
|
381
390
|
@model_classes = ModelClasses.new
|
382
391
|
end
|
@@ -395,87 +404,90 @@ module Azure::Profiles::Latest
|
|
395
404
|
end
|
396
405
|
|
397
406
|
class ModelClasses
|
398
|
-
def
|
399
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
400
|
-
end
|
401
|
-
def app_service_certificate
|
402
|
-
Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate
|
407
|
+
def identifier_collection
|
408
|
+
Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection
|
403
409
|
end
|
404
410
|
def operation
|
405
411
|
Azure::Web::Mgmt::V2018_02_01::Models::Operation
|
406
412
|
end
|
407
|
-
def
|
408
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
409
|
-
end
|
410
|
-
def resource_metric_name
|
411
|
-
Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName
|
413
|
+
def top_level_domain_collection
|
414
|
+
Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection
|
412
415
|
end
|
413
416
|
def deployment_collection
|
414
417
|
Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection
|
415
418
|
end
|
419
|
+
def certificate_details
|
420
|
+
Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails
|
421
|
+
end
|
422
|
+
def certificate_collection
|
423
|
+
Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection
|
424
|
+
end
|
425
|
+
def app_service_certificate_order_collection
|
426
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection
|
427
|
+
end
|
428
|
+
def snapshot_recovery_source
|
429
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource
|
430
|
+
end
|
431
|
+
def process_info_collection
|
432
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection
|
433
|
+
end
|
416
434
|
def virtual_network_profile
|
417
435
|
Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile
|
418
436
|
end
|
419
|
-
def
|
420
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
437
|
+
def perf_mon_response
|
438
|
+
Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse
|
421
439
|
end
|
422
440
|
def worker_pool
|
423
441
|
Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool
|
424
442
|
end
|
425
|
-
def
|
426
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
443
|
+
def perf_mon_sample
|
444
|
+
Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample
|
427
445
|
end
|
428
446
|
def virtual_ipmapping
|
429
447
|
Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping
|
430
448
|
end
|
431
|
-
def
|
432
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
449
|
+
def site_seal_request
|
450
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest
|
433
451
|
end
|
434
452
|
def stamp_capacity
|
435
453
|
Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity
|
436
454
|
end
|
437
|
-
def
|
438
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
455
|
+
def process_module_info_collection
|
456
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection
|
439
457
|
end
|
440
458
|
def network_access_control_entry
|
441
459
|
Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry
|
442
460
|
end
|
443
|
-
def
|
444
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
461
|
+
def public_certificate_collection
|
462
|
+
Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection
|
445
463
|
end
|
446
464
|
def app_service_environment
|
447
465
|
Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment
|
448
466
|
end
|
449
|
-
def
|
450
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
467
|
+
def resource_metric_availability
|
468
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability
|
451
469
|
end
|
452
470
|
def app_service_plan_collection
|
453
471
|
Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection
|
454
472
|
end
|
455
|
-
def
|
456
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
473
|
+
def site_config_resource_collection
|
474
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection
|
457
475
|
end
|
458
476
|
def localizable_string
|
459
477
|
Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString
|
460
478
|
end
|
461
|
-
def
|
462
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
479
|
+
def site_configuration_snapshot_info_collection
|
480
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection
|
463
481
|
end
|
464
482
|
def csm_usage_quota
|
465
483
|
Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota
|
466
484
|
end
|
467
|
-
def
|
468
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
485
|
+
def host_name_binding_collection
|
486
|
+
Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection
|
469
487
|
end
|
470
488
|
def csm_usage_quota_collection
|
471
489
|
Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection
|
472
490
|
end
|
473
|
-
def http_logs_config
|
474
|
-
Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig
|
475
|
-
end
|
476
|
-
def deleted_site
|
477
|
-
Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite
|
478
|
-
end
|
479
491
|
def managed_service_identity
|
480
492
|
Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity
|
481
493
|
end
|
@@ -485,20 +497,20 @@ module Azure::Profiles::Latest
|
|
485
497
|
def cloning_info
|
486
498
|
Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo
|
487
499
|
end
|
488
|
-
def
|
489
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
500
|
+
def app_service_certificate
|
501
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate
|
490
502
|
end
|
491
503
|
def ip_security_restriction
|
492
504
|
Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction
|
493
505
|
end
|
494
|
-
def
|
495
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
506
|
+
def triggered_job_history_collection
|
507
|
+
Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection
|
496
508
|
end
|
497
509
|
def cors_settings
|
498
510
|
Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings
|
499
511
|
end
|
500
|
-
def
|
501
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
512
|
+
def resource_metric_name
|
513
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName
|
502
514
|
end
|
503
515
|
def auto_heal_actions
|
504
516
|
Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions
|
@@ -542,380 +554,383 @@ module Azure::Profiles::Latest
|
|
542
554
|
def deleted_web_app_collection
|
543
555
|
Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection
|
544
556
|
end
|
545
|
-
def
|
546
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
557
|
+
def azure_storage_info_value
|
558
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue
|
547
559
|
end
|
548
560
|
def solution
|
549
561
|
Azure::Web::Mgmt::V2018_02_01::Models::Solution
|
550
562
|
end
|
551
|
-
def
|
552
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
563
|
+
def site_config
|
564
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig
|
553
565
|
end
|
554
566
|
def detector_abnormal_time_period
|
555
567
|
Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod
|
556
568
|
end
|
557
|
-
def
|
558
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
569
|
+
def site_extension_info_collection
|
570
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection
|
559
571
|
end
|
560
572
|
def abnormal_time_period
|
561
573
|
Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod
|
562
574
|
end
|
563
|
-
def
|
564
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
575
|
+
def sku_capacity
|
576
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity
|
565
577
|
end
|
566
|
-
def
|
567
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
578
|
+
def triggered_web_job_collection
|
579
|
+
Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection
|
568
580
|
end
|
569
|
-
def
|
570
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
581
|
+
def slot_difference_collection
|
582
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection
|
571
583
|
end
|
572
584
|
def diagnostic_metric_sample
|
573
585
|
Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample
|
574
586
|
end
|
575
|
-
def
|
576
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
587
|
+
def default_error_response_error_details_item
|
588
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem
|
577
589
|
end
|
578
590
|
def diagnostic_metric_set
|
579
591
|
Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet
|
580
592
|
end
|
581
|
-
def
|
582
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
593
|
+
def default_error_response
|
594
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse
|
583
595
|
end
|
584
596
|
def data_source
|
585
597
|
Azure::Web::Mgmt::V2018_02_01::Models::DataSource
|
586
598
|
end
|
587
|
-
def
|
588
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
599
|
+
def log_specification
|
600
|
+
Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification
|
589
601
|
end
|
590
602
|
def response_meta_data
|
591
603
|
Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData
|
592
604
|
end
|
593
|
-
def
|
594
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
605
|
+
def dimension
|
606
|
+
Azure::Web::Mgmt::V2018_02_01::Models::Dimension
|
595
607
|
end
|
596
608
|
def analysis_data
|
597
609
|
Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData
|
598
610
|
end
|
599
|
-
def
|
600
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
611
|
+
def service_specification
|
612
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification
|
601
613
|
end
|
602
|
-
def
|
603
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
614
|
+
def csm_slot_entity
|
615
|
+
Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity
|
604
616
|
end
|
605
|
-
def
|
606
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
617
|
+
def csm_operation_display
|
618
|
+
Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay
|
607
619
|
end
|
608
620
|
def data_table_response_column
|
609
621
|
Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn
|
610
622
|
end
|
611
|
-
def
|
612
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
623
|
+
def csm_operation_collection
|
624
|
+
Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection
|
613
625
|
end
|
614
626
|
def data_table_response_object
|
615
627
|
Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject
|
616
628
|
end
|
617
|
-
def
|
618
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
629
|
+
def contact
|
630
|
+
Azure::Web::Mgmt::V2018_02_01::Models::Contact
|
619
631
|
end
|
620
632
|
def detector_info
|
621
633
|
Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo
|
622
634
|
end
|
623
|
-
def
|
624
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
635
|
+
def domain_purchase_consent
|
636
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent
|
625
637
|
end
|
626
638
|
def rendering
|
627
639
|
Azure::Web::Mgmt::V2018_02_01::Models::Rendering
|
628
640
|
end
|
629
|
-
def
|
630
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
641
|
+
def domain_availablility_check_result
|
642
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult
|
631
643
|
end
|
632
644
|
def diagnostic_data
|
633
645
|
Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData
|
634
646
|
end
|
635
|
-
def
|
636
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
647
|
+
def domain_control_center_sso_request
|
648
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest
|
637
649
|
end
|
638
|
-
def
|
639
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
650
|
+
def csm_publishing_profile_options
|
651
|
+
Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions
|
640
652
|
end
|
641
|
-
def
|
642
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
653
|
+
def domain_ownership_identifier_collection
|
654
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection
|
643
655
|
end
|
644
656
|
def detector_response_collection
|
645
657
|
Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection
|
646
658
|
end
|
647
|
-
def
|
648
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
659
|
+
def domain_recommendation_search_parameters
|
660
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters
|
649
661
|
end
|
650
|
-
def
|
651
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
662
|
+
def continuous_web_job_collection
|
663
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection
|
652
664
|
end
|
653
|
-
def
|
654
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
665
|
+
def tld_legal_agreement
|
666
|
+
Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement
|
655
667
|
end
|
656
668
|
def diagnostic_analysis_collection
|
657
669
|
Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection
|
658
670
|
end
|
659
|
-
def top_level_domain_agreement_option
|
660
|
-
Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption
|
661
|
-
end
|
662
|
-
def continuous_web_job_collection
|
663
|
-
Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection
|
664
|
-
end
|
665
671
|
def enabled_config
|
666
672
|
Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig
|
667
673
|
end
|
674
|
+
def web_app_instance_collection
|
675
|
+
Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection
|
676
|
+
end
|
677
|
+
def app_service_certificate_collection
|
678
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection
|
679
|
+
end
|
668
680
|
def diagnostic_category_collection
|
669
681
|
Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection
|
670
682
|
end
|
671
|
-
def app_service_certificate_order_collection
|
672
|
-
Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection
|
673
|
-
end
|
674
683
|
def private_access_virtual_network
|
675
684
|
Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork
|
676
685
|
end
|
677
|
-
def
|
678
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
686
|
+
def diagnostic_detector_collection
|
687
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection
|
679
688
|
end
|
680
689
|
def perf_mon_set
|
681
690
|
Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet
|
682
691
|
end
|
683
|
-
def
|
684
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
692
|
+
def network_trace
|
693
|
+
Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace
|
685
694
|
end
|
686
695
|
def stack_minor_version
|
687
696
|
Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion
|
688
697
|
end
|
689
|
-
def
|
690
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
698
|
+
def site_cloneability_criterion
|
699
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion
|
691
700
|
end
|
692
701
|
def stack_major_version
|
693
702
|
Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion
|
694
703
|
end
|
695
|
-
def
|
696
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
704
|
+
def msdeploy_log_entry
|
705
|
+
Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry
|
697
706
|
end
|
698
707
|
def application_stack
|
699
708
|
Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack
|
700
709
|
end
|
701
|
-
def
|
702
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
710
|
+
def proxy_only_resource
|
711
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource
|
703
712
|
end
|
704
713
|
def application_stack_collection
|
705
714
|
Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection
|
706
715
|
end
|
707
|
-
def
|
708
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
716
|
+
def hosting_environment_profile
|
717
|
+
Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile
|
709
718
|
end
|
710
|
-
def
|
711
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
719
|
+
def resource_health_metadata_collection
|
720
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection
|
712
721
|
end
|
713
|
-
def
|
714
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
722
|
+
def auto_heal_custom_action
|
723
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction
|
715
724
|
end
|
716
725
|
def recommendation_collection
|
717
726
|
Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection
|
718
727
|
end
|
719
|
-
def
|
720
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
728
|
+
def requests_based_trigger
|
729
|
+
Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger
|
721
730
|
end
|
722
|
-
def
|
723
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
731
|
+
def resource_collection
|
732
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection
|
724
733
|
end
|
725
|
-
def
|
726
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
734
|
+
def ramp_up_rule
|
735
|
+
Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule
|
727
736
|
end
|
728
|
-
def
|
729
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
737
|
+
def hybrid_connection_collection
|
738
|
+
Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection
|
730
739
|
end
|
731
|
-
def
|
732
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
740
|
+
def handler_mapping
|
741
|
+
Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping
|
733
742
|
end
|
734
743
|
def billing_meter_collection
|
735
744
|
Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection
|
736
745
|
end
|
737
|
-
def
|
738
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
746
|
+
def name_value_pair
|
747
|
+
Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair
|
739
748
|
end
|
740
749
|
def csm_move_resource_envelope
|
741
750
|
Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope
|
742
751
|
end
|
743
|
-
def
|
744
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
752
|
+
def capability
|
753
|
+
Azure::Web::Mgmt::V2018_02_01::Models::Capability
|
745
754
|
end
|
746
|
-
def
|
747
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
755
|
+
def worker_pool_collection
|
756
|
+
Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection
|
748
757
|
end
|
749
|
-
def
|
750
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
758
|
+
def resource
|
759
|
+
Azure::Web::Mgmt::V2018_02_01::Models::Resource
|
751
760
|
end
|
752
761
|
def hosting_environment_deployment_info
|
753
762
|
Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo
|
754
763
|
end
|
755
|
-
def
|
756
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
764
|
+
def name_identifier
|
765
|
+
Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier
|
757
766
|
end
|
758
767
|
def deployment_locations
|
759
768
|
Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations
|
760
769
|
end
|
761
|
-
def
|
762
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
770
|
+
def metric_specification
|
771
|
+
Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification
|
763
772
|
end
|
764
773
|
def geo_region_collection
|
765
774
|
Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection
|
766
775
|
end
|
767
|
-
def
|
768
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
776
|
+
def csm_operation_description
|
777
|
+
Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription
|
769
778
|
end
|
770
779
|
def global_csm_sku_description
|
771
780
|
Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription
|
772
781
|
end
|
773
|
-
def
|
774
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
782
|
+
def host_name
|
783
|
+
Azure::Web::Mgmt::V2018_02_01::Models::HostName
|
775
784
|
end
|
776
|
-
def
|
777
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
785
|
+
def usage_collection
|
786
|
+
Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection
|
778
787
|
end
|
779
|
-
def
|
780
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
788
|
+
def domain_collection
|
789
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection
|
781
790
|
end
|
782
791
|
def premier_add_on_offer_collection
|
783
792
|
Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection
|
784
793
|
end
|
785
|
-
def
|
786
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
794
|
+
def file_system_http_logs_config
|
795
|
+
Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig
|
787
796
|
end
|
788
797
|
def resource_name_availability
|
789
798
|
Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability
|
790
799
|
end
|
791
|
-
def
|
792
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
800
|
+
def tld_legal_agreement_collection
|
801
|
+
Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection
|
793
802
|
end
|
794
803
|
def resource_name_availability_request
|
795
804
|
Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest
|
796
805
|
end
|
797
|
-
def
|
798
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
806
|
+
def private_access_subnet
|
807
|
+
Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet
|
799
808
|
end
|
800
809
|
def sku_infos
|
801
810
|
Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos
|
802
811
|
end
|
803
|
-
def
|
804
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
812
|
+
def site_seal
|
813
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal
|
805
814
|
end
|
806
|
-
def
|
807
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
815
|
+
def stamp_capacity_collection
|
816
|
+
Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection
|
808
817
|
end
|
809
|
-
def
|
810
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
818
|
+
def site_cloneability
|
819
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability
|
811
820
|
end
|
812
821
|
def source_control_collection
|
813
822
|
Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection
|
814
823
|
end
|
815
|
-
def
|
816
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
824
|
+
def slot_swap_status
|
825
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus
|
817
826
|
end
|
818
827
|
def validate_request
|
819
828
|
Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest
|
820
829
|
end
|
821
|
-
def
|
822
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
830
|
+
def slow_requests_based_trigger
|
831
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger
|
823
832
|
end
|
824
833
|
def validate_response_error
|
825
834
|
Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError
|
826
835
|
end
|
827
|
-
def
|
828
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
836
|
+
def virtual_directory
|
837
|
+
Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory
|
829
838
|
end
|
830
839
|
def validate_response
|
831
840
|
Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse
|
832
841
|
end
|
833
|
-
def
|
834
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
842
|
+
def host_name_ssl_state
|
843
|
+
Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState
|
844
|
+
end
|
845
|
+
def sku_info_collection
|
846
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection
|
847
|
+
end
|
848
|
+
def default_error_response_error
|
849
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError
|
835
850
|
end
|
836
851
|
def sku_info
|
837
852
|
Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo
|
838
853
|
end
|
839
|
-
def
|
840
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
854
|
+
def csm_operation_description_properties
|
855
|
+
Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties
|
841
856
|
end
|
842
857
|
def metric_availabilily
|
843
858
|
Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily
|
844
859
|
end
|
845
|
-
def
|
846
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
847
|
-
end
|
848
|
-
def hosting_environment_diagnostics
|
849
|
-
Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics
|
850
|
-
end
|
851
|
-
def domain_recommendation_search_parameters
|
852
|
-
Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters
|
860
|
+
def function_envelope_collection
|
861
|
+
Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection
|
853
862
|
end
|
854
863
|
def file_system_application_logs_config
|
855
864
|
Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig
|
856
865
|
end
|
857
|
-
def
|
858
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
866
|
+
def name_identifier_collection
|
867
|
+
Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection
|
859
868
|
end
|
860
869
|
def azure_table_storage_application_logs_config
|
861
870
|
Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig
|
862
871
|
end
|
863
|
-
def
|
864
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
872
|
+
def perf_mon_counter_collection
|
873
|
+
Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection
|
865
874
|
end
|
866
875
|
def azure_blob_storage_application_logs_config
|
867
876
|
Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig
|
868
877
|
end
|
869
|
-
def
|
870
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
878
|
+
def http_logs_config
|
879
|
+
Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig
|
871
880
|
end
|
872
881
|
def application_logs_config
|
873
882
|
Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig
|
874
883
|
end
|
875
|
-
def
|
876
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
884
|
+
def auto_heal_rules
|
885
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules
|
877
886
|
end
|
878
887
|
def azure_blob_storage_http_logs_config
|
879
888
|
Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig
|
880
889
|
end
|
881
|
-
def
|
882
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
890
|
+
def sku_description
|
891
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription
|
892
|
+
end
|
893
|
+
def hosting_environment_diagnostics
|
894
|
+
Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics
|
895
|
+
end
|
896
|
+
def address
|
897
|
+
Azure::Web::Mgmt::V2018_02_01::Models::Address
|
883
898
|
end
|
884
899
|
def database_backup_setting
|
885
900
|
Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting
|
886
901
|
end
|
887
|
-
def
|
888
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
902
|
+
def top_level_domain_agreement_option
|
903
|
+
Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption
|
889
904
|
end
|
890
905
|
def app_service_environment_collection
|
891
906
|
Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection
|
892
907
|
end
|
893
|
-
def
|
894
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
908
|
+
def api_definition_info
|
909
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo
|
895
910
|
end
|
896
911
|
def backup_item_collection
|
897
912
|
Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection
|
898
913
|
end
|
899
|
-
def
|
900
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
914
|
+
def metric_availability
|
915
|
+
Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability
|
901
916
|
end
|
902
917
|
def backup_schedule
|
903
918
|
Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule
|
904
919
|
end
|
905
|
-
def
|
906
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
920
|
+
def process_thread_info_collection
|
921
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection
|
907
922
|
end
|
908
923
|
def address_response
|
909
924
|
Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse
|
910
925
|
end
|
911
|
-
def
|
912
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
926
|
+
def snapshot_collection
|
927
|
+
Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection
|
913
928
|
end
|
914
929
|
def conn_string_value_type_pair
|
915
930
|
Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair
|
916
931
|
end
|
917
|
-
def
|
918
|
-
Azure::Web::Mgmt::V2018_02_01::Models::
|
932
|
+
def conn_string_info
|
933
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo
|
919
934
|
end
|
920
935
|
def web_job_collection
|
921
936
|
Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection
|
@@ -974,6 +989,9 @@ module Azure::Profiles::Latest
|
|
974
989
|
def hybrid_connection
|
975
990
|
Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection
|
976
991
|
end
|
992
|
+
def deleted_site
|
993
|
+
Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite
|
994
|
+
end
|
977
995
|
def site
|
978
996
|
Azure::Web::Mgmt::V2018_02_01::Models::Site
|
979
997
|
end
|
@@ -1043,6 +1061,9 @@ module Azure::Profiles::Latest
|
|
1043
1061
|
def vnet_validation_failure_details
|
1044
1062
|
Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails
|
1045
1063
|
end
|
1064
|
+
def azure_storage_property_dictionary_resource
|
1065
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource
|
1066
|
+
end
|
1046
1067
|
def backup_item
|
1047
1068
|
Azure::Web::Mgmt::V2018_02_01::Models::BackupItem
|
1048
1069
|
end
|
@@ -1199,6 +1220,9 @@ module Azure::Profiles::Latest
|
|
1199
1220
|
def hybrid_connection_limits
|
1200
1221
|
Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits
|
1201
1222
|
end
|
1223
|
+
def resource_health_metadata
|
1224
|
+
Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata
|
1225
|
+
end
|
1202
1226
|
def key_vault_secret_status
|
1203
1227
|
Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus
|
1204
1228
|
end
|
@@ -1229,6 +1253,12 @@ module Azure::Profiles::Latest
|
|
1229
1253
|
def connection_string_type
|
1230
1254
|
Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType
|
1231
1255
|
end
|
1256
|
+
def azure_storage_type
|
1257
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType
|
1258
|
+
end
|
1259
|
+
def azure_storage_state
|
1260
|
+
Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState
|
1261
|
+
end
|
1232
1262
|
def scm_type
|
1233
1263
|
Azure::Web::Mgmt::V2018_02_01::Models::ScmType
|
1234
1264
|
end
|