azure_sdk 0.25.0 → 0.25.1

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