azure_mgmt_web 0.17.3 → 0.17.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9eb0dec4796c19f240294b5097c2b7d85e3c7ea653388fc8e34f9f32f933f26
4
- data.tar.gz: 3c99b6a7efb0d807dfd2d7c86eb4316f53b59581cbff7c52466bf5aa8f18ee59
3
+ metadata.gz: fb40aefc9684560611baf3f45bf2992ba308507759843af43e299991bf17db58
4
+ data.tar.gz: de3699b8a49160ea76188d5a17681181ebe282844bd0494375e4637b51d74d6a
5
5
  SHA512:
6
- metadata.gz: 30d7094dd7df69e284ae9c7ec5db591121cf8d266bf9884569ec94a283306607d15f9a6b4fa71db8d1113193159c1f9839886e8914e1dde1486dfc2ccaeda789
7
- data.tar.gz: 487e05010d4a3a0025aed6ecc3f79d28a7b81db313e870cd041143da44a31f7a49ed669c641eeb7be4c5cea5250b3665bbefd9de72f7d9a7d659959754ea734d
6
+ metadata.gz: d6e148d474030a5aef00442bbc4c4670b3f68a6282db331e5ff65d0156ba1fc82204c891bb1a36014baaa369d8e8313e3f598c200b25f6b57b1458cbed9baf35
7
+ data.tar.gz: ceb23ec7467a290275f5fba7f04cda9d37ea90407d409b2867b6c8e09c8193281415a8eae7868fb1f4cfb8639702e5f64dac198e42b28b40098fc72d514320ac
@@ -133,7 +133,7 @@ module Azure::Web::Mgmt::V2015_04_01
133
133
  #
134
134
  def add_telemetry
135
135
  sdk_information = 'azure_mgmt_web'
136
- sdk_information = "#{sdk_information}/0.17.3"
136
+ sdk_information = "#{sdk_information}/0.17.4"
137
137
  add_user_agent_information(sdk_information)
138
138
  end
139
139
  end
@@ -130,7 +130,7 @@ module Azure::Web::Mgmt::V2015_08_01
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_web'
133
- sdk_information = "#{sdk_information}/0.17.3"
133
+ sdk_information = "#{sdk_information}/0.17.4"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -2379,7 +2379,7 @@ module Azure::Web::Mgmt::V2016_03_01
2379
2379
  #
2380
2380
  def add_telemetry
2381
2381
  sdk_information = 'azure_mgmt_web'
2382
- sdk_information = "#{sdk_information}/0.17.3"
2382
+ sdk_information = "#{sdk_information}/0.17.4"
2383
2383
  add_user_agent_information(sdk_information)
2384
2384
  end
2385
2385
  end
@@ -125,7 +125,7 @@ module Azure::Web::Mgmt::V2016_08_01
125
125
  #
126
126
  def add_telemetry
127
127
  sdk_information = 'azure_mgmt_web'
128
- sdk_information = "#{sdk_information}/0.17.3"
128
+ sdk_information = "#{sdk_information}/0.17.4"
129
129
  add_user_agent_information(sdk_information)
130
130
  end
131
131
  end
@@ -129,7 +129,7 @@ module Azure::Web::Mgmt::V2016_09_01
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_web'
132
- sdk_information = "#{sdk_information}/0.17.3"
132
+ sdk_information = "#{sdk_information}/0.17.4"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -2711,7 +2711,7 @@ module Azure::Web::Mgmt::V2018_02_01
2711
2711
  #
2712
2712
  def add_telemetry
2713
2713
  sdk_information = 'azure_mgmt_web'
2714
- sdk_information = "#{sdk_information}/0.17.3"
2714
+ sdk_information = "#{sdk_information}/0.17.4"
2715
2715
  add_user_agent_information(sdk_information)
2716
2716
  end
2717
2717
  end
@@ -9,4 +9,5 @@ require '2015-08-01/generated/azure_mgmt_web'
9
9
  require '2016-09-01/generated/azure_mgmt_web'
10
10
  require '2016-08-01/generated/azure_mgmt_web'
11
11
  require 'profiles/latest/web_latest_profile_client'
12
+ require 'profiles/v2019_03_01_hybrid/web_v2019_03_01_hybrid_profile_client'
12
13
  require 'profiles/v2018_03_01/web_v2018_03_01_profile_client'
@@ -0,0 +1,1469 @@
1
+ # encoding: utf-8
2
+ # Copyright (c) Microsoft Corporation. All rights reserved.
3
+ # Licensed under the MIT License. See License.txt in the project root for license information.
4
+
5
+ require 'azure_mgmt_web'
6
+
7
+ module Azure::Web::Profiles::V2019_03_01_Hybrid
8
+ module Mgmt
9
+ BillingMeters = Azure::Web::Mgmt::V2016_03_01::BillingMeters
10
+ AppServiceCertificateOrders = Azure::Web::Mgmt::V2018_02_01::AppServiceCertificateOrders
11
+ CertificateRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::CertificateRegistrationProvider
12
+ Domains = Azure::Web::Mgmt::V2018_02_01::Domains
13
+ TopLevelDomains = Azure::Web::Mgmt::V2018_02_01::TopLevelDomains
14
+ DomainRegistrationProvider = Azure::Web::Mgmt::V2018_02_01::DomainRegistrationProvider
15
+ Certificates = Azure::Web::Mgmt::V2018_02_01::Certificates
16
+ DeletedWebApps = Azure::Web::Mgmt::V2018_02_01::DeletedWebApps
17
+ Diagnostics = Azure::Web::Mgmt::V2018_02_01::Diagnostics
18
+ Provider = Azure::Web::Mgmt::V2018_02_01::Provider
19
+ Recommendations = Azure::Web::Mgmt::V2018_02_01::Recommendations
20
+ WebApps = Azure::Web::Mgmt::V2018_02_01::WebApps
21
+ AppServiceEnvironments = Azure::Web::Mgmt::V2018_02_01::AppServiceEnvironments
22
+ AppServicePlans = Azure::Web::Mgmt::V2018_02_01::AppServicePlans
23
+ ResourceHealthMetadataOperations = Azure::Web::Mgmt::V2018_02_01::ResourceHealthMetadataOperations
24
+
25
+ module Models
26
+ RestoreResponse = Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse
27
+ SnapshotRecoveryTarget = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget
28
+ SnapshotRecoveryRequest = Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest
29
+ IdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection
30
+ Operation = Azure::Web::Mgmt::V2018_02_01::Models::Operation
31
+ TopLevelDomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection
32
+ DeploymentCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection
33
+ CertificateDetails = Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails
34
+ CertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection
35
+ AppServiceCertificateOrderCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection
36
+ SnapshotRecoverySource = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource
37
+ ProcessInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection
38
+ VirtualNetworkProfile = Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile
39
+ PerfMonResponse = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse
40
+ WorkerPool = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool
41
+ PerfMonSample = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample
42
+ VirtualIPMapping = Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping
43
+ SiteSealRequest = Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest
44
+ StampCapacity = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity
45
+ ProcessModuleInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection
46
+ NetworkAccessControlEntry = Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry
47
+ PublicCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection
48
+ AppServiceEnvironment = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment
49
+ ResourceMetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability
50
+ AppServicePlanCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection
51
+ SiteConfigResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection
52
+ LocalizableString = Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString
53
+ SiteConfigurationSnapshotInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection
54
+ CsmUsageQuota = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota
55
+ HostNameBindingCollection = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection
56
+ CsmUsageQuotaCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection
57
+ ManagedServiceIdentity = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity
58
+ ErrorEntity = Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity
59
+ CloningInfo = Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo
60
+ AppServiceCertificate = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate
61
+ IpSecurityRestriction = Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction
62
+ TriggeredJobHistoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection
63
+ CorsSettings = Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings
64
+ ResourceMetricName = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName
65
+ AutoHealActions = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions
66
+ ResourceMetricProperty = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty
67
+ StatusCodesBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger
68
+ ResourceMetricValue = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue
69
+ AutoHealTriggers = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers
70
+ ResourceMetric = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric
71
+ SiteLimits = Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits
72
+ ResourceMetricCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection
73
+ Experiments = Azure::Web::Mgmt::V2018_02_01::Models::Experiments
74
+ ResourceMetricDefinitionCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection
75
+ VirtualApplication = Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication
76
+ WebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection
77
+ SiteMachineKey = Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey
78
+ DeletedWebAppCollection = Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection
79
+ AzureStorageInfoValue = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue
80
+ Solution = Azure::Web::Mgmt::V2018_02_01::Models::Solution
81
+ SiteConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig
82
+ DetectorAbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod
83
+ SiteExtensionInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection
84
+ AbnormalTimePeriod = Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod
85
+ SkuCapacity = Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity
86
+ TriggeredWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection
87
+ SlotDifferenceCollection = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection
88
+ DiagnosticMetricSample = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample
89
+ DefaultErrorResponseErrorDetailsItem = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem
90
+ DiagnosticMetricSet = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet
91
+ DefaultErrorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse
92
+ DataSource = Azure::Web::Mgmt::V2018_02_01::Models::DataSource
93
+ LogSpecification = Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification
94
+ ResponseMetaData = Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData
95
+ Dimension = Azure::Web::Mgmt::V2018_02_01::Models::Dimension
96
+ AnalysisData = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData
97
+ ServiceSpecification = Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification
98
+ CsmSlotEntity = Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity
99
+ CsmOperationDisplay = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay
100
+ DataTableResponseColumn = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn
101
+ CsmOperationCollection = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection
102
+ DataTableResponseObject = Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject
103
+ Contact = Azure::Web::Mgmt::V2018_02_01::Models::Contact
104
+ DetectorInfo = Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo
105
+ DomainPurchaseConsent = Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent
106
+ Rendering = Azure::Web::Mgmt::V2018_02_01::Models::Rendering
107
+ DomainAvailablilityCheckResult = Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult
108
+ DiagnosticData = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData
109
+ DomainControlCenterSsoRequest = Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest
110
+ CsmPublishingProfileOptions = Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions
111
+ DomainOwnershipIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection
112
+ DetectorResponseCollection = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection
113
+ DomainRecommendationSearchParameters = Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters
114
+ ContinuousWebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection
115
+ TldLegalAgreement = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement
116
+ DiagnosticAnalysisCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection
117
+ EnabledConfig = Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig
118
+ WebAppInstanceCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection
119
+ AppServiceCertificateCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection
120
+ DiagnosticCategoryCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection
121
+ PrivateAccessVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork
122
+ DiagnosticDetectorCollection = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection
123
+ PerfMonSet = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet
124
+ NetworkTrace = Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace
125
+ StackMinorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion
126
+ SiteCloneabilityCriterion = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion
127
+ StackMajorVersion = Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion
128
+ MSDeployLogEntry = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry
129
+ ApplicationStack = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack
130
+ ProxyOnlyResource = Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource
131
+ ApplicationStackCollection = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection
132
+ HostingEnvironmentProfile = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile
133
+ ResourceHealthMetadataCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection
134
+ AutoHealCustomAction = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction
135
+ RecommendationCollection = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection
136
+ RequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger
137
+ ResourceCollection = Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection
138
+ RampUpRule = Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule
139
+ HybridConnectionCollection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection
140
+ HandlerMapping = Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping
141
+ BillingMeterCollection = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection
142
+ NameValuePair = Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair
143
+ CsmMoveResourceEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope
144
+ Capability = Azure::Web::Mgmt::V2018_02_01::Models::Capability
145
+ WorkerPoolCollection = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection
146
+ Resource = Azure::Web::Mgmt::V2018_02_01::Models::Resource
147
+ HostingEnvironmentDeploymentInfo = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo
148
+ NameIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier
149
+ DeploymentLocations = Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations
150
+ MetricSpecification = Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification
151
+ GeoRegionCollection = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection
152
+ CsmOperationDescription = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription
153
+ GlobalCsmSkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription
154
+ HostName = Azure::Web::Mgmt::V2018_02_01::Models::HostName
155
+ UsageCollection = Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection
156
+ DomainCollection = Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection
157
+ PremierAddOnOfferCollection = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection
158
+ FileSystemHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig
159
+ ResourceNameAvailability = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability
160
+ TldLegalAgreementCollection = Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection
161
+ ResourceNameAvailabilityRequest = Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest
162
+ PrivateAccessSubnet = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet
163
+ SkuInfos = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos
164
+ SiteSeal = Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal
165
+ StampCapacityCollection = Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection
166
+ SiteCloneability = Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability
167
+ SourceControlCollection = Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection
168
+ SlotSwapStatus = Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus
169
+ ValidateRequest = Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest
170
+ SlowRequestsBasedTrigger = Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger
171
+ ValidateResponseError = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError
172
+ VirtualDirectory = Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory
173
+ ValidateResponse = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse
174
+ HostNameSslState = Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState
175
+ SkuInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection
176
+ DefaultErrorResponseError = Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError
177
+ SkuInfo = Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo
178
+ CsmOperationDescriptionProperties = Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties
179
+ MetricAvailabilily = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily
180
+ FunctionEnvelopeCollection = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection
181
+ FileSystemApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig
182
+ NameIdentifierCollection = Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection
183
+ AzureTableStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig
184
+ PerfMonCounterCollection = Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection
185
+ AzureBlobStorageApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig
186
+ HttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig
187
+ ApplicationLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig
188
+ AutoHealRules = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules
189
+ AzureBlobStorageHttpLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig
190
+ SkuDescription = Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription
191
+ HostingEnvironmentDiagnostics = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics
192
+ Address = Azure::Web::Mgmt::V2018_02_01::Models::Address
193
+ DatabaseBackupSetting = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting
194
+ TopLevelDomainAgreementOption = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption
195
+ AppServiceEnvironmentCollection = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection
196
+ ApiDefinitionInfo = Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo
197
+ BackupItemCollection = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection
198
+ MetricAvailability = Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability
199
+ BackupSchedule = Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule
200
+ ProcessThreadInfoCollection = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection
201
+ AddressResponse = Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse
202
+ SnapshotCollection = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection
203
+ ConnStringValueTypePair = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair
204
+ ConnStringInfo = Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo
205
+ WebJobCollection = Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection
206
+ AppServiceCertificateResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource
207
+ AppServiceCertificateOrder = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder
208
+ AppServiceCertificateOrderPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource
209
+ AppServiceCertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource
210
+ CertificateEmail = Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail
211
+ CertificateOrderAction = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction
212
+ ReissueCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest
213
+ RenewCertificateOrderRequest = Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest
214
+ VnetRoute = Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute
215
+ VnetInfo = Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo
216
+ VnetGateway = Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway
217
+ User = Azure::Web::Mgmt::V2018_02_01::Models::User
218
+ Snapshot = Azure::Web::Mgmt::V2018_02_01::Models::Snapshot
219
+ ResourceMetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition
220
+ PushSettings = Azure::Web::Mgmt::V2018_02_01::Models::PushSettings
221
+ Identifier = Azure::Web::Mgmt::V2018_02_01::Models::Identifier
222
+ HybridConnectionKey = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey
223
+ HybridConnection = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection
224
+ DeletedSite = Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite
225
+ Site = Azure::Web::Mgmt::V2018_02_01::Models::Site
226
+ AppServicePlan = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan
227
+ Domain = Azure::Web::Mgmt::V2018_02_01::Models::Domain
228
+ DomainOwnershipIdentifier = Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier
229
+ DomainPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource
230
+ TopLevelDomain = Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain
231
+ Certificate = Azure::Web::Mgmt::V2018_02_01::Models::Certificate
232
+ CertificatePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource
233
+ DetectorDefinition = Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition
234
+ AnalysisDefinition = Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition
235
+ DetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse
236
+ DiagnosticAnalysis = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis
237
+ DiagnosticCategory = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory
238
+ DiagnosticDetectorResponse = Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse
239
+ Recommendation = Azure::Web::Mgmt::V2018_02_01::Models::Recommendation
240
+ RecommendationRule = Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule
241
+ BillingMeter = Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter
242
+ GeoRegion = Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion
243
+ PremierAddOnOffer = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer
244
+ SourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SourceControl
245
+ VnetParameters = Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters
246
+ VnetValidationTestFailure = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure
247
+ VnetValidationFailureDetails = Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails
248
+ AzureStoragePropertyDictionaryResource = Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource
249
+ BackupItem = Azure::Web::Mgmt::V2018_02_01::Models::BackupItem
250
+ BackupRequest = Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest
251
+ ConnectionStringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary
252
+ ContinuousWebJob = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob
253
+ CustomHostnameAnalysisResult = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult
254
+ DeletedAppRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest
255
+ Deployment = Azure::Web::Mgmt::V2018_02_01::Models::Deployment
256
+ FunctionEnvelope = Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope
257
+ FunctionSecrets = Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets
258
+ HostNameBinding = Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding
259
+ MSDeploy = Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy
260
+ MSDeployLog = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog
261
+ MSDeployStatus = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus
262
+ MigrateMySqlRequest = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest
263
+ MigrateMySqlStatus = Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus
264
+ RelayServiceConnectionEntity = Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity
265
+ NetworkFeatures = Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures
266
+ PremierAddOn = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn
267
+ PremierAddOnPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource
268
+ PrivateAccess = Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess
269
+ ProcessThreadInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo
270
+ ProcessModuleInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo
271
+ ProcessInfo = Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo
272
+ PublicCertificate = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate
273
+ RestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest
274
+ SiteAuthSettings = Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings
275
+ SiteConfigResource = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource
276
+ SiteConfigurationSnapshotInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo
277
+ SiteExtensionInfo = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo
278
+ SiteInstance = Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance
279
+ SiteLogsConfig = Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig
280
+ SitePatchResource = Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource
281
+ SitePhpErrorLogFlag = Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag
282
+ SiteSourceControl = Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl
283
+ SlotConfigNamesResource = Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource
284
+ SlotDifference = Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference
285
+ SnapshotRestoreRequest = Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest
286
+ StorageMigrationOptions = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions
287
+ StorageMigrationResponse = Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse
288
+ StringDictionary = Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary
289
+ SwiftVirtualNetwork = Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork
290
+ TriggeredJobRun = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun
291
+ TriggeredJobHistory = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory
292
+ TriggeredWebJob = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob
293
+ WebJob = Azure::Web::Mgmt::V2018_02_01::Models::WebJob
294
+ AppServiceEnvironmentResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource
295
+ AppServiceEnvironmentPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource
296
+ MetricDefinition = Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition
297
+ Usage = Azure::Web::Mgmt::V2018_02_01::Models::Usage
298
+ WorkerPoolResource = Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource
299
+ AppServicePlanPatchResource = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource
300
+ HybridConnectionLimits = Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits
301
+ ResourceHealthMetadata = Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata
302
+ KeyVaultSecretStatus = Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus
303
+ CertificateProductType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType
304
+ ProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState
305
+ CertificateOrderStatus = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus
306
+ CertificateOrderActionType = Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType
307
+ RouteType = Azure::Web::Mgmt::V2018_02_01::Models::RouteType
308
+ ManagedServiceIdentityType = Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType
309
+ IpFilterTag = Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag
310
+ AutoHealActionType = Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType
311
+ ConnectionStringType = Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType
312
+ AzureStorageType = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType
313
+ AzureStorageState = Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState
314
+ ScmType = Azure::Web::Mgmt::V2018_02_01::Models::ScmType
315
+ ManagedPipelineMode = Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode
316
+ SiteLoadBalancing = Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing
317
+ SupportedTlsVersions = Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions
318
+ FtpsState = Azure::Web::Mgmt::V2018_02_01::Models::FtpsState
319
+ SslState = Azure::Web::Mgmt::V2018_02_01::Models::SslState
320
+ HostType = Azure::Web::Mgmt::V2018_02_01::Models::HostType
321
+ UsageState = Azure::Web::Mgmt::V2018_02_01::Models::UsageState
322
+ SiteAvailabilityState = Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState
323
+ StatusOptions = Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions
324
+ DomainStatus = Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus
325
+ AzureResourceType = Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType
326
+ CustomHostNameDnsRecordType = Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType
327
+ HostNameType = Azure::Web::Mgmt::V2018_02_01::Models::HostNameType
328
+ DnsType = Azure::Web::Mgmt::V2018_02_01::Models::DnsType
329
+ DomainType = Azure::Web::Mgmt::V2018_02_01::Models::DomainType
330
+ HostingEnvironmentStatus = Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus
331
+ InternalLoadBalancingMode = Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode
332
+ ComputeModeOptions = Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions
333
+ WorkerSizeOptions = Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions
334
+ AccessControlEntryAction = Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction
335
+ OperationStatus = Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus
336
+ IssueType = Azure::Web::Mgmt::V2018_02_01::Models::IssueType
337
+ SolutionType = Azure::Web::Mgmt::V2018_02_01::Models::SolutionType
338
+ RenderingType = Azure::Web::Mgmt::V2018_02_01::Models::RenderingType
339
+ ResourceScopeType = Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType
340
+ NotificationLevel = Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel
341
+ Channels = Azure::Web::Mgmt::V2018_02_01::Models::Channels
342
+ AppServicePlanRestrictions = Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions
343
+ InAvailabilityReasonType = Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType
344
+ CheckNameResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes
345
+ ValidateResourceTypes = Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes
346
+ LogLevel = Azure::Web::Mgmt::V2018_02_01::Models::LogLevel
347
+ BackupItemStatus = Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus
348
+ DatabaseType = Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType
349
+ FrequencyUnit = Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit
350
+ ContinuousWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus
351
+ WebJobType = Azure::Web::Mgmt::V2018_02_01::Models::WebJobType
352
+ PublishingProfileFormat = Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat
353
+ DnsVerificationTestResult = Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult
354
+ MSDeployLogEntryType = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType
355
+ MSDeployProvisioningState = Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState
356
+ MySqlMigrationType = Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType
357
+ PublicCertificateLocation = Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation
358
+ BackupRestoreOperationType = Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType
359
+ UnauthenticatedClientAction = Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction
360
+ BuiltInAuthenticationProvider = Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider
361
+ CloneAbilityResult = Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult
362
+ SiteExtensionType = Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType
363
+ TriggeredWebJobStatus = Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus
364
+ SkuName = Azure::Web::Mgmt::V2018_02_01::Models::SkuName
365
+ end
366
+
367
+ #
368
+ # WebManagementClass
369
+ #
370
+ class WebManagementClass
371
+ attr_reader :billing_meters, :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
372
+
373
+ def initialize(options = {})
374
+ if options.is_a?(Hash) && options.length == 0
375
+ @options = setup_default_options
376
+ else
377
+ @options = options
378
+ end
379
+
380
+ reset!(options)
381
+
382
+ @configurable = self
383
+ @base_url = options[:base_url].nil? ? nil:options[:base_url]
384
+ @options = options[:options].nil? ? nil:options[:options]
385
+
386
+ @client_0 = Azure::Web::Mgmt::V2016_03_01::WebSiteManagementClient.new(configurable.credentials, base_url, options)
387
+ if(@client_0.respond_to?(:subscription_id))
388
+ @client_0.subscription_id = configurable.subscription_id
389
+ end
390
+ add_telemetry(@client_0)
391
+ @billing_meters = @client_0.billing_meters
392
+
393
+ @client_1 = Azure::Web::Mgmt::V2016_08_01::WebSiteManagementClient.new(configurable.credentials, base_url, options)
394
+ if(@client_1.respond_to?(:subscription_id))
395
+ @client_1.subscription_id = configurable.subscription_id
396
+ end
397
+ add_telemetry(@client_1)
398
+
399
+ @client_2 = Azure::Web::Mgmt::V2016_09_01::WebSiteManagementClient.new(configurable.credentials, base_url, options)
400
+ if(@client_2.respond_to?(:subscription_id))
401
+ @client_2.subscription_id = configurable.subscription_id
402
+ end
403
+ add_telemetry(@client_2)
404
+
405
+ @client_3 = Azure::Web::Mgmt::V2018_02_01::WebSiteManagementClient.new(configurable.credentials, base_url, options)
406
+ if(@client_3.respond_to?(:subscription_id))
407
+ @client_3.subscription_id = configurable.subscription_id
408
+ end
409
+ add_telemetry(@client_3)
410
+ @app_service_certificate_orders = @client_3.app_service_certificate_orders
411
+ @certificate_registration_provider = @client_3.certificate_registration_provider
412
+ @domains = @client_3.domains
413
+ @top_level_domains = @client_3.top_level_domains
414
+ @domain_registration_provider = @client_3.domain_registration_provider
415
+ @certificates = @client_3.certificates
416
+ @deleted_web_apps = @client_3.deleted_web_apps
417
+ @diagnostics = @client_3.diagnostics
418
+ @provider = @client_3.provider
419
+ @recommendations = @client_3.recommendations
420
+ @web_apps = @client_3.web_apps
421
+ @app_service_environments = @client_3.app_service_environments
422
+ @app_service_plans = @client_3.app_service_plans
423
+ @resource_health_metadata_operations = @client_3.resource_health_metadata_operations
424
+
425
+ @model_classes = ModelClasses.new
426
+ end
427
+
428
+ def add_telemetry(client)
429
+ profile_information = 'Profiles/V2019_03_01_Hybrid/Web/Mgmt'
430
+ client.add_user_agent_information(profile_information)
431
+ end
432
+
433
+ def method_missing(method, *args)
434
+ if @client_3.respond_to?method
435
+ @client_3.send(method, *args)
436
+ elsif @client_2.respond_to?method
437
+ @client_2.send(method, *args)
438
+ elsif @client_1.respond_to?method
439
+ @client_1.send(method, *args)
440
+ elsif @client_0.respond_to?method
441
+ @client_0.send(method, *args)
442
+ else
443
+ super
444
+ end
445
+ end
446
+
447
+ end
448
+
449
+ class ModelClasses
450
+ def restore_response
451
+ Azure::Web::Mgmt::V2016_08_01::Models::RestoreResponse
452
+ end
453
+ def snapshot_recovery_target
454
+ Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryTarget
455
+ end
456
+ def snapshot_recovery_request
457
+ Azure::Web::Mgmt::V2016_09_01::Models::SnapshotRecoveryRequest
458
+ end
459
+ def identifier_collection
460
+ Azure::Web::Mgmt::V2018_02_01::Models::IdentifierCollection
461
+ end
462
+ def operation
463
+ Azure::Web::Mgmt::V2018_02_01::Models::Operation
464
+ end
465
+ def top_level_domain_collection
466
+ Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainCollection
467
+ end
468
+ def deployment_collection
469
+ Azure::Web::Mgmt::V2018_02_01::Models::DeploymentCollection
470
+ end
471
+ def certificate_details
472
+ Azure::Web::Mgmt::V2018_02_01::Models::CertificateDetails
473
+ end
474
+ def certificate_collection
475
+ Azure::Web::Mgmt::V2018_02_01::Models::CertificateCollection
476
+ end
477
+ def app_service_certificate_order_collection
478
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderCollection
479
+ end
480
+ def snapshot_recovery_source
481
+ Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRecoverySource
482
+ end
483
+ def process_info_collection
484
+ Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfoCollection
485
+ end
486
+ def virtual_network_profile
487
+ Azure::Web::Mgmt::V2018_02_01::Models::VirtualNetworkProfile
488
+ end
489
+ def perf_mon_response
490
+ Azure::Web::Mgmt::V2018_02_01::Models::PerfMonResponse
491
+ end
492
+ def worker_pool
493
+ Azure::Web::Mgmt::V2018_02_01::Models::WorkerPool
494
+ end
495
+ def perf_mon_sample
496
+ Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSample
497
+ end
498
+ def virtual_ipmapping
499
+ Azure::Web::Mgmt::V2018_02_01::Models::VirtualIPMapping
500
+ end
501
+ def site_seal_request
502
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteSealRequest
503
+ end
504
+ def stamp_capacity
505
+ Azure::Web::Mgmt::V2018_02_01::Models::StampCapacity
506
+ end
507
+ def process_module_info_collection
508
+ Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfoCollection
509
+ end
510
+ def network_access_control_entry
511
+ Azure::Web::Mgmt::V2018_02_01::Models::NetworkAccessControlEntry
512
+ end
513
+ def public_certificate_collection
514
+ Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateCollection
515
+ end
516
+ def app_service_environment
517
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironment
518
+ end
519
+ def resource_metric_availability
520
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricAvailability
521
+ end
522
+ def app_service_plan_collection
523
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanCollection
524
+ end
525
+ def site_config_resource_collection
526
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResourceCollection
527
+ end
528
+ def localizable_string
529
+ Azure::Web::Mgmt::V2018_02_01::Models::LocalizableString
530
+ end
531
+ def site_configuration_snapshot_info_collection
532
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfoCollection
533
+ end
534
+ def csm_usage_quota
535
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuota
536
+ end
537
+ def host_name_binding_collection
538
+ Azure::Web::Mgmt::V2018_02_01::Models::HostNameBindingCollection
539
+ end
540
+ def csm_usage_quota_collection
541
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmUsageQuotaCollection
542
+ end
543
+ def managed_service_identity
544
+ Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentity
545
+ end
546
+ def error_entity
547
+ Azure::Web::Mgmt::V2018_02_01::Models::ErrorEntity
548
+ end
549
+ def cloning_info
550
+ Azure::Web::Mgmt::V2018_02_01::Models::CloningInfo
551
+ end
552
+ def app_service_certificate
553
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificate
554
+ end
555
+ def ip_security_restriction
556
+ Azure::Web::Mgmt::V2018_02_01::Models::IpSecurityRestriction
557
+ end
558
+ def triggered_job_history_collection
559
+ Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistoryCollection
560
+ end
561
+ def cors_settings
562
+ Azure::Web::Mgmt::V2018_02_01::Models::CorsSettings
563
+ end
564
+ def resource_metric_name
565
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricName
566
+ end
567
+ def auto_heal_actions
568
+ Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActions
569
+ end
570
+ def resource_metric_property
571
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricProperty
572
+ end
573
+ def status_codes_based_trigger
574
+ Azure::Web::Mgmt::V2018_02_01::Models::StatusCodesBasedTrigger
575
+ end
576
+ def resource_metric_value
577
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricValue
578
+ end
579
+ def auto_heal_triggers
580
+ Azure::Web::Mgmt::V2018_02_01::Models::AutoHealTriggers
581
+ end
582
+ def resource_metric
583
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetric
584
+ end
585
+ def site_limits
586
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteLimits
587
+ end
588
+ def resource_metric_collection
589
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricCollection
590
+ end
591
+ def experiments
592
+ Azure::Web::Mgmt::V2018_02_01::Models::Experiments
593
+ end
594
+ def resource_metric_definition_collection
595
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinitionCollection
596
+ end
597
+ def virtual_application
598
+ Azure::Web::Mgmt::V2018_02_01::Models::VirtualApplication
599
+ end
600
+ def web_app_collection
601
+ Azure::Web::Mgmt::V2018_02_01::Models::WebAppCollection
602
+ end
603
+ def site_machine_key
604
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteMachineKey
605
+ end
606
+ def deleted_web_app_collection
607
+ Azure::Web::Mgmt::V2018_02_01::Models::DeletedWebAppCollection
608
+ end
609
+ def azure_storage_info_value
610
+ Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageInfoValue
611
+ end
612
+ def solution
613
+ Azure::Web::Mgmt::V2018_02_01::Models::Solution
614
+ end
615
+ def site_config
616
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteConfig
617
+ end
618
+ def detector_abnormal_time_period
619
+ Azure::Web::Mgmt::V2018_02_01::Models::DetectorAbnormalTimePeriod
620
+ end
621
+ def site_extension_info_collection
622
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfoCollection
623
+ end
624
+ def abnormal_time_period
625
+ Azure::Web::Mgmt::V2018_02_01::Models::AbnormalTimePeriod
626
+ end
627
+ def sku_capacity
628
+ Azure::Web::Mgmt::V2018_02_01::Models::SkuCapacity
629
+ end
630
+ def triggered_web_job_collection
631
+ Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobCollection
632
+ end
633
+ def slot_difference_collection
634
+ Azure::Web::Mgmt::V2018_02_01::Models::SlotDifferenceCollection
635
+ end
636
+ def diagnostic_metric_sample
637
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSample
638
+ end
639
+ def default_error_response_error_details_item
640
+ Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseErrorDetailsItem
641
+ end
642
+ def diagnostic_metric_set
643
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticMetricSet
644
+ end
645
+ def default_error_response
646
+ Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponse
647
+ end
648
+ def data_source
649
+ Azure::Web::Mgmt::V2018_02_01::Models::DataSource
650
+ end
651
+ def log_specification
652
+ Azure::Web::Mgmt::V2018_02_01::Models::LogSpecification
653
+ end
654
+ def response_meta_data
655
+ Azure::Web::Mgmt::V2018_02_01::Models::ResponseMetaData
656
+ end
657
+ def dimension
658
+ Azure::Web::Mgmt::V2018_02_01::Models::Dimension
659
+ end
660
+ def analysis_data
661
+ Azure::Web::Mgmt::V2018_02_01::Models::AnalysisData
662
+ end
663
+ def service_specification
664
+ Azure::Web::Mgmt::V2018_02_01::Models::ServiceSpecification
665
+ end
666
+ def csm_slot_entity
667
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmSlotEntity
668
+ end
669
+ def csm_operation_display
670
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDisplay
671
+ end
672
+ def data_table_response_column
673
+ Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseColumn
674
+ end
675
+ def csm_operation_collection
676
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationCollection
677
+ end
678
+ def data_table_response_object
679
+ Azure::Web::Mgmt::V2018_02_01::Models::DataTableResponseObject
680
+ end
681
+ def contact
682
+ Azure::Web::Mgmt::V2018_02_01::Models::Contact
683
+ end
684
+ def detector_info
685
+ Azure::Web::Mgmt::V2018_02_01::Models::DetectorInfo
686
+ end
687
+ def domain_purchase_consent
688
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainPurchaseConsent
689
+ end
690
+ def rendering
691
+ Azure::Web::Mgmt::V2018_02_01::Models::Rendering
692
+ end
693
+ def domain_availablility_check_result
694
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainAvailablilityCheckResult
695
+ end
696
+ def diagnostic_data
697
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticData
698
+ end
699
+ def domain_control_center_sso_request
700
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainControlCenterSsoRequest
701
+ end
702
+ def csm_publishing_profile_options
703
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmPublishingProfileOptions
704
+ end
705
+ def domain_ownership_identifier_collection
706
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifierCollection
707
+ end
708
+ def detector_response_collection
709
+ Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponseCollection
710
+ end
711
+ def domain_recommendation_search_parameters
712
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainRecommendationSearchParameters
713
+ end
714
+ def continuous_web_job_collection
715
+ Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobCollection
716
+ end
717
+ def tld_legal_agreement
718
+ Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreement
719
+ end
720
+ def diagnostic_analysis_collection
721
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysisCollection
722
+ end
723
+ def enabled_config
724
+ Azure::Web::Mgmt::V2018_02_01::Models::EnabledConfig
725
+ end
726
+ def web_app_instance_collection
727
+ Azure::Web::Mgmt::V2018_02_01::Models::WebAppInstanceCollection
728
+ end
729
+ def app_service_certificate_collection
730
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateCollection
731
+ end
732
+ def diagnostic_category_collection
733
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategoryCollection
734
+ end
735
+ def private_access_virtual_network
736
+ Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessVirtualNetwork
737
+ end
738
+ def diagnostic_detector_collection
739
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorCollection
740
+ end
741
+ def perf_mon_set
742
+ Azure::Web::Mgmt::V2018_02_01::Models::PerfMonSet
743
+ end
744
+ def network_trace
745
+ Azure::Web::Mgmt::V2018_02_01::Models::NetworkTrace
746
+ end
747
+ def stack_minor_version
748
+ Azure::Web::Mgmt::V2018_02_01::Models::StackMinorVersion
749
+ end
750
+ def site_cloneability_criterion
751
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneabilityCriterion
752
+ end
753
+ def stack_major_version
754
+ Azure::Web::Mgmt::V2018_02_01::Models::StackMajorVersion
755
+ end
756
+ def msdeploy_log_entry
757
+ Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntry
758
+ end
759
+ def application_stack
760
+ Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStack
761
+ end
762
+ def proxy_only_resource
763
+ Azure::Web::Mgmt::V2018_02_01::Models::ProxyOnlyResource
764
+ end
765
+ def application_stack_collection
766
+ Azure::Web::Mgmt::V2018_02_01::Models::ApplicationStackCollection
767
+ end
768
+ def hosting_environment_profile
769
+ Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentProfile
770
+ end
771
+ def resource_health_metadata_collection
772
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadataCollection
773
+ end
774
+ def auto_heal_custom_action
775
+ Azure::Web::Mgmt::V2018_02_01::Models::AutoHealCustomAction
776
+ end
777
+ def recommendation_collection
778
+ Azure::Web::Mgmt::V2018_02_01::Models::RecommendationCollection
779
+ end
780
+ def requests_based_trigger
781
+ Azure::Web::Mgmt::V2018_02_01::Models::RequestsBasedTrigger
782
+ end
783
+ def resource_collection
784
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceCollection
785
+ end
786
+ def ramp_up_rule
787
+ Azure::Web::Mgmt::V2018_02_01::Models::RampUpRule
788
+ end
789
+ def hybrid_connection_collection
790
+ Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionCollection
791
+ end
792
+ def handler_mapping
793
+ Azure::Web::Mgmt::V2018_02_01::Models::HandlerMapping
794
+ end
795
+ def billing_meter_collection
796
+ Azure::Web::Mgmt::V2018_02_01::Models::BillingMeterCollection
797
+ end
798
+ def name_value_pair
799
+ Azure::Web::Mgmt::V2018_02_01::Models::NameValuePair
800
+ end
801
+ def csm_move_resource_envelope
802
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmMoveResourceEnvelope
803
+ end
804
+ def capability
805
+ Azure::Web::Mgmt::V2018_02_01::Models::Capability
806
+ end
807
+ def worker_pool_collection
808
+ Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolCollection
809
+ end
810
+ def resource
811
+ Azure::Web::Mgmt::V2018_02_01::Models::Resource
812
+ end
813
+ def hosting_environment_deployment_info
814
+ Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDeploymentInfo
815
+ end
816
+ def name_identifier
817
+ Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifier
818
+ end
819
+ def deployment_locations
820
+ Azure::Web::Mgmt::V2018_02_01::Models::DeploymentLocations
821
+ end
822
+ def metric_specification
823
+ Azure::Web::Mgmt::V2018_02_01::Models::MetricSpecification
824
+ end
825
+ def geo_region_collection
826
+ Azure::Web::Mgmt::V2018_02_01::Models::GeoRegionCollection
827
+ end
828
+ def csm_operation_description
829
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescription
830
+ end
831
+ def global_csm_sku_description
832
+ Azure::Web::Mgmt::V2018_02_01::Models::GlobalCsmSkuDescription
833
+ end
834
+ def host_name
835
+ Azure::Web::Mgmt::V2018_02_01::Models::HostName
836
+ end
837
+ def usage_collection
838
+ Azure::Web::Mgmt::V2018_02_01::Models::UsageCollection
839
+ end
840
+ def domain_collection
841
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainCollection
842
+ end
843
+ def premier_add_on_offer_collection
844
+ Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOfferCollection
845
+ end
846
+ def file_system_http_logs_config
847
+ Azure::Web::Mgmt::V2018_02_01::Models::FileSystemHttpLogsConfig
848
+ end
849
+ def resource_name_availability
850
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailability
851
+ end
852
+ def tld_legal_agreement_collection
853
+ Azure::Web::Mgmt::V2018_02_01::Models::TldLegalAgreementCollection
854
+ end
855
+ def resource_name_availability_request
856
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceNameAvailabilityRequest
857
+ end
858
+ def private_access_subnet
859
+ Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccessSubnet
860
+ end
861
+ def sku_infos
862
+ Azure::Web::Mgmt::V2018_02_01::Models::SkuInfos
863
+ end
864
+ def site_seal
865
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteSeal
866
+ end
867
+ def stamp_capacity_collection
868
+ Azure::Web::Mgmt::V2018_02_01::Models::StampCapacityCollection
869
+ end
870
+ def site_cloneability
871
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteCloneability
872
+ end
873
+ def source_control_collection
874
+ Azure::Web::Mgmt::V2018_02_01::Models::SourceControlCollection
875
+ end
876
+ def slot_swap_status
877
+ Azure::Web::Mgmt::V2018_02_01::Models::SlotSwapStatus
878
+ end
879
+ def validate_request
880
+ Azure::Web::Mgmt::V2018_02_01::Models::ValidateRequest
881
+ end
882
+ def slow_requests_based_trigger
883
+ Azure::Web::Mgmt::V2018_02_01::Models::SlowRequestsBasedTrigger
884
+ end
885
+ def validate_response_error
886
+ Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponseError
887
+ end
888
+ def virtual_directory
889
+ Azure::Web::Mgmt::V2018_02_01::Models::VirtualDirectory
890
+ end
891
+ def validate_response
892
+ Azure::Web::Mgmt::V2018_02_01::Models::ValidateResponse
893
+ end
894
+ def host_name_ssl_state
895
+ Azure::Web::Mgmt::V2018_02_01::Models::HostNameSslState
896
+ end
897
+ def sku_info_collection
898
+ Azure::Web::Mgmt::V2018_02_01::Models::SkuInfoCollection
899
+ end
900
+ def default_error_response_error
901
+ Azure::Web::Mgmt::V2018_02_01::Models::DefaultErrorResponseError
902
+ end
903
+ def sku_info
904
+ Azure::Web::Mgmt::V2018_02_01::Models::SkuInfo
905
+ end
906
+ def csm_operation_description_properties
907
+ Azure::Web::Mgmt::V2018_02_01::Models::CsmOperationDescriptionProperties
908
+ end
909
+ def metric_availabilily
910
+ Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailabilily
911
+ end
912
+ def function_envelope_collection
913
+ Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelopeCollection
914
+ end
915
+ def file_system_application_logs_config
916
+ Azure::Web::Mgmt::V2018_02_01::Models::FileSystemApplicationLogsConfig
917
+ end
918
+ def name_identifier_collection
919
+ Azure::Web::Mgmt::V2018_02_01::Models::NameIdentifierCollection
920
+ end
921
+ def azure_table_storage_application_logs_config
922
+ Azure::Web::Mgmt::V2018_02_01::Models::AzureTableStorageApplicationLogsConfig
923
+ end
924
+ def perf_mon_counter_collection
925
+ Azure::Web::Mgmt::V2018_02_01::Models::PerfMonCounterCollection
926
+ end
927
+ def azure_blob_storage_application_logs_config
928
+ Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageApplicationLogsConfig
929
+ end
930
+ def http_logs_config
931
+ Azure::Web::Mgmt::V2018_02_01::Models::HttpLogsConfig
932
+ end
933
+ def application_logs_config
934
+ Azure::Web::Mgmt::V2018_02_01::Models::ApplicationLogsConfig
935
+ end
936
+ def auto_heal_rules
937
+ Azure::Web::Mgmt::V2018_02_01::Models::AutoHealRules
938
+ end
939
+ def azure_blob_storage_http_logs_config
940
+ Azure::Web::Mgmt::V2018_02_01::Models::AzureBlobStorageHttpLogsConfig
941
+ end
942
+ def sku_description
943
+ Azure::Web::Mgmt::V2018_02_01::Models::SkuDescription
944
+ end
945
+ def hosting_environment_diagnostics
946
+ Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentDiagnostics
947
+ end
948
+ def address
949
+ Azure::Web::Mgmt::V2018_02_01::Models::Address
950
+ end
951
+ def database_backup_setting
952
+ Azure::Web::Mgmt::V2018_02_01::Models::DatabaseBackupSetting
953
+ end
954
+ def top_level_domain_agreement_option
955
+ Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomainAgreementOption
956
+ end
957
+ def app_service_environment_collection
958
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentCollection
959
+ end
960
+ def api_definition_info
961
+ Azure::Web::Mgmt::V2018_02_01::Models::ApiDefinitionInfo
962
+ end
963
+ def backup_item_collection
964
+ Azure::Web::Mgmt::V2018_02_01::Models::BackupItemCollection
965
+ end
966
+ def metric_availability
967
+ Azure::Web::Mgmt::V2018_02_01::Models::MetricAvailability
968
+ end
969
+ def backup_schedule
970
+ Azure::Web::Mgmt::V2018_02_01::Models::BackupSchedule
971
+ end
972
+ def process_thread_info_collection
973
+ Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfoCollection
974
+ end
975
+ def address_response
976
+ Azure::Web::Mgmt::V2018_02_01::Models::AddressResponse
977
+ end
978
+ def snapshot_collection
979
+ Azure::Web::Mgmt::V2018_02_01::Models::SnapshotCollection
980
+ end
981
+ def conn_string_value_type_pair
982
+ Azure::Web::Mgmt::V2018_02_01::Models::ConnStringValueTypePair
983
+ end
984
+ def conn_string_info
985
+ Azure::Web::Mgmt::V2018_02_01::Models::ConnStringInfo
986
+ end
987
+ def web_job_collection
988
+ Azure::Web::Mgmt::V2018_02_01::Models::WebJobCollection
989
+ end
990
+ def app_service_certificate_resource
991
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateResource
992
+ end
993
+ def app_service_certificate_order
994
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrder
995
+ end
996
+ def app_service_certificate_order_patch_resource
997
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificateOrderPatchResource
998
+ end
999
+ def app_service_certificate_patch_resource
1000
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceCertificatePatchResource
1001
+ end
1002
+ def certificate_email
1003
+ Azure::Web::Mgmt::V2018_02_01::Models::CertificateEmail
1004
+ end
1005
+ def certificate_order_action
1006
+ Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderAction
1007
+ end
1008
+ def reissue_certificate_order_request
1009
+ Azure::Web::Mgmt::V2018_02_01::Models::ReissueCertificateOrderRequest
1010
+ end
1011
+ def renew_certificate_order_request
1012
+ Azure::Web::Mgmt::V2018_02_01::Models::RenewCertificateOrderRequest
1013
+ end
1014
+ def vnet_route
1015
+ Azure::Web::Mgmt::V2018_02_01::Models::VnetRoute
1016
+ end
1017
+ def vnet_info
1018
+ Azure::Web::Mgmt::V2018_02_01::Models::VnetInfo
1019
+ end
1020
+ def vnet_gateway
1021
+ Azure::Web::Mgmt::V2018_02_01::Models::VnetGateway
1022
+ end
1023
+ def user
1024
+ Azure::Web::Mgmt::V2018_02_01::Models::User
1025
+ end
1026
+ def snapshot
1027
+ Azure::Web::Mgmt::V2018_02_01::Models::Snapshot
1028
+ end
1029
+ def resource_metric_definition
1030
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceMetricDefinition
1031
+ end
1032
+ def push_settings
1033
+ Azure::Web::Mgmt::V2018_02_01::Models::PushSettings
1034
+ end
1035
+ def identifier
1036
+ Azure::Web::Mgmt::V2018_02_01::Models::Identifier
1037
+ end
1038
+ def hybrid_connection_key
1039
+ Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionKey
1040
+ end
1041
+ def hybrid_connection
1042
+ Azure::Web::Mgmt::V2018_02_01::Models::HybridConnection
1043
+ end
1044
+ def deleted_site
1045
+ Azure::Web::Mgmt::V2018_02_01::Models::DeletedSite
1046
+ end
1047
+ def site
1048
+ Azure::Web::Mgmt::V2018_02_01::Models::Site
1049
+ end
1050
+ def app_service_plan
1051
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlan
1052
+ end
1053
+ def domain
1054
+ Azure::Web::Mgmt::V2018_02_01::Models::Domain
1055
+ end
1056
+ def domain_ownership_identifier
1057
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainOwnershipIdentifier
1058
+ end
1059
+ def domain_patch_resource
1060
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainPatchResource
1061
+ end
1062
+ def top_level_domain
1063
+ Azure::Web::Mgmt::V2018_02_01::Models::TopLevelDomain
1064
+ end
1065
+ def certificate
1066
+ Azure::Web::Mgmt::V2018_02_01::Models::Certificate
1067
+ end
1068
+ def certificate_patch_resource
1069
+ Azure::Web::Mgmt::V2018_02_01::Models::CertificatePatchResource
1070
+ end
1071
+ def detector_definition
1072
+ Azure::Web::Mgmt::V2018_02_01::Models::DetectorDefinition
1073
+ end
1074
+ def analysis_definition
1075
+ Azure::Web::Mgmt::V2018_02_01::Models::AnalysisDefinition
1076
+ end
1077
+ def detector_response
1078
+ Azure::Web::Mgmt::V2018_02_01::Models::DetectorResponse
1079
+ end
1080
+ def diagnostic_analysis
1081
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticAnalysis
1082
+ end
1083
+ def diagnostic_category
1084
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticCategory
1085
+ end
1086
+ def diagnostic_detector_response
1087
+ Azure::Web::Mgmt::V2018_02_01::Models::DiagnosticDetectorResponse
1088
+ end
1089
+ def recommendation
1090
+ Azure::Web::Mgmt::V2018_02_01::Models::Recommendation
1091
+ end
1092
+ def recommendation_rule
1093
+ Azure::Web::Mgmt::V2018_02_01::Models::RecommendationRule
1094
+ end
1095
+ def billing_meter
1096
+ Azure::Web::Mgmt::V2018_02_01::Models::BillingMeter
1097
+ end
1098
+ def geo_region
1099
+ Azure::Web::Mgmt::V2018_02_01::Models::GeoRegion
1100
+ end
1101
+ def premier_add_on_offer
1102
+ Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnOffer
1103
+ end
1104
+ def source_control
1105
+ Azure::Web::Mgmt::V2018_02_01::Models::SourceControl
1106
+ end
1107
+ def vnet_parameters
1108
+ Azure::Web::Mgmt::V2018_02_01::Models::VnetParameters
1109
+ end
1110
+ def vnet_validation_test_failure
1111
+ Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationTestFailure
1112
+ end
1113
+ def vnet_validation_failure_details
1114
+ Azure::Web::Mgmt::V2018_02_01::Models::VnetValidationFailureDetails
1115
+ end
1116
+ def azure_storage_property_dictionary_resource
1117
+ Azure::Web::Mgmt::V2018_02_01::Models::AzureStoragePropertyDictionaryResource
1118
+ end
1119
+ def backup_item
1120
+ Azure::Web::Mgmt::V2018_02_01::Models::BackupItem
1121
+ end
1122
+ def backup_request
1123
+ Azure::Web::Mgmt::V2018_02_01::Models::BackupRequest
1124
+ end
1125
+ def connection_string_dictionary
1126
+ Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringDictionary
1127
+ end
1128
+ def continuous_web_job
1129
+ Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJob
1130
+ end
1131
+ def custom_hostname_analysis_result
1132
+ Azure::Web::Mgmt::V2018_02_01::Models::CustomHostnameAnalysisResult
1133
+ end
1134
+ def deleted_app_restore_request
1135
+ Azure::Web::Mgmt::V2018_02_01::Models::DeletedAppRestoreRequest
1136
+ end
1137
+ def deployment
1138
+ Azure::Web::Mgmt::V2018_02_01::Models::Deployment
1139
+ end
1140
+ def function_envelope
1141
+ Azure::Web::Mgmt::V2018_02_01::Models::FunctionEnvelope
1142
+ end
1143
+ def function_secrets
1144
+ Azure::Web::Mgmt::V2018_02_01::Models::FunctionSecrets
1145
+ end
1146
+ def host_name_binding
1147
+ Azure::Web::Mgmt::V2018_02_01::Models::HostNameBinding
1148
+ end
1149
+ def msdeploy
1150
+ Azure::Web::Mgmt::V2018_02_01::Models::MSDeploy
1151
+ end
1152
+ def msdeploy_log
1153
+ Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLog
1154
+ end
1155
+ def msdeploy_status
1156
+ Azure::Web::Mgmt::V2018_02_01::Models::MSDeployStatus
1157
+ end
1158
+ def migrate_my_sql_request
1159
+ Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlRequest
1160
+ end
1161
+ def migrate_my_sql_status
1162
+ Azure::Web::Mgmt::V2018_02_01::Models::MigrateMySqlStatus
1163
+ end
1164
+ def relay_service_connection_entity
1165
+ Azure::Web::Mgmt::V2018_02_01::Models::RelayServiceConnectionEntity
1166
+ end
1167
+ def network_features
1168
+ Azure::Web::Mgmt::V2018_02_01::Models::NetworkFeatures
1169
+ end
1170
+ def premier_add_on
1171
+ Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOn
1172
+ end
1173
+ def premier_add_on_patch_resource
1174
+ Azure::Web::Mgmt::V2018_02_01::Models::PremierAddOnPatchResource
1175
+ end
1176
+ def private_access
1177
+ Azure::Web::Mgmt::V2018_02_01::Models::PrivateAccess
1178
+ end
1179
+ def process_thread_info
1180
+ Azure::Web::Mgmt::V2018_02_01::Models::ProcessThreadInfo
1181
+ end
1182
+ def process_module_info
1183
+ Azure::Web::Mgmt::V2018_02_01::Models::ProcessModuleInfo
1184
+ end
1185
+ def process_info
1186
+ Azure::Web::Mgmt::V2018_02_01::Models::ProcessInfo
1187
+ end
1188
+ def public_certificate
1189
+ Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificate
1190
+ end
1191
+ def restore_request
1192
+ Azure::Web::Mgmt::V2018_02_01::Models::RestoreRequest
1193
+ end
1194
+ def site_auth_settings
1195
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteAuthSettings
1196
+ end
1197
+ def site_config_resource
1198
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigResource
1199
+ end
1200
+ def site_configuration_snapshot_info
1201
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteConfigurationSnapshotInfo
1202
+ end
1203
+ def site_extension_info
1204
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionInfo
1205
+ end
1206
+ def site_instance
1207
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteInstance
1208
+ end
1209
+ def site_logs_config
1210
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteLogsConfig
1211
+ end
1212
+ def site_patch_resource
1213
+ Azure::Web::Mgmt::V2018_02_01::Models::SitePatchResource
1214
+ end
1215
+ def site_php_error_log_flag
1216
+ Azure::Web::Mgmt::V2018_02_01::Models::SitePhpErrorLogFlag
1217
+ end
1218
+ def site_source_control
1219
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteSourceControl
1220
+ end
1221
+ def slot_config_names_resource
1222
+ Azure::Web::Mgmt::V2018_02_01::Models::SlotConfigNamesResource
1223
+ end
1224
+ def slot_difference
1225
+ Azure::Web::Mgmt::V2018_02_01::Models::SlotDifference
1226
+ end
1227
+ def snapshot_restore_request
1228
+ Azure::Web::Mgmt::V2018_02_01::Models::SnapshotRestoreRequest
1229
+ end
1230
+ def storage_migration_options
1231
+ Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationOptions
1232
+ end
1233
+ def storage_migration_response
1234
+ Azure::Web::Mgmt::V2018_02_01::Models::StorageMigrationResponse
1235
+ end
1236
+ def string_dictionary
1237
+ Azure::Web::Mgmt::V2018_02_01::Models::StringDictionary
1238
+ end
1239
+ def swift_virtual_network
1240
+ Azure::Web::Mgmt::V2018_02_01::Models::SwiftVirtualNetwork
1241
+ end
1242
+ def triggered_job_run
1243
+ Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobRun
1244
+ end
1245
+ def triggered_job_history
1246
+ Azure::Web::Mgmt::V2018_02_01::Models::TriggeredJobHistory
1247
+ end
1248
+ def triggered_web_job
1249
+ Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJob
1250
+ end
1251
+ def web_job
1252
+ Azure::Web::Mgmt::V2018_02_01::Models::WebJob
1253
+ end
1254
+ def app_service_environment_resource
1255
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentResource
1256
+ end
1257
+ def app_service_environment_patch_resource
1258
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServiceEnvironmentPatchResource
1259
+ end
1260
+ def metric_definition
1261
+ Azure::Web::Mgmt::V2018_02_01::Models::MetricDefinition
1262
+ end
1263
+ def usage
1264
+ Azure::Web::Mgmt::V2018_02_01::Models::Usage
1265
+ end
1266
+ def worker_pool_resource
1267
+ Azure::Web::Mgmt::V2018_02_01::Models::WorkerPoolResource
1268
+ end
1269
+ def app_service_plan_patch_resource
1270
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanPatchResource
1271
+ end
1272
+ def hybrid_connection_limits
1273
+ Azure::Web::Mgmt::V2018_02_01::Models::HybridConnectionLimits
1274
+ end
1275
+ def resource_health_metadata
1276
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceHealthMetadata
1277
+ end
1278
+ def key_vault_secret_status
1279
+ Azure::Web::Mgmt::V2018_02_01::Models::KeyVaultSecretStatus
1280
+ end
1281
+ def certificate_product_type
1282
+ Azure::Web::Mgmt::V2018_02_01::Models::CertificateProductType
1283
+ end
1284
+ def provisioning_state
1285
+ Azure::Web::Mgmt::V2018_02_01::Models::ProvisioningState
1286
+ end
1287
+ def certificate_order_status
1288
+ Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderStatus
1289
+ end
1290
+ def certificate_order_action_type
1291
+ Azure::Web::Mgmt::V2018_02_01::Models::CertificateOrderActionType
1292
+ end
1293
+ def route_type
1294
+ Azure::Web::Mgmt::V2018_02_01::Models::RouteType
1295
+ end
1296
+ def managed_service_identity_type
1297
+ Azure::Web::Mgmt::V2018_02_01::Models::ManagedServiceIdentityType
1298
+ end
1299
+ def ip_filter_tag
1300
+ Azure::Web::Mgmt::V2018_02_01::Models::IpFilterTag
1301
+ end
1302
+ def auto_heal_action_type
1303
+ Azure::Web::Mgmt::V2018_02_01::Models::AutoHealActionType
1304
+ end
1305
+ def connection_string_type
1306
+ Azure::Web::Mgmt::V2018_02_01::Models::ConnectionStringType
1307
+ end
1308
+ def azure_storage_type
1309
+ Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageType
1310
+ end
1311
+ def azure_storage_state
1312
+ Azure::Web::Mgmt::V2018_02_01::Models::AzureStorageState
1313
+ end
1314
+ def scm_type
1315
+ Azure::Web::Mgmt::V2018_02_01::Models::ScmType
1316
+ end
1317
+ def managed_pipeline_mode
1318
+ Azure::Web::Mgmt::V2018_02_01::Models::ManagedPipelineMode
1319
+ end
1320
+ def site_load_balancing
1321
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteLoadBalancing
1322
+ end
1323
+ def supported_tls_versions
1324
+ Azure::Web::Mgmt::V2018_02_01::Models::SupportedTlsVersions
1325
+ end
1326
+ def ftps_state
1327
+ Azure::Web::Mgmt::V2018_02_01::Models::FtpsState
1328
+ end
1329
+ def ssl_state
1330
+ Azure::Web::Mgmt::V2018_02_01::Models::SslState
1331
+ end
1332
+ def host_type
1333
+ Azure::Web::Mgmt::V2018_02_01::Models::HostType
1334
+ end
1335
+ def usage_state
1336
+ Azure::Web::Mgmt::V2018_02_01::Models::UsageState
1337
+ end
1338
+ def site_availability_state
1339
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteAvailabilityState
1340
+ end
1341
+ def status_options
1342
+ Azure::Web::Mgmt::V2018_02_01::Models::StatusOptions
1343
+ end
1344
+ def domain_status
1345
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainStatus
1346
+ end
1347
+ def azure_resource_type
1348
+ Azure::Web::Mgmt::V2018_02_01::Models::AzureResourceType
1349
+ end
1350
+ def custom_host_name_dns_record_type
1351
+ Azure::Web::Mgmt::V2018_02_01::Models::CustomHostNameDnsRecordType
1352
+ end
1353
+ def host_name_type
1354
+ Azure::Web::Mgmt::V2018_02_01::Models::HostNameType
1355
+ end
1356
+ def dns_type
1357
+ Azure::Web::Mgmt::V2018_02_01::Models::DnsType
1358
+ end
1359
+ def domain_type
1360
+ Azure::Web::Mgmt::V2018_02_01::Models::DomainType
1361
+ end
1362
+ def hosting_environment_status
1363
+ Azure::Web::Mgmt::V2018_02_01::Models::HostingEnvironmentStatus
1364
+ end
1365
+ def internal_load_balancing_mode
1366
+ Azure::Web::Mgmt::V2018_02_01::Models::InternalLoadBalancingMode
1367
+ end
1368
+ def compute_mode_options
1369
+ Azure::Web::Mgmt::V2018_02_01::Models::ComputeModeOptions
1370
+ end
1371
+ def worker_size_options
1372
+ Azure::Web::Mgmt::V2018_02_01::Models::WorkerSizeOptions
1373
+ end
1374
+ def access_control_entry_action
1375
+ Azure::Web::Mgmt::V2018_02_01::Models::AccessControlEntryAction
1376
+ end
1377
+ def operation_status
1378
+ Azure::Web::Mgmt::V2018_02_01::Models::OperationStatus
1379
+ end
1380
+ def issue_type
1381
+ Azure::Web::Mgmt::V2018_02_01::Models::IssueType
1382
+ end
1383
+ def solution_type
1384
+ Azure::Web::Mgmt::V2018_02_01::Models::SolutionType
1385
+ end
1386
+ def rendering_type
1387
+ Azure::Web::Mgmt::V2018_02_01::Models::RenderingType
1388
+ end
1389
+ def resource_scope_type
1390
+ Azure::Web::Mgmt::V2018_02_01::Models::ResourceScopeType
1391
+ end
1392
+ def notification_level
1393
+ Azure::Web::Mgmt::V2018_02_01::Models::NotificationLevel
1394
+ end
1395
+ def channels
1396
+ Azure::Web::Mgmt::V2018_02_01::Models::Channels
1397
+ end
1398
+ def app_service_plan_restrictions
1399
+ Azure::Web::Mgmt::V2018_02_01::Models::AppServicePlanRestrictions
1400
+ end
1401
+ def in_availability_reason_type
1402
+ Azure::Web::Mgmt::V2018_02_01::Models::InAvailabilityReasonType
1403
+ end
1404
+ def check_name_resource_types
1405
+ Azure::Web::Mgmt::V2018_02_01::Models::CheckNameResourceTypes
1406
+ end
1407
+ def validate_resource_types
1408
+ Azure::Web::Mgmt::V2018_02_01::Models::ValidateResourceTypes
1409
+ end
1410
+ def log_level
1411
+ Azure::Web::Mgmt::V2018_02_01::Models::LogLevel
1412
+ end
1413
+ def backup_item_status
1414
+ Azure::Web::Mgmt::V2018_02_01::Models::BackupItemStatus
1415
+ end
1416
+ def database_type
1417
+ Azure::Web::Mgmt::V2018_02_01::Models::DatabaseType
1418
+ end
1419
+ def frequency_unit
1420
+ Azure::Web::Mgmt::V2018_02_01::Models::FrequencyUnit
1421
+ end
1422
+ def continuous_web_job_status
1423
+ Azure::Web::Mgmt::V2018_02_01::Models::ContinuousWebJobStatus
1424
+ end
1425
+ def web_job_type
1426
+ Azure::Web::Mgmt::V2018_02_01::Models::WebJobType
1427
+ end
1428
+ def publishing_profile_format
1429
+ Azure::Web::Mgmt::V2018_02_01::Models::PublishingProfileFormat
1430
+ end
1431
+ def dns_verification_test_result
1432
+ Azure::Web::Mgmt::V2018_02_01::Models::DnsVerificationTestResult
1433
+ end
1434
+ def msdeploy_log_entry_type
1435
+ Azure::Web::Mgmt::V2018_02_01::Models::MSDeployLogEntryType
1436
+ end
1437
+ def msdeploy_provisioning_state
1438
+ Azure::Web::Mgmt::V2018_02_01::Models::MSDeployProvisioningState
1439
+ end
1440
+ def my_sql_migration_type
1441
+ Azure::Web::Mgmt::V2018_02_01::Models::MySqlMigrationType
1442
+ end
1443
+ def public_certificate_location
1444
+ Azure::Web::Mgmt::V2018_02_01::Models::PublicCertificateLocation
1445
+ end
1446
+ def backup_restore_operation_type
1447
+ Azure::Web::Mgmt::V2018_02_01::Models::BackupRestoreOperationType
1448
+ end
1449
+ def unauthenticated_client_action
1450
+ Azure::Web::Mgmt::V2018_02_01::Models::UnauthenticatedClientAction
1451
+ end
1452
+ def built_in_authentication_provider
1453
+ Azure::Web::Mgmt::V2018_02_01::Models::BuiltInAuthenticationProvider
1454
+ end
1455
+ def clone_ability_result
1456
+ Azure::Web::Mgmt::V2018_02_01::Models::CloneAbilityResult
1457
+ end
1458
+ def site_extension_type
1459
+ Azure::Web::Mgmt::V2018_02_01::Models::SiteExtensionType
1460
+ end
1461
+ def triggered_web_job_status
1462
+ Azure::Web::Mgmt::V2018_02_01::Models::TriggeredWebJobStatus
1463
+ end
1464
+ def sku_name
1465
+ Azure::Web::Mgmt::V2018_02_01::Models::SkuName
1466
+ end
1467
+ end
1468
+ end
1469
+ end