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