azure_sdk 0.17.11 → 0.18.0

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