azure_mgmt_web 0.17.1 → 0.17.2

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