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