azure_sdk 0.19.4 → 0.19.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/latest_profile_client.rb +21 -2
- data/lib/latest/modules/autosuggest_profile_module.rb +121 -0
- data/lib/latest/modules/customimagesearch_profile_module.rb +143 -0
- data/lib/latest/modules/customsearch_profile_module.rb +1 -1
- data/lib/latest/modules/entitysearch_profile_module.rb +1 -1
- data/lib/latest/modules/imagesearch_profile_module.rb +1 -1
- data/lib/latest/modules/newssearch_profile_module.rb +1 -1
- data/lib/latest/modules/servicefabric_profile_module.rb +2358 -0
- data/lib/latest/modules/spellcheck_profile_module.rb +1 -1
- data/lib/latest/modules/sqlvirtualmachine_profile_module.rb +7 -3
- data/lib/latest/modules/videosearch_profile_module.rb +1 -1
- data/lib/latest/modules/visualsearch_profile_module.rb +1 -1
- data/lib/latest/modules/websearch_profile_module.rb +1 -1
- metadata +19 -17
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9fb86bb9847b4d0bbd6d012e9ed92b490082f562
|
4
|
+
data.tar.gz: 9ae793cb37d7f34ce11d3eec3c91f1c76ab36924
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 944c8af102a2e91c34a8d750760276d2797be5730c1cc42f35c645011c5490f8a0da486438adcce402e8c995ce911831f9361814b4f49af09afc96593d2ca2e2
|
7
|
+
data.tar.gz: 8eea583ec2e5a66d548e473974cb170f88598faf6de7c0deb431405a4edfb5ef2bed6c7fcc0068c4105598f967f8ccbe921d2d2f9dcbbed6cd8823055c00479f
|
data/lib/azure_sdk/version.rb
CHANGED
@@ -68,6 +68,8 @@ require 'latest/modules/streamanalytics_profile_module'
|
|
68
68
|
require 'latest/modules/subscriptions_profile_module'
|
69
69
|
require 'latest/modules/trafficmanager_profile_module'
|
70
70
|
require 'latest/modules/web_profile_module'
|
71
|
+
require 'latest/modules/autosuggest_profile_module'
|
72
|
+
require 'latest/modules/customimagesearch_profile_module'
|
71
73
|
require 'latest/modules/computervision_profile_module'
|
72
74
|
require 'latest/modules/contentmoderator_profile_module'
|
73
75
|
require 'latest/modules/customsearch_profile_module'
|
@@ -91,7 +93,7 @@ module Azure::Profiles::Latest
|
|
91
93
|
class Client
|
92
94
|
include MsRestAzure::Common::Configurable
|
93
95
|
|
94
|
-
attr_reader :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :event_grid, :event_hub, :features, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :links, :locks, :logic, :machine_learning, :managed_applications, :marketplace_ordering, :media_services, :monitor, :managed_service_identity, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
96
|
+
attr_reader :analysis_services, :api_management, :authorization, :automation, :batch, :billing, :cdn, :cognitive_services, :commerce, :compute, :consumption, :container_instance, :container_registry, :container_service, :customer_insights, :data_lake_analytics, :data_lake_store, :data_migration, :dev_spaces, :dev_test_labs, :dns, :event_grid, :event_hub, :features, :graph_rbac, :iot_central, :iot_hub, :key_vault, :kusto, :links, :locks, :logic, :machine_learning, :managed_applications, :marketplace_ordering, :media_services, :monitor, :managed_service_identity, :network, :notification_hubs, :operational_insights, :policy, :policy_insights, :power_bi_embedded, :recovery_services, :recovery_services_backup, :recovery_services_site_recovery, :redis, :relay, :resources, :resources_management, :scheduler, :search, :security, :service_bus, :service_fabric, :signalr, :sql, :sqlvirtualmachine, :stor_simple8000_series, :storage, :stream_analytics, :subscriptions, :traffic_manager, :web, :autosuggest, :customimagesearch, :computer_vision, :content_moderator, :custom_search, :customvisiontraining, :customvisionprediction, :entity_search, :face, :image_search, :news_search, :qnamaker, :spell_check, :text_analytics, :video_search, :web_search, :visual_search
|
95
97
|
|
96
98
|
#
|
97
99
|
# Initializes a new instance of the Client class.
|
@@ -188,6 +190,8 @@ module Azure::Profiles::Latest
|
|
188
190
|
@subscriptions = SubscriptionsAdapter.new(self, base_url, sdk_options)
|
189
191
|
@traffic_manager = TrafficManagerAdapter.new(self, base_url, sdk_options)
|
190
192
|
@web = WebAdapter.new(self, base_url, sdk_options)
|
193
|
+
@autosuggest = AutosuggestAdapter.new(self, base_url, sdk_options)
|
194
|
+
@customimagesearch = CustomimagesearchAdapter.new(self, base_url, sdk_options)
|
191
195
|
@computer_vision = ComputerVisionAdapter.new(self, base_url, sdk_options)
|
192
196
|
@content_moderator = ContentModeratorAdapter.new(self, base_url, sdk_options)
|
193
197
|
@custom_search = CustomSearchAdapter.new(self, base_url, sdk_options)
|
@@ -646,10 +650,11 @@ module Azure::Profiles::Latest
|
|
646
650
|
end
|
647
651
|
end
|
648
652
|
|
649
|
-
class ServiceFabricAdapter
|
653
|
+
class ServiceFabricAdapter < Azure::Profiles::Latest::ServiceFabric::ServiceFabricDataClass
|
650
654
|
attr_accessor :mgmt
|
651
655
|
|
652
656
|
def initialize(context, base_url, options)
|
657
|
+
super(context)
|
653
658
|
@mgmt = Azure::Profiles::Latest::ServiceFabric::Mgmt::ServiceFabricManagementClass.new(context, base_url, options)
|
654
659
|
end
|
655
660
|
end
|
@@ -726,6 +731,20 @@ module Azure::Profiles::Latest
|
|
726
731
|
end
|
727
732
|
end
|
728
733
|
|
734
|
+
class AutosuggestAdapter < Azure::Profiles::Latest::Autosuggest::AutosuggestDataClass
|
735
|
+
|
736
|
+
def initialize(context, base_url, options)
|
737
|
+
super(context)
|
738
|
+
end
|
739
|
+
end
|
740
|
+
|
741
|
+
class CustomimagesearchAdapter < Azure::Profiles::Latest::Customimagesearch::CustomimagesearchDataClass
|
742
|
+
|
743
|
+
def initialize(context, base_url, options)
|
744
|
+
super(context)
|
745
|
+
end
|
746
|
+
end
|
747
|
+
|
729
748
|
class ComputerVisionAdapter < Azure::Profiles::Latest::ComputerVision::ComputerVisionDataClass
|
730
749
|
|
731
750
|
def initialize(context, base_url, options)
|
@@ -0,0 +1,121 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_cognitiveservices_autosuggest'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Autosuggest
|
9
|
+
|
10
|
+
module Models
|
11
|
+
Error = Azure::CognitiveServices::Autosuggest::V1_0::Models::Error
|
12
|
+
QueryContext = Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext
|
13
|
+
SuggestionsSuggestionGroup = Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup
|
14
|
+
ResponseBase = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase
|
15
|
+
Answer = Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer
|
16
|
+
SearchResultsAnswer = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer
|
17
|
+
Suggestions = Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions
|
18
|
+
Thing = Azure::CognitiveServices::Autosuggest::V1_0::Models::Thing
|
19
|
+
CreativeWork = Azure::CognitiveServices::Autosuggest::V1_0::Models::CreativeWork
|
20
|
+
Action = Azure::CognitiveServices::Autosuggest::V1_0::Models::Action
|
21
|
+
SearchAction = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchAction
|
22
|
+
Identifiable = Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable
|
23
|
+
Response = Azure::CognitiveServices::Autosuggest::V1_0::Models::Response
|
24
|
+
ErrorResponse = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse
|
25
|
+
ScenarioType = Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType
|
26
|
+
SearchKind = Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind
|
27
|
+
ErrorCode = Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode
|
28
|
+
SafeSearch = Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch
|
29
|
+
ResponseFormat = Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat
|
30
|
+
end
|
31
|
+
|
32
|
+
class AutosuggestDataClass
|
33
|
+
attr_reader :configurable, :base_url, :options, :model_classes
|
34
|
+
|
35
|
+
def initialize(configurable, base_url=nil, options=nil)
|
36
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
37
|
+
|
38
|
+
@client_0 = Azure::CognitiveServices::Autosuggest::V1_0::AutosuggestClient.new(configurable.credentials, options)
|
39
|
+
if(@client_0.respond_to?(:subscription_id))
|
40
|
+
@client_0.subscription_id = configurable.subscription_id
|
41
|
+
end
|
42
|
+
add_telemetry(@client_0)
|
43
|
+
|
44
|
+
@model_classes = ModelClasses.new
|
45
|
+
end
|
46
|
+
|
47
|
+
def add_telemetry(client)
|
48
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Autosuggest"
|
49
|
+
client.add_user_agent_information(profile_information)
|
50
|
+
end
|
51
|
+
|
52
|
+
def method_missing(method, *args)
|
53
|
+
if @client_0.respond_to?method
|
54
|
+
@client_0.send(method, *args)
|
55
|
+
else
|
56
|
+
super
|
57
|
+
end
|
58
|
+
end
|
59
|
+
|
60
|
+
class ModelClasses
|
61
|
+
def error
|
62
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::Error
|
63
|
+
end
|
64
|
+
def query_context
|
65
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::QueryContext
|
66
|
+
end
|
67
|
+
def suggestions_suggestion_group
|
68
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::SuggestionsSuggestionGroup
|
69
|
+
end
|
70
|
+
def response_base
|
71
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseBase
|
72
|
+
end
|
73
|
+
def answer
|
74
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::Answer
|
75
|
+
end
|
76
|
+
def search_results_answer
|
77
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchResultsAnswer
|
78
|
+
end
|
79
|
+
def suggestions
|
80
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::Suggestions
|
81
|
+
end
|
82
|
+
def thing
|
83
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::Thing
|
84
|
+
end
|
85
|
+
def creative_work
|
86
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::CreativeWork
|
87
|
+
end
|
88
|
+
def action
|
89
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::Action
|
90
|
+
end
|
91
|
+
def search_action
|
92
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchAction
|
93
|
+
end
|
94
|
+
def identifiable
|
95
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::Identifiable
|
96
|
+
end
|
97
|
+
def response
|
98
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::Response
|
99
|
+
end
|
100
|
+
def error_response
|
101
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorResponse
|
102
|
+
end
|
103
|
+
def scenario_type
|
104
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::ScenarioType
|
105
|
+
end
|
106
|
+
def search_kind
|
107
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::SearchKind
|
108
|
+
end
|
109
|
+
def error_code
|
110
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::ErrorCode
|
111
|
+
end
|
112
|
+
def safe_search
|
113
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::SafeSearch
|
114
|
+
end
|
115
|
+
def response_format
|
116
|
+
Azure::CognitiveServices::Autosuggest::V1_0::Models::ResponseFormat
|
117
|
+
end
|
118
|
+
end
|
119
|
+
end
|
120
|
+
end
|
121
|
+
end
|
@@ -0,0 +1,143 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
|
+
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
|
+
|
5
|
+
require 'azure_cognitiveservices_customimagesearch'
|
6
|
+
|
7
|
+
module Azure::Profiles::Latest
|
8
|
+
module Customimagesearch
|
9
|
+
CustomInstance = Azure::CognitiveServices::Customimagesearch::V1_0::CustomInstance
|
10
|
+
|
11
|
+
module Models
|
12
|
+
Query = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query
|
13
|
+
Error = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error
|
14
|
+
ResponseBase = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase
|
15
|
+
ImageObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject
|
16
|
+
Images = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images
|
17
|
+
Response = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response
|
18
|
+
Answer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer
|
19
|
+
SearchResultsAnswer = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer
|
20
|
+
MediaObject = Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject
|
21
|
+
Thing = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing
|
22
|
+
CreativeWork = Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork
|
23
|
+
Identifiable = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable
|
24
|
+
ErrorResponse = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse
|
25
|
+
WebPage = Azure::CognitiveServices::Customimagesearch::V1_0::Models::WebPage
|
26
|
+
ErrorCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode
|
27
|
+
ErrorSubCode = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode
|
28
|
+
ImageAspect = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageAspect
|
29
|
+
ImageColor = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageColor
|
30
|
+
Freshness = Azure::CognitiveServices::Customimagesearch::V1_0::Models::Freshness
|
31
|
+
ImageContent = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageContent
|
32
|
+
ImageType = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageType
|
33
|
+
ImageLicense = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense
|
34
|
+
SafeSearch = Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch
|
35
|
+
ImageSize = Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize
|
36
|
+
end
|
37
|
+
|
38
|
+
class CustomimagesearchDataClass
|
39
|
+
attr_reader :custom_instance, :configurable, :base_url, :options, :model_classes
|
40
|
+
|
41
|
+
def initialize(configurable, base_url=nil, options=nil)
|
42
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
43
|
+
|
44
|
+
@client_0 = Azure::CognitiveServices::Customimagesearch::V1_0::CustomimagesearchClient.new(configurable.credentials, options)
|
45
|
+
if(@client_0.respond_to?(:subscription_id))
|
46
|
+
@client_0.subscription_id = configurable.subscription_id
|
47
|
+
end
|
48
|
+
add_telemetry(@client_0)
|
49
|
+
@custom_instance = @client_0.custom_instance
|
50
|
+
|
51
|
+
@model_classes = ModelClasses.new
|
52
|
+
end
|
53
|
+
|
54
|
+
def add_telemetry(client)
|
55
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/Customimagesearch"
|
56
|
+
client.add_user_agent_information(profile_information)
|
57
|
+
end
|
58
|
+
|
59
|
+
def method_missing(method, *args)
|
60
|
+
if @client_0.respond_to?method
|
61
|
+
@client_0.send(method, *args)
|
62
|
+
else
|
63
|
+
super
|
64
|
+
end
|
65
|
+
end
|
66
|
+
|
67
|
+
class ModelClasses
|
68
|
+
def query
|
69
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::Query
|
70
|
+
end
|
71
|
+
def error
|
72
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::Error
|
73
|
+
end
|
74
|
+
def response_base
|
75
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ResponseBase
|
76
|
+
end
|
77
|
+
def image_object
|
78
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageObject
|
79
|
+
end
|
80
|
+
def images
|
81
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::Images
|
82
|
+
end
|
83
|
+
def response
|
84
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::Response
|
85
|
+
end
|
86
|
+
def answer
|
87
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::Answer
|
88
|
+
end
|
89
|
+
def search_results_answer
|
90
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::SearchResultsAnswer
|
91
|
+
end
|
92
|
+
def media_object
|
93
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::MediaObject
|
94
|
+
end
|
95
|
+
def thing
|
96
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::Thing
|
97
|
+
end
|
98
|
+
def creative_work
|
99
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::CreativeWork
|
100
|
+
end
|
101
|
+
def identifiable
|
102
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::Identifiable
|
103
|
+
end
|
104
|
+
def error_response
|
105
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorResponse
|
106
|
+
end
|
107
|
+
def web_page
|
108
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::WebPage
|
109
|
+
end
|
110
|
+
def error_code
|
111
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorCode
|
112
|
+
end
|
113
|
+
def error_sub_code
|
114
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ErrorSubCode
|
115
|
+
end
|
116
|
+
def image_aspect
|
117
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageAspect
|
118
|
+
end
|
119
|
+
def image_color
|
120
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageColor
|
121
|
+
end
|
122
|
+
def freshness
|
123
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::Freshness
|
124
|
+
end
|
125
|
+
def image_content
|
126
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageContent
|
127
|
+
end
|
128
|
+
def image_type
|
129
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageType
|
130
|
+
end
|
131
|
+
def image_license
|
132
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageLicense
|
133
|
+
end
|
134
|
+
def safe_search
|
135
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::SafeSearch
|
136
|
+
end
|
137
|
+
def image_size
|
138
|
+
Azure::CognitiveServices::Customimagesearch::V1_0::Models::ImageSize
|
139
|
+
end
|
140
|
+
end
|
141
|
+
end
|
142
|
+
end
|
143
|
+
end
|
@@ -36,7 +36,7 @@ module Azure::Profiles::Latest
|
|
36
36
|
def initialize(configurable, base_url=nil, options=nil)
|
37
37
|
@configurable, @base_url, @options = configurable, base_url, options
|
38
38
|
|
39
|
-
@client_0 = Azure::CognitiveServices::CustomSearch::V1_0::CustomSearchClient.new(configurable.credentials,
|
39
|
+
@client_0 = Azure::CognitiveServices::CustomSearch::V1_0::CustomSearchClient.new(configurable.credentials, options)
|
40
40
|
if(@client_0.respond_to?(:subscription_id))
|
41
41
|
@client_0.subscription_id = configurable.subscription_id
|
42
42
|
end
|
@@ -63,7 +63,7 @@ module Azure::Profiles::Latest
|
|
63
63
|
def initialize(configurable, base_url=nil, options=nil)
|
64
64
|
@configurable, @base_url, @options = configurable, base_url, options
|
65
65
|
|
66
|
-
@client_0 = Azure::CognitiveServices::EntitySearch::V1_0::EntitySearchClient.new(configurable.credentials,
|
66
|
+
@client_0 = Azure::CognitiveServices::EntitySearch::V1_0::EntitySearchClient.new(configurable.credentials, options)
|
67
67
|
if(@client_0.respond_to?(:subscription_id))
|
68
68
|
@client_0.subscription_id = configurable.subscription_id
|
69
69
|
end
|
@@ -75,7 +75,7 @@ module Azure::Profiles::Latest
|
|
75
75
|
def initialize(configurable, base_url=nil, options=nil)
|
76
76
|
@configurable, @base_url, @options = configurable, base_url, options
|
77
77
|
|
78
|
-
@client_0 = Azure::CognitiveServices::ImageSearch::V1_0::ImageSearchClient.new(configurable.credentials,
|
78
|
+
@client_0 = Azure::CognitiveServices::ImageSearch::V1_0::ImageSearchClient.new(configurable.credentials, options)
|
79
79
|
if(@client_0.respond_to?(:subscription_id))
|
80
80
|
@client_0.subscription_id = configurable.subscription_id
|
81
81
|
end
|
@@ -41,7 +41,7 @@ module Azure::Profiles::Latest
|
|
41
41
|
def initialize(configurable, base_url=nil, options=nil)
|
42
42
|
@configurable, @base_url, @options = configurable, base_url, options
|
43
43
|
|
44
|
-
@client_0 = Azure::CognitiveServices::NewsSearch::V1_0::NewsSearchClient.new(configurable.credentials,
|
44
|
+
@client_0 = Azure::CognitiveServices::NewsSearch::V1_0::NewsSearchClient.new(configurable.credentials, options)
|
45
45
|
if(@client_0.respond_to?(:subscription_id))
|
46
46
|
@client_0.subscription_id = configurable.subscription_id
|
47
47
|
end
|
@@ -3,9 +3,2367 @@
|
|
3
3
|
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
4
|
|
5
5
|
require 'azure_mgmt_service_fabric'
|
6
|
+
require 'azure_service_fabric'
|
6
7
|
|
7
8
|
module Azure::Profiles::Latest
|
8
9
|
module ServiceFabric
|
10
|
+
MeshSecret = Azure::ServiceFabric::V6_4_0_36::MeshSecret
|
11
|
+
MeshSecretValue = Azure::ServiceFabric::V6_4_0_36::MeshSecretValue
|
12
|
+
MeshVolume = Azure::ServiceFabric::V6_4_0_36::MeshVolume
|
13
|
+
MeshNetwork = Azure::ServiceFabric::V6_4_0_36::MeshNetwork
|
14
|
+
MeshApplication = Azure::ServiceFabric::V6_4_0_36::MeshApplication
|
15
|
+
MeshService = Azure::ServiceFabric::V6_4_0_36::MeshService
|
16
|
+
MeshCodePackage = Azure::ServiceFabric::V6_4_0_36::MeshCodePackage
|
17
|
+
MeshServiceReplica = Azure::ServiceFabric::V6_4_0_36::MeshServiceReplica
|
18
|
+
MeshGateway = Azure::ServiceFabric::V6_4_0_36::MeshGateway
|
19
|
+
|
20
|
+
module Models
|
21
|
+
ScalingMechanismDescription = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismDescription
|
22
|
+
ScalingPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ScalingPolicyDescription
|
23
|
+
FabricError = Azure::ServiceFabric::V6_4_0_36::Models::FabricError
|
24
|
+
ServiceDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceDescription
|
25
|
+
AadMetadata = Azure::ServiceFabric::V6_4_0_36::Models::AadMetadata
|
26
|
+
LoadMetricReport = Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReport
|
27
|
+
AnalysisEventMetadata = Azure::ServiceFabric::V6_4_0_36::Models::AnalysisEventMetadata
|
28
|
+
PartitionLoadInformation = Azure::ServiceFabric::V6_4_0_36::Models::PartitionLoadInformation
|
29
|
+
ImageRegistryCredential = Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential
|
30
|
+
SecretResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceDescription
|
31
|
+
PagedBackupInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupInfoList
|
32
|
+
HealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluation
|
33
|
+
BackupInfo = Azure::ServiceFabric::V6_4_0_36::Models::BackupInfo
|
34
|
+
SecretResourcePropertiesBase = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase
|
35
|
+
BackupPartitionDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupPartitionDescription
|
36
|
+
ServiceTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem
|
37
|
+
RestoreProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::RestoreProgressInfo
|
38
|
+
ApplicationHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicyMapItem
|
39
|
+
RestorePartitionDescription = Azure::ServiceFabric::V6_4_0_36::Models::RestorePartitionDescription
|
40
|
+
SecretValue = Azure::ServiceFabric::V6_4_0_36::Models::SecretValue
|
41
|
+
PagedBackupConfigurationInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupConfigurationInfoList
|
42
|
+
ReplicaHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunkList
|
43
|
+
BackupConfigurationInfo = Azure::ServiceFabric::V6_4_0_36::Models::BackupConfigurationInfo
|
44
|
+
PartitionHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunkList
|
45
|
+
BackupSuspensionInfo = Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionInfo
|
46
|
+
ServiceHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunkList
|
47
|
+
RestartNodeDescription = Azure::ServiceFabric::V6_4_0_36::Models::RestartNodeDescription
|
48
|
+
DeployedServicePackageHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunkList
|
49
|
+
EnvironmentVariable = Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable
|
50
|
+
DeployedApplicationHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList
|
51
|
+
ServiceFromTemplateDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceFromTemplateDescription
|
52
|
+
VolumeResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::VolumeResourceDescription
|
53
|
+
Setting = Azure::ServiceFabric::V6_4_0_36::Models::Setting
|
54
|
+
PartitionHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateFilter
|
55
|
+
DisableBackupDescription = Azure::ServiceFabric::V6_4_0_36::Models::DisableBackupDescription
|
56
|
+
DeployedServicePackageHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateFilter
|
57
|
+
ServiceNameInfo = Azure::ServiceFabric::V6_4_0_36::Models::ServiceNameInfo
|
58
|
+
ApplicationHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateFilter
|
59
|
+
ContainerLabel = Azure::ServiceFabric::V6_4_0_36::Models::ContainerLabel
|
60
|
+
ApplicationInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationInfo
|
61
|
+
PagedBackupPolicyDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupPolicyDescriptionList
|
62
|
+
ApplicationLoadInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationLoadInfo
|
63
|
+
ServicePlacementPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription
|
64
|
+
PagedVolumeResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedVolumeResourceDescriptionList
|
65
|
+
BackupPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyDescription
|
66
|
+
ApplicationTypeHealthPolicyMapItem = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeHealthPolicyMapItem
|
67
|
+
RetentionPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyDescription
|
68
|
+
PagedApplicationTypeInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationTypeInfoList
|
69
|
+
BackupStorageDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageDescription
|
70
|
+
MonitoringPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::MonitoringPolicyDescription
|
71
|
+
BackupScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleDescription
|
72
|
+
UpgradeDomainInfo = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainInfo
|
73
|
+
ServiceLoadMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription
|
74
|
+
SafetyCheckWrapper = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckWrapper
|
75
|
+
ServiceTypeExtensionDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeExtensionDescription
|
76
|
+
CurrentUpgradeDomainProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::CurrentUpgradeDomainProgressInfo
|
77
|
+
ServiceTypeDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeDescription
|
78
|
+
ApplicationUpgradeProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeProgressInfo
|
79
|
+
ServiceTypeInfo = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeInfo
|
80
|
+
NetworkRef = Azure::ServiceFabric::V6_4_0_36::Models::NetworkRef
|
81
|
+
ServiceTypeManifest = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeManifest
|
82
|
+
NetworkResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceDescription
|
83
|
+
EndpointProperties = Azure::ServiceFabric::V6_4_0_36::Models::EndpointProperties
|
84
|
+
PagedNetworkResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedNetworkResourceDescriptionList
|
85
|
+
ResourceRequests = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests
|
86
|
+
ClusterHealthChunk = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunk
|
87
|
+
PropertyBatchInfo = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfo
|
88
|
+
ClusterHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy
|
89
|
+
ResourceLimits = Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits
|
90
|
+
ClusterHealthPolicies = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicies
|
91
|
+
ResourceRequirements = Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements
|
92
|
+
ClusterVersion = Azure::ServiceFabric::V6_4_0_36::Models::ClusterVersion
|
93
|
+
DiagnosticsRef = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsRef
|
94
|
+
ContainerApiResult = Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResult
|
95
|
+
ReliableCollectionsRef = Azure::ServiceFabric::V6_4_0_36::Models::ReliableCollectionsRef
|
96
|
+
UploadSession = Azure::ServiceFabric::V6_4_0_36::Models::UploadSession
|
97
|
+
ContainerState = Azure::ServiceFabric::V6_4_0_36::Models::ContainerState
|
98
|
+
UploadSessionInfo = Azure::ServiceFabric::V6_4_0_36::Models::UploadSessionInfo
|
99
|
+
ContainerEvent = Azure::ServiceFabric::V6_4_0_36::Models::ContainerEvent
|
100
|
+
RepairTaskUpdateInfo = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateInfo
|
101
|
+
PropertyBatchDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchDescriptionList
|
102
|
+
DeployedApplicationInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationInfo
|
103
|
+
PropertyBatchOperation = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperation
|
104
|
+
RepairTaskCancelDescription = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskCancelDescription
|
105
|
+
PropertyDescription = Azure::ServiceFabric::V6_4_0_36::Models::PropertyDescription
|
106
|
+
RepairTask = Azure::ServiceFabric::V6_4_0_36::Models::RepairTask
|
107
|
+
PagedPropertyInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedPropertyInfoList
|
108
|
+
ReconfigurationInformation = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationInformation
|
109
|
+
PropertyInfo = Azure::ServiceFabric::V6_4_0_36::Models::PropertyInfo
|
110
|
+
RepairTargetDescriptionBase = Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetDescriptionBase
|
111
|
+
PropertyMetadata = Azure::ServiceFabric::V6_4_0_36::Models::PropertyMetadata
|
112
|
+
HealthStateCount = Azure::ServiceFabric::V6_4_0_36::Models::HealthStateCount
|
113
|
+
ContainerInstanceView = Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceView
|
114
|
+
HealthStatistics = Azure::ServiceFabric::V6_4_0_36::Models::HealthStatistics
|
115
|
+
ContainerCodePackageProperties = Azure::ServiceFabric::V6_4_0_36::Models::ContainerCodePackageProperties
|
116
|
+
EntityHealthState = Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthState
|
117
|
+
AutoScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTrigger
|
118
|
+
EntityHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunkList
|
119
|
+
Epoch = Azure::ServiceFabric::V6_4_0_36::Models::Epoch
|
120
|
+
PartitionDataLossProgress = Azure::ServiceFabric::V6_4_0_36::Models::PartitionDataLossProgress
|
121
|
+
FabricEvent = Azure::ServiceFabric::V6_4_0_36::Models::FabricEvent
|
122
|
+
AutoScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanism
|
123
|
+
FabricConfigVersionInfo = Azure::ServiceFabric::V6_4_0_36::Models::FabricConfigVersionInfo
|
124
|
+
AutoScalingPolicy = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingPolicy
|
125
|
+
HealthInformation = Azure::ServiceFabric::V6_4_0_36::Models::HealthInformation
|
126
|
+
PropertyValue = Azure::ServiceFabric::V6_4_0_36::Models::PropertyValue
|
127
|
+
NodeImpact = Azure::ServiceFabric::V6_4_0_36::Models::NodeImpact
|
128
|
+
ClusterUpgradeDescriptionObject = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDescriptionObject
|
129
|
+
NodeDeactivationTask = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTask
|
130
|
+
FailedUpgradeDomainProgressObject = Azure::ServiceFabric::V6_4_0_36::Models::FailedUpgradeDomainProgressObject
|
131
|
+
GetBackupByStorageQueryDescription = Azure::ServiceFabric::V6_4_0_36::Models::GetBackupByStorageQueryDescription
|
132
|
+
ClusterUpgradeProgressObject = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeProgressObject
|
133
|
+
EnableBackupDescription = Azure::ServiceFabric::V6_4_0_36::Models::EnableBackupDescription
|
134
|
+
ClusterConfigurationUpgradeDescription = Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeDescription
|
135
|
+
NodeLoadMetricInformation = Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadMetricInformation
|
136
|
+
UpgradeOrchestrationServiceState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState
|
137
|
+
HttpRouteMatchHeader = Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchHeader
|
138
|
+
UpgradeOrchestrationServiceStateSummary = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceStateSummary
|
139
|
+
PagedDeployedApplicationInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedDeployedApplicationInfoList
|
140
|
+
ApplicationTypeImageStorePath = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeImageStorePath
|
141
|
+
PartitionInformation = Azure::ServiceFabric::V6_4_0_36::Models::PartitionInformation
|
142
|
+
UnprovisionApplicationTypeDescriptionInfo = Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionApplicationTypeDescriptionInfo
|
143
|
+
PagedServicePartitionInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedServicePartitionInfoList
|
144
|
+
CodePackageEntryPointStatistics = Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPointStatistics
|
145
|
+
PagedReplicaInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedReplicaInfoList
|
146
|
+
CodePackageEntryPoint = Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPoint
|
147
|
+
PagedServiceInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceInfoList
|
148
|
+
DeployedCodePackageInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedCodePackageInfo
|
149
|
+
HttpRouteConfig = Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteConfig
|
150
|
+
ChaosContext = Azure::ServiceFabric::V6_4_0_36::Models::ChaosContext
|
151
|
+
HttpHostConfig = Azure::ServiceFabric::V6_4_0_36::Models::HttpHostConfig
|
152
|
+
ChaosTargetFilter = Azure::ServiceFabric::V6_4_0_36::Models::ChaosTargetFilter
|
153
|
+
HttpConfig = Azure::ServiceFabric::V6_4_0_36::Models::HttpConfig
|
154
|
+
ChaosParameters = Azure::ServiceFabric::V6_4_0_36::Models::ChaosParameters
|
155
|
+
ProvisionApplicationTypeDescriptionBase = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescriptionBase
|
156
|
+
Chaos = Azure::ServiceFabric::V6_4_0_36::Models::Chaos
|
157
|
+
PagedGatewayResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedGatewayResourceDescriptionList
|
158
|
+
ChaosParametersDictionaryItem = Azure::ServiceFabric::V6_4_0_36::Models::ChaosParametersDictionaryItem
|
159
|
+
ResumeClusterUpgradeDescription = Azure::ServiceFabric::V6_4_0_36::Models::ResumeClusterUpgradeDescription
|
160
|
+
ChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEvent
|
161
|
+
StartClusterUpgradeDescription = Azure::ServiceFabric::V6_4_0_36::Models::StartClusterUpgradeDescription
|
162
|
+
ChaosEventWrapper = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventWrapper
|
163
|
+
UpdateClusterUpgradeDescription = Azure::ServiceFabric::V6_4_0_36::Models::UpdateClusterUpgradeDescription
|
164
|
+
ChaosEventsSegment = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventsSegment
|
165
|
+
HealthEvaluationWrapper = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationWrapper
|
166
|
+
ChaosScheduleJobActiveDaysOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJobActiveDaysOfWeek
|
167
|
+
ApplicationHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy
|
168
|
+
TimeOfDay = Azure::ServiceFabric::V6_4_0_36::Models::TimeOfDay
|
169
|
+
SecretValueProperties = Azure::ServiceFabric::V6_4_0_36::Models::SecretValueProperties
|
170
|
+
TimeRange = Azure::ServiceFabric::V6_4_0_36::Models::TimeRange
|
171
|
+
PagedSecretValueResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretValueResourceDescriptionList
|
172
|
+
ChaosScheduleJob = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJob
|
173
|
+
VolumeReference = Azure::ServiceFabric::V6_4_0_36::Models::VolumeReference
|
174
|
+
ChaosSchedule = Azure::ServiceFabric::V6_4_0_36::Models::ChaosSchedule
|
175
|
+
ReplicaHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateFilter
|
176
|
+
ChaosScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleDescription
|
177
|
+
DeployedApplicationHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateFilter
|
178
|
+
PagedSubNameInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedSubNameInfoList
|
179
|
+
ApplicationMetricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription
|
180
|
+
NameDescription = Azure::ServiceFabric::V6_4_0_36::Models::NameDescription
|
181
|
+
EndpointRef = Azure::ServiceFabric::V6_4_0_36::Models::EndpointRef
|
182
|
+
ApplicationUpgradeUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeUpdateDescription
|
183
|
+
ApplicationTypeManifest = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeManifest
|
184
|
+
ResumeApplicationUpgradeDescription = Azure::ServiceFabric::V6_4_0_36::Models::ResumeApplicationUpgradeDescription
|
185
|
+
SafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheck
|
186
|
+
DeployServicePackageToNodeDescription = Azure::ServiceFabric::V6_4_0_36::Models::DeployServicePackageToNodeDescription
|
187
|
+
FailureUpgradeDomainProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::FailureUpgradeDomainProgressInfo
|
188
|
+
PackageSharingPolicyInfo = Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyInfo
|
189
|
+
NodeId = Azure::ServiceFabric::V6_4_0_36::Models::NodeId
|
190
|
+
ApplicationCapacityDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCapacityDescription
|
191
|
+
GatewayDestination = Azure::ServiceFabric::V6_4_0_36::Models::GatewayDestination
|
192
|
+
ApplicationDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDescription
|
193
|
+
ClusterHealthChunkQueryDescription = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunkQueryDescription
|
194
|
+
ComposeDeploymentStatusInfo = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatusInfo
|
195
|
+
ContainerApiRequestBody = Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiRequestBody
|
196
|
+
RegistryCredential = Azure::ServiceFabric::V6_4_0_36::Models::RegistryCredential
|
197
|
+
DeactivationIntentDescription = Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntentDescription
|
198
|
+
ComposeDeploymentUpgradeDescription = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeDescription
|
199
|
+
RepairTaskUpdateHealthPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateHealthPolicyDescription
|
200
|
+
ComposeDeploymentUpgradeProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeProgressInfo
|
201
|
+
RepairTaskApproveDescription = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskApproveDescription
|
202
|
+
PagedComposeDeploymentStatusInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedComposeDeploymentStatusInfoList
|
203
|
+
RepairTaskHistory = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHistory
|
204
|
+
CreateComposeDeploymentDescription = Azure::ServiceFabric::V6_4_0_36::Models::CreateComposeDeploymentDescription
|
205
|
+
EntityKindHealthStateCount = Azure::ServiceFabric::V6_4_0_36::Models::EntityKindHealthStateCount
|
206
|
+
DeployedServicePackageInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageInfo
|
207
|
+
EntityHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunk
|
208
|
+
ServiceCorrelationDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription
|
209
|
+
FabricCodeVersionInfo = Azure::ServiceFabric::V6_4_0_36::Models::FabricCodeVersionInfo
|
210
|
+
PartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription
|
211
|
+
HttpRouteMatchPath = Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchPath
|
212
|
+
PartitionRestartProgress = Azure::ServiceFabric::V6_4_0_36::Models::PartitionRestartProgress
|
213
|
+
NodeDeactivationInfo = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationInfo
|
214
|
+
RestartPartitionResult = Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionResult
|
215
|
+
NodeInfo = Azure::ServiceFabric::V6_4_0_36::Models::NodeInfo
|
216
|
+
PartitionQuorumLossProgress = Azure::ServiceFabric::V6_4_0_36::Models::PartitionQuorumLossProgress
|
217
|
+
PagedApplicationInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationInfoList
|
218
|
+
ScalingTriggerDescription = Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerDescription
|
219
|
+
ServicePartitionInfo = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionInfo
|
220
|
+
FabricErrorError = Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorError
|
221
|
+
ServiceInfo = Azure::ServiceFabric::V6_4_0_36::Models::ServiceInfo
|
222
|
+
ContainerLogs = Azure::ServiceFabric::V6_4_0_36::Models::ContainerLogs
|
223
|
+
BackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::BackupEntity
|
224
|
+
AadMetadataObject = Azure::ServiceFabric::V6_4_0_36::Models::AadMetadataObject
|
225
|
+
ProvisionFabricDescription = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionFabricDescription
|
226
|
+
UnprovisionFabricDescription = Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionFabricDescription
|
227
|
+
PagedApplicationResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationResourceDescriptionList
|
228
|
+
RollingUpgradeUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::RollingUpgradeUpdateDescription
|
229
|
+
ReplicatorQueueStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorQueueStatus
|
230
|
+
ServiceTypeHealthPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy
|
231
|
+
ReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorStatus
|
232
|
+
SecretValueResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::SecretValueResourceDescription
|
233
|
+
RemoteReplicatorAcknowledgementDetail = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementDetail
|
234
|
+
ApplicationScopedVolumeCreationParameters = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParameters
|
235
|
+
RemoteReplicatorAcknowledgementStatus = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementStatus
|
236
|
+
ApplicationParameter = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter
|
237
|
+
RemoteReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorStatus
|
238
|
+
ApplicationTypeInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeInfo
|
239
|
+
ApplicationResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationResourceDescription
|
240
|
+
NodeUpgradeProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradeProgressInfo
|
241
|
+
PagedServiceReplicaDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceReplicaDescriptionList
|
242
|
+
NetworkResourcePropertiesBase = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourcePropertiesBase
|
243
|
+
PagedServiceResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceResourceDescriptionList
|
244
|
+
ClusterManifest = Azure::ServiceFabric::V6_4_0_36::Models::ClusterManifest
|
245
|
+
ServiceReplicaProperties = Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaProperties
|
246
|
+
UploadChunkRange = Azure::ServiceFabric::V6_4_0_36::Models::UploadChunkRange
|
247
|
+
LoadMetricReportInfo = Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReportInfo
|
248
|
+
DeployedServiceReplicaInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaInfo
|
249
|
+
DeployedServiceReplicaDetailInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaDetailInfo
|
250
|
+
EntityHealth = Azure::ServiceFabric::V6_4_0_36::Models::EntityHealth
|
251
|
+
ServiceProperties = Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties
|
252
|
+
ClusterConfigurationUpgradeStatusInfo = Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeStatusInfo
|
253
|
+
AutoScalingMetric = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetric
|
254
|
+
PagedBackupEntityList = Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupEntityList
|
255
|
+
DiagnosticsDescription = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsDescription
|
256
|
+
PagedNodeInfoList = Azure::ServiceFabric::V6_4_0_36::Models::PagedNodeInfoList
|
257
|
+
ReplicaStatusBase = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatusBase
|
258
|
+
HttpRouteMatchRule = Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchRule
|
259
|
+
ServiceUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceUpdateDescription
|
260
|
+
GatewayResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::GatewayResourceDescription
|
261
|
+
DiagnosticsSinkProperties = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkProperties
|
262
|
+
PagedSecretResourceDescriptionList = Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretResourceDescriptionList
|
263
|
+
ServiceResourceDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceResourceDescription
|
264
|
+
VolumeProviderParametersAzureFile = Azure::ServiceFabric::V6_4_0_36::Models::VolumeProviderParametersAzureFile
|
265
|
+
FileVersion = Azure::ServiceFabric::V6_4_0_36::Models::FileVersion
|
266
|
+
ApplicationNameInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNameInfo
|
267
|
+
FileInfo = Azure::ServiceFabric::V6_4_0_36::Models::FileInfo
|
268
|
+
ClusterConfiguration = Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfiguration
|
269
|
+
FolderInfo = Azure::ServiceFabric::V6_4_0_36::Models::FolderInfo
|
270
|
+
ContainerApiResponse = Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResponse
|
271
|
+
ImageStoreContent = Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreContent
|
272
|
+
RepairImpactDescriptionBase = Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactDescriptionBase
|
273
|
+
ImageStoreCopyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreCopyDescription
|
274
|
+
NodeDeactivationTaskId = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskId
|
275
|
+
RestartDeployedCodePackageDescription = Azure::ServiceFabric::V6_4_0_36::Models::RestartDeployedCodePackageDescription
|
276
|
+
ReplicaInfo = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaInfo
|
277
|
+
DeployedServiceTypeInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceTypeInfo
|
278
|
+
ClusterUpgradeHealthPolicyObject = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeHealthPolicyObject
|
279
|
+
ResolvedServiceEndpoint = Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServiceEndpoint
|
280
|
+
ServiceHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateFilter
|
281
|
+
ResolvedServicePartition = Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServicePartition
|
282
|
+
NodeHealthStateFilter = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateFilter
|
283
|
+
SelectedPartition = Azure::ServiceFabric::V6_4_0_36::Models::SelectedPartition
|
284
|
+
TcpConfig = Azure::ServiceFabric::V6_4_0_36::Models::TcpConfig
|
285
|
+
InvokeDataLossResult = Azure::ServiceFabric::V6_4_0_36::Models::InvokeDataLossResult
|
286
|
+
BackupProgressInfo = Azure::ServiceFabric::V6_4_0_36::Models::BackupProgressInfo
|
287
|
+
InvokeQuorumLossResult = Azure::ServiceFabric::V6_4_0_36::Models::InvokeQuorumLossResult
|
288
|
+
ApplicationUpgradeDescription = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDescription
|
289
|
+
NodeResult = Azure::ServiceFabric::V6_4_0_36::Models::NodeResult
|
290
|
+
NodeLoadInfo = Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadInfo
|
291
|
+
NodeTransitionResult = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionResult
|
292
|
+
RepairTaskDeleteDescription = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskDeleteDescription
|
293
|
+
NodeTransitionProgress = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionProgress
|
294
|
+
ApplicationHealthPolicies = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicies
|
295
|
+
OperationStatus = Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus
|
296
|
+
ApplicationEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationEvent
|
297
|
+
ServiceHealthState = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthState
|
298
|
+
DeployedApplicationHealthState = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthState
|
299
|
+
ApplicationHealth = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealth
|
300
|
+
ApplicationHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthEvaluation
|
301
|
+
ApplicationHealthState = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthState
|
302
|
+
ReplicaHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunk
|
303
|
+
PartitionHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunk
|
304
|
+
ServiceHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunk
|
305
|
+
DeployedServicePackageHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunk
|
306
|
+
DeployedApplicationHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunk
|
307
|
+
ApplicationHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunk
|
308
|
+
ApplicationHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunkList
|
309
|
+
ApplicationsHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationsHealthEvaluation
|
310
|
+
ApplicationTypeApplicationsHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeApplicationsHealthEvaluation
|
311
|
+
ClusterEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterEvent
|
312
|
+
NodeHealthState = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthState
|
313
|
+
ClusterHealth = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealth
|
314
|
+
NodeHealthStateChunk = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunk
|
315
|
+
NodeHealthStateChunkList = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunkList
|
316
|
+
ContainerInstanceEvent = Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceEvent
|
317
|
+
DeltaNodesCheckHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::DeltaNodesCheckHealthEvaluation
|
318
|
+
DeployedServicePackageHealthState = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthState
|
319
|
+
DeployedApplicationHealth = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealth
|
320
|
+
DeployedApplicationHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthEvaluation
|
321
|
+
DeployedApplicationsHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationsHealthEvaluation
|
322
|
+
DeployedServicePackageHealth = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealth
|
323
|
+
DeployedServicePackageHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthEvaluation
|
324
|
+
DeployedServicePackagesHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackagesHealthEvaluation
|
325
|
+
DeployedStatefulServiceReplicaInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaInfo
|
326
|
+
DeployedStatelessServiceInstanceInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceInfo
|
327
|
+
HealthEvent = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvent
|
328
|
+
EventHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::EventHealthEvaluation
|
329
|
+
Int64RangePartitionInformation = Azure::ServiceFabric::V6_4_0_36::Models::Int64RangePartitionInformation
|
330
|
+
NamedPartitionInformation = Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionInformation
|
331
|
+
NodeEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeEvent
|
332
|
+
NodeHealth = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealth
|
333
|
+
NodeHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthEvaluation
|
334
|
+
NodesHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::NodesHealthEvaluation
|
335
|
+
PartitionEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionEvent
|
336
|
+
PartitionAnalysisEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionAnalysisEvent
|
337
|
+
ReplicaHealthState = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthState
|
338
|
+
PartitionHealth = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealth
|
339
|
+
PartitionHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthEvaluation
|
340
|
+
PartitionHealthState = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthState
|
341
|
+
ProvisionApplicationTypeDescription = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescription
|
342
|
+
ExternalStoreProvisionApplicationTypeDescription = Azure::ServiceFabric::V6_4_0_36::Models::ExternalStoreProvisionApplicationTypeDescription
|
343
|
+
PartitionSafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::PartitionSafetyCheck
|
344
|
+
EnsureAvailabilitySafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::EnsureAvailabilitySafetyCheck
|
345
|
+
EnsurePartitionQurumSafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::EnsurePartitionQurumSafetyCheck
|
346
|
+
SeedNodeSafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::SeedNodeSafetyCheck
|
347
|
+
PartitionsHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::PartitionsHealthEvaluation
|
348
|
+
ReplicaEvent = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaEvent
|
349
|
+
ReplicaHealth = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealth
|
350
|
+
ReplicaHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthEvaluation
|
351
|
+
ReplicasHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::ReplicasHealthEvaluation
|
352
|
+
ServiceEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceEvent
|
353
|
+
ServiceHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthEvaluation
|
354
|
+
ServiceHealth = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealth
|
355
|
+
ServicePlacementInvalidDomainPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementInvalidDomainPolicyDescription
|
356
|
+
ServicePlacementNonPartiallyPlaceServicePolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementNonPartiallyPlaceServicePolicyDescription
|
357
|
+
ServicePlacementPreferPrimaryDomainPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPreferPrimaryDomainPolicyDescription
|
358
|
+
ServicePlacementRequiredDomainPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequiredDomainPolicyDescription
|
359
|
+
ServicePlacementRequireDomainDistributionPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequireDomainDistributionPolicyDescription
|
360
|
+
ServicesHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::ServicesHealthEvaluation
|
361
|
+
SingletonPartitionInformation = Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionInformation
|
362
|
+
StatefulServiceInfo = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceInfo
|
363
|
+
StatefulServicePartitionInfo = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServicePartitionInfo
|
364
|
+
StatefulServiceReplicaHealth = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealth
|
365
|
+
StatefulServiceReplicaHealthState = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealthState
|
366
|
+
StatefulServiceTypeDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceTypeDescription
|
367
|
+
StatelessServiceInfo = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInfo
|
368
|
+
StatelessServiceInstanceHealth = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealth
|
369
|
+
StatelessServiceInstanceHealthState = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealthState
|
370
|
+
StatelessServicePartitionInfo = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServicePartitionInfo
|
371
|
+
StatelessServiceTypeDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceTypeDescription
|
372
|
+
SystemApplicationHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::SystemApplicationHealthEvaluation
|
373
|
+
UpgradeDomainDeltaNodesCheckHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainDeltaNodesCheckHealthEvaluation
|
374
|
+
UpgradeDomainNodesHealthEvaluation = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainNodesHealthEvaluation
|
375
|
+
WaitForInbuildReplicaSafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::WaitForInbuildReplicaSafetyCheck
|
376
|
+
WaitForPrimaryPlacementSafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimaryPlacementSafetyCheck
|
377
|
+
WaitForPrimarySwapSafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimarySwapSafetyCheck
|
378
|
+
WaitForReconfigurationSafetyCheck = Azure::ServiceFabric::V6_4_0_36::Models::WaitForReconfigurationSafetyCheck
|
379
|
+
StatefulServiceReplicaInfo = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaInfo
|
380
|
+
StatelessServiceInstanceInfo = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceInfo
|
381
|
+
ExecutingFaultsChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::ExecutingFaultsChaosEvent
|
382
|
+
StartedChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::StartedChaosEvent
|
383
|
+
StoppedChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::StoppedChaosEvent
|
384
|
+
TestErrorChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::TestErrorChaosEvent
|
385
|
+
ValidationFailedChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::ValidationFailedChaosEvent
|
386
|
+
WaitingChaosEvent = Azure::ServiceFabric::V6_4_0_36::Models::WaitingChaosEvent
|
387
|
+
NamedPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription
|
388
|
+
SingletonPartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription
|
389
|
+
UniformInt64RangePartitionSchemeDescription = Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription
|
390
|
+
StatefulServiceDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceDescription
|
391
|
+
StatelessServiceDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceDescription
|
392
|
+
PrimaryReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::PrimaryReplicatorStatus
|
393
|
+
SecondaryReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::SecondaryReplicatorStatus
|
394
|
+
SecondaryActiveReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::SecondaryActiveReplicatorStatus
|
395
|
+
SecondaryIdleReplicatorStatus = Azure::ServiceFabric::V6_4_0_36::Models::SecondaryIdleReplicatorStatus
|
396
|
+
KeyValueStoreReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::KeyValueStoreReplicaStatus
|
397
|
+
DeployedStatefulServiceReplicaDetailInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaDetailInfo
|
398
|
+
DeployedStatelessServiceInstanceDetailInfo = Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceDetailInfo
|
399
|
+
StatefulServiceUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceUpdateDescription
|
400
|
+
StatelessServiceUpdateDescription = Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceUpdateDescription
|
401
|
+
BinaryPropertyValue = Azure::ServiceFabric::V6_4_0_36::Models::BinaryPropertyValue
|
402
|
+
Int64PropertyValue = Azure::ServiceFabric::V6_4_0_36::Models::Int64PropertyValue
|
403
|
+
DoublePropertyValue = Azure::ServiceFabric::V6_4_0_36::Models::DoublePropertyValue
|
404
|
+
StringPropertyValue = Azure::ServiceFabric::V6_4_0_36::Models::StringPropertyValue
|
405
|
+
GuidPropertyValue = Azure::ServiceFabric::V6_4_0_36::Models::GuidPropertyValue
|
406
|
+
CheckExistsPropertyBatchOperation = Azure::ServiceFabric::V6_4_0_36::Models::CheckExistsPropertyBatchOperation
|
407
|
+
CheckSequencePropertyBatchOperation = Azure::ServiceFabric::V6_4_0_36::Models::CheckSequencePropertyBatchOperation
|
408
|
+
CheckValuePropertyBatchOperation = Azure::ServiceFabric::V6_4_0_36::Models::CheckValuePropertyBatchOperation
|
409
|
+
DeletePropertyBatchOperation = Azure::ServiceFabric::V6_4_0_36::Models::DeletePropertyBatchOperation
|
410
|
+
GetPropertyBatchOperation = Azure::ServiceFabric::V6_4_0_36::Models::GetPropertyBatchOperation
|
411
|
+
PutPropertyBatchOperation = Azure::ServiceFabric::V6_4_0_36::Models::PutPropertyBatchOperation
|
412
|
+
SuccessfulPropertyBatchInfo = Azure::ServiceFabric::V6_4_0_36::Models::SuccessfulPropertyBatchInfo
|
413
|
+
FailedPropertyBatchInfo = Azure::ServiceFabric::V6_4_0_36::Models::FailedPropertyBatchInfo
|
414
|
+
BasicRetentionPolicyDescription = Azure::ServiceFabric::V6_4_0_36::Models::BasicRetentionPolicyDescription
|
415
|
+
ApplicationBackupConfigurationInfo = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupConfigurationInfo
|
416
|
+
ServiceBackupConfigurationInfo = Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupConfigurationInfo
|
417
|
+
AzureBlobBackupStorageDescription = Azure::ServiceFabric::V6_4_0_36::Models::AzureBlobBackupStorageDescription
|
418
|
+
FileShareBackupStorageDescription = Azure::ServiceFabric::V6_4_0_36::Models::FileShareBackupStorageDescription
|
419
|
+
FrequencyBasedBackupScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::FrequencyBasedBackupScheduleDescription
|
420
|
+
TimeBasedBackupScheduleDescription = Azure::ServiceFabric::V6_4_0_36::Models::TimeBasedBackupScheduleDescription
|
421
|
+
PartitionBackupConfigurationInfo = Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupConfigurationInfo
|
422
|
+
ApplicationBackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupEntity
|
423
|
+
ServiceBackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupEntity
|
424
|
+
PartitionBackupEntity = Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity
|
425
|
+
NodeRepairImpactDescription = Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription
|
426
|
+
NodeRepairTargetDescription = Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription
|
427
|
+
AveragePartitionLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger
|
428
|
+
AverageServiceLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger
|
429
|
+
PartitionInstanceCountScaleMechanism = Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism
|
430
|
+
AddRemoveIncrementalNamedPartitionScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism
|
431
|
+
ApplicationCreatedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent
|
432
|
+
ApplicationDeletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent
|
433
|
+
ApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent
|
434
|
+
ApplicationHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent
|
435
|
+
ApplicationUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent
|
436
|
+
ApplicationUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent
|
437
|
+
ApplicationUpgradeRollbackCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent
|
438
|
+
ApplicationUpgradeRollbackStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent
|
439
|
+
ApplicationUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent
|
440
|
+
DeployedApplicationNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent
|
441
|
+
DeployedApplicationHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent
|
442
|
+
ApplicationProcessExitedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent
|
443
|
+
ApplicationContainerInstanceExitedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent
|
444
|
+
NodeAbortedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeAbortedEvent
|
445
|
+
NodeAddedToClusterEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeAddedToClusterEvent
|
446
|
+
NodeClosedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeClosedEvent
|
447
|
+
NodeDeactivateCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateCompletedEvent
|
448
|
+
NodeDeactivateStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateStartedEvent
|
449
|
+
NodeDownEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDownEvent
|
450
|
+
NodeNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeNewHealthReportEvent
|
451
|
+
NodeHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthReportExpiredEvent
|
452
|
+
NodeOpenSucceededEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenSucceededEvent
|
453
|
+
NodeOpenFailedEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenFailedEvent
|
454
|
+
NodeRemovedFromClusterEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeRemovedFromClusterEvent
|
455
|
+
NodeUpEvent = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpEvent
|
456
|
+
PartitionNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionNewHealthReportEvent
|
457
|
+
PartitionHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthReportExpiredEvent
|
458
|
+
PartitionReconfiguredEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionReconfiguredEvent
|
459
|
+
PartitionPrimaryMoveAnalysisEvent = Azure::ServiceFabric::V6_4_0_36::Models::PartitionPrimaryMoveAnalysisEvent
|
460
|
+
ServiceCreatedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCreatedEvent
|
461
|
+
ServiceDeletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceDeletedEvent
|
462
|
+
ServiceNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceNewHealthReportEvent
|
463
|
+
ServiceHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthReportExpiredEvent
|
464
|
+
DeployedServicePackageNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent
|
465
|
+
DeployedServicePackageHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent
|
466
|
+
StatefulReplicaNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent
|
467
|
+
StatefulReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent
|
468
|
+
StatelessReplicaNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent
|
469
|
+
StatelessReplicaHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent
|
470
|
+
ClusterNewHealthReportEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent
|
471
|
+
ClusterHealthReportExpiredEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent
|
472
|
+
ClusterUpgradeCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent
|
473
|
+
ClusterUpgradeDomainCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent
|
474
|
+
ClusterUpgradeRollbackCompletedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent
|
475
|
+
ClusterUpgradeRollbackStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent
|
476
|
+
ClusterUpgradeStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent
|
477
|
+
ChaosStoppedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent
|
478
|
+
ChaosStartedEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent
|
479
|
+
ChaosCodePackageRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent
|
480
|
+
ChaosReplicaRemovalScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent
|
481
|
+
ChaosPartitionSecondaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent
|
482
|
+
ChaosPartitionPrimaryMoveScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent
|
483
|
+
ChaosReplicaRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent
|
484
|
+
ChaosNodeRestartScheduledEvent = Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent
|
485
|
+
SecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties
|
486
|
+
InlinedValueSecretResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties
|
487
|
+
ApplicationScopedVolume = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume
|
488
|
+
ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk
|
489
|
+
NetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties
|
490
|
+
LocalNetworkResourceProperties = Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties
|
491
|
+
AzureInternalMonitoringPipelineSinkDescription = Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription
|
492
|
+
AddRemoveReplicaScalingMechanism = Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism
|
493
|
+
AutoScalingResourceMetric = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric
|
494
|
+
ServiceReplicaDescription = Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription
|
495
|
+
AverageLoadScalingTrigger = Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger
|
496
|
+
HealthState = Azure::ServiceFabric::V6_4_0_36::Models::HealthState
|
497
|
+
FabricErrorCodes = Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes
|
498
|
+
ApplicationDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind
|
499
|
+
ApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus
|
500
|
+
ApplicationPackageCleanupPolicy = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy
|
501
|
+
ApplicationTypeDefinitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind
|
502
|
+
ApplicationTypeStatus = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus
|
503
|
+
UpgradeKind = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind
|
504
|
+
UpgradeMode = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode
|
505
|
+
FailureAction = Azure::ServiceFabric::V6_4_0_36::Models::FailureAction
|
506
|
+
UpgradeDomainState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState
|
507
|
+
UpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState
|
508
|
+
NodeUpgradePhase = Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase
|
509
|
+
FailureReason = Azure::ServiceFabric::V6_4_0_36::Models::FailureReason
|
510
|
+
DeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent
|
511
|
+
DeployedApplicationStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus
|
512
|
+
ReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus
|
513
|
+
ReplicaRole = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole
|
514
|
+
ReconfigurationPhase = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase
|
515
|
+
ReconfigurationType = Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType
|
516
|
+
EntityKind = Azure::ServiceFabric::V6_4_0_36::Models::EntityKind
|
517
|
+
FabricEventKind = Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind
|
518
|
+
HealthEvaluationKind = Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind
|
519
|
+
NodeDeactivationIntent = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent
|
520
|
+
NodeDeactivationStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus
|
521
|
+
NodeDeactivationTaskType = Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType
|
522
|
+
NodeStatus = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus
|
523
|
+
ServicePartitionStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus
|
524
|
+
ServiceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus
|
525
|
+
ProvisionApplicationTypeKind = Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind
|
526
|
+
UpgradeType = Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType
|
527
|
+
SafetyCheckKind = Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind
|
528
|
+
CreateFabricDump = Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump
|
529
|
+
ServicePackageActivationMode = Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode
|
530
|
+
ServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind
|
531
|
+
ServicePartitionKind = Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind
|
532
|
+
ServicePlacementPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType
|
533
|
+
ServiceLoadMetricWeight = Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight
|
534
|
+
HostType = Azure::ServiceFabric::V6_4_0_36::Models::HostType
|
535
|
+
HostIsolationMode = Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode
|
536
|
+
DeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus
|
537
|
+
EntryPointStatus = Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus
|
538
|
+
ChaosStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus
|
539
|
+
ChaosScheduleStatus = Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus
|
540
|
+
ChaosEventKind = Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind
|
541
|
+
ComposeDeploymentStatus = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus
|
542
|
+
ComposeDeploymentUpgradeState = Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState
|
543
|
+
ServiceCorrelationScheme = Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme
|
544
|
+
MoveCost = Azure::ServiceFabric::V6_4_0_36::Models::MoveCost
|
545
|
+
PartitionScheme = Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme
|
546
|
+
ServiceOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName
|
547
|
+
ReplicatorOperationName = Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName
|
548
|
+
PartitionAccessStatus = Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus
|
549
|
+
FabricReplicaStatus = Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus
|
550
|
+
ReplicaKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind
|
551
|
+
ServiceTypeRegistrationStatus = Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus
|
552
|
+
ServiceEndpointRole = Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole
|
553
|
+
OperationState = Azure::ServiceFabric::V6_4_0_36::Models::OperationState
|
554
|
+
OperationType = Azure::ServiceFabric::V6_4_0_36::Models::OperationType
|
555
|
+
PackageSharingPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope
|
556
|
+
PropertyValueKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind
|
557
|
+
PropertyBatchOperationKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind
|
558
|
+
PropertyBatchInfoKind = Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind
|
559
|
+
RetentionPolicyType = Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType
|
560
|
+
BackupStorageKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind
|
561
|
+
BackupScheduleKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind
|
562
|
+
BackupPolicyScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope
|
563
|
+
BackupSuspensionScope = Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope
|
564
|
+
RestoreState = Azure::ServiceFabric::V6_4_0_36::Models::RestoreState
|
565
|
+
BackupType = Azure::ServiceFabric::V6_4_0_36::Models::BackupType
|
566
|
+
BackupScheduleFrequencyType = Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType
|
567
|
+
DayOfWeek = Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek
|
568
|
+
BackupState = Azure::ServiceFabric::V6_4_0_36::Models::BackupState
|
569
|
+
BackupEntityKind = Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind
|
570
|
+
ImpactLevel = Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel
|
571
|
+
RepairImpactKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind
|
572
|
+
RepairTargetKind = Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind
|
573
|
+
State = Azure::ServiceFabric::V6_4_0_36::Models::State
|
574
|
+
ResultStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus
|
575
|
+
RepairTaskHealthCheckState = Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState
|
576
|
+
ScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind
|
577
|
+
ScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind
|
578
|
+
ResourceStatus = Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus
|
579
|
+
SecretKind = Azure::ServiceFabric::V6_4_0_36::Models::SecretKind
|
580
|
+
VolumeProvider = Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider
|
581
|
+
SizeTypes = Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes
|
582
|
+
ApplicationScopedVolumeKind = Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind
|
583
|
+
NetworkKind = Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind
|
584
|
+
HeaderMatchType = Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType
|
585
|
+
OperatingSystemType = Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType
|
586
|
+
DiagnosticsSinkKind = Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind
|
587
|
+
AutoScalingMechanismKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind
|
588
|
+
AutoScalingMetricKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind
|
589
|
+
AutoScalingResourceMetricName = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName
|
590
|
+
AutoScalingTriggerKind = Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind
|
591
|
+
NodeStatusFilter = Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter
|
592
|
+
ReplicaHealthReportServiceKind = Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind
|
593
|
+
DataLossMode = Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode
|
594
|
+
NodeTransitionType = Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType
|
595
|
+
QuorumLossMode = Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode
|
596
|
+
RestartPartitionMode = Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode
|
597
|
+
end
|
598
|
+
|
599
|
+
class ServiceFabricDataClass
|
600
|
+
attr_reader :mesh_secret, :mesh_secret_value, :mesh_volume, :mesh_network, :mesh_application, :mesh_service, :mesh_code_package, :mesh_service_replica, :mesh_gateway, :configurable, :base_url, :options, :model_classes
|
601
|
+
|
602
|
+
def initialize(configurable, base_url=nil, options=nil)
|
603
|
+
@configurable, @base_url, @options = configurable, base_url, options
|
604
|
+
|
605
|
+
@client_0 = Azure::ServiceFabric::V6_4_0_36::ServiceFabricClientAPIs.new(configurable.credentials, base_url, options)
|
606
|
+
if(@client_0.respond_to?(:subscription_id))
|
607
|
+
@client_0.subscription_id = configurable.subscription_id
|
608
|
+
end
|
609
|
+
add_telemetry(@client_0)
|
610
|
+
@mesh_secret = @client_0.mesh_secret
|
611
|
+
@mesh_secret_value = @client_0.mesh_secret_value
|
612
|
+
@mesh_volume = @client_0.mesh_volume
|
613
|
+
@mesh_network = @client_0.mesh_network
|
614
|
+
@mesh_application = @client_0.mesh_application
|
615
|
+
@mesh_service = @client_0.mesh_service
|
616
|
+
@mesh_code_package = @client_0.mesh_code_package
|
617
|
+
@mesh_service_replica = @client_0.mesh_service_replica
|
618
|
+
@mesh_gateway = @client_0.mesh_gateway
|
619
|
+
|
620
|
+
@model_classes = ModelClasses.new
|
621
|
+
end
|
622
|
+
|
623
|
+
def add_telemetry(client)
|
624
|
+
profile_information = "Profiles/azure_sdk/#{Azure::VERSION}/Latest/ServiceFabric"
|
625
|
+
client.add_user_agent_information(profile_information)
|
626
|
+
end
|
627
|
+
|
628
|
+
def method_missing(method, *args)
|
629
|
+
if @client_0.respond_to?method
|
630
|
+
@client_0.send(method, *args)
|
631
|
+
else
|
632
|
+
super
|
633
|
+
end
|
634
|
+
end
|
635
|
+
|
636
|
+
class ModelClasses
|
637
|
+
def scaling_mechanism_description
|
638
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismDescription
|
639
|
+
end
|
640
|
+
def scaling_policy_description
|
641
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ScalingPolicyDescription
|
642
|
+
end
|
643
|
+
def fabric_error
|
644
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FabricError
|
645
|
+
end
|
646
|
+
def service_description
|
647
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceDescription
|
648
|
+
end
|
649
|
+
def aad_metadata
|
650
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AadMetadata
|
651
|
+
end
|
652
|
+
def load_metric_report
|
653
|
+
Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReport
|
654
|
+
end
|
655
|
+
def analysis_event_metadata
|
656
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AnalysisEventMetadata
|
657
|
+
end
|
658
|
+
def partition_load_information
|
659
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionLoadInformation
|
660
|
+
end
|
661
|
+
def image_registry_credential
|
662
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ImageRegistryCredential
|
663
|
+
end
|
664
|
+
def secret_resource_description
|
665
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceDescription
|
666
|
+
end
|
667
|
+
def paged_backup_info_list
|
668
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupInfoList
|
669
|
+
end
|
670
|
+
def health_evaluation
|
671
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluation
|
672
|
+
end
|
673
|
+
def backup_info
|
674
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupInfo
|
675
|
+
end
|
676
|
+
def secret_resource_properties_base
|
677
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecretResourcePropertiesBase
|
678
|
+
end
|
679
|
+
def backup_partition_description
|
680
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupPartitionDescription
|
681
|
+
end
|
682
|
+
def service_type_health_policy_map_item
|
683
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicyMapItem
|
684
|
+
end
|
685
|
+
def restore_progress_info
|
686
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RestoreProgressInfo
|
687
|
+
end
|
688
|
+
def application_health_policy_map_item
|
689
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicyMapItem
|
690
|
+
end
|
691
|
+
def restore_partition_description
|
692
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RestorePartitionDescription
|
693
|
+
end
|
694
|
+
def secret_value
|
695
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecretValue
|
696
|
+
end
|
697
|
+
def paged_backup_configuration_info_list
|
698
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupConfigurationInfoList
|
699
|
+
end
|
700
|
+
def replica_health_state_chunk_list
|
701
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunkList
|
702
|
+
end
|
703
|
+
def backup_configuration_info
|
704
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupConfigurationInfo
|
705
|
+
end
|
706
|
+
def partition_health_state_chunk_list
|
707
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunkList
|
708
|
+
end
|
709
|
+
def backup_suspension_info
|
710
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionInfo
|
711
|
+
end
|
712
|
+
def service_health_state_chunk_list
|
713
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunkList
|
714
|
+
end
|
715
|
+
def restart_node_description
|
716
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RestartNodeDescription
|
717
|
+
end
|
718
|
+
def deployed_service_package_health_state_chunk_list
|
719
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunkList
|
720
|
+
end
|
721
|
+
def environment_variable
|
722
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EnvironmentVariable
|
723
|
+
end
|
724
|
+
def deployed_application_health_state_chunk_list
|
725
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunkList
|
726
|
+
end
|
727
|
+
def service_from_template_description
|
728
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceFromTemplateDescription
|
729
|
+
end
|
730
|
+
def volume_resource_description
|
731
|
+
Azure::ServiceFabric::V6_4_0_36::Models::VolumeResourceDescription
|
732
|
+
end
|
733
|
+
def setting
|
734
|
+
Azure::ServiceFabric::V6_4_0_36::Models::Setting
|
735
|
+
end
|
736
|
+
def partition_health_state_filter
|
737
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateFilter
|
738
|
+
end
|
739
|
+
def disable_backup_description
|
740
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DisableBackupDescription
|
741
|
+
end
|
742
|
+
def deployed_service_package_health_state_filter
|
743
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateFilter
|
744
|
+
end
|
745
|
+
def service_name_info
|
746
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceNameInfo
|
747
|
+
end
|
748
|
+
def application_health_state_filter
|
749
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateFilter
|
750
|
+
end
|
751
|
+
def container_label
|
752
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerLabel
|
753
|
+
end
|
754
|
+
def application_info
|
755
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationInfo
|
756
|
+
end
|
757
|
+
def paged_backup_policy_description_list
|
758
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupPolicyDescriptionList
|
759
|
+
end
|
760
|
+
def application_load_info
|
761
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationLoadInfo
|
762
|
+
end
|
763
|
+
def service_placement_policy_description
|
764
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyDescription
|
765
|
+
end
|
766
|
+
def paged_volume_resource_description_list
|
767
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedVolumeResourceDescriptionList
|
768
|
+
end
|
769
|
+
def backup_policy_description
|
770
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyDescription
|
771
|
+
end
|
772
|
+
def application_type_health_policy_map_item
|
773
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeHealthPolicyMapItem
|
774
|
+
end
|
775
|
+
def retention_policy_description
|
776
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyDescription
|
777
|
+
end
|
778
|
+
def paged_application_type_info_list
|
779
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationTypeInfoList
|
780
|
+
end
|
781
|
+
def backup_storage_description
|
782
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageDescription
|
783
|
+
end
|
784
|
+
def monitoring_policy_description
|
785
|
+
Azure::ServiceFabric::V6_4_0_36::Models::MonitoringPolicyDescription
|
786
|
+
end
|
787
|
+
def backup_schedule_description
|
788
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleDescription
|
789
|
+
end
|
790
|
+
def upgrade_domain_info
|
791
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainInfo
|
792
|
+
end
|
793
|
+
def service_load_metric_description
|
794
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricDescription
|
795
|
+
end
|
796
|
+
def safety_check_wrapper
|
797
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckWrapper
|
798
|
+
end
|
799
|
+
def service_type_extension_description
|
800
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeExtensionDescription
|
801
|
+
end
|
802
|
+
def current_upgrade_domain_progress_info
|
803
|
+
Azure::ServiceFabric::V6_4_0_36::Models::CurrentUpgradeDomainProgressInfo
|
804
|
+
end
|
805
|
+
def service_type_description
|
806
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeDescription
|
807
|
+
end
|
808
|
+
def application_upgrade_progress_info
|
809
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeProgressInfo
|
810
|
+
end
|
811
|
+
def service_type_info
|
812
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeInfo
|
813
|
+
end
|
814
|
+
def network_ref
|
815
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NetworkRef
|
816
|
+
end
|
817
|
+
def service_type_manifest
|
818
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeManifest
|
819
|
+
end
|
820
|
+
def network_resource_description
|
821
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceDescription
|
822
|
+
end
|
823
|
+
def endpoint_properties
|
824
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EndpointProperties
|
825
|
+
end
|
826
|
+
def paged_network_resource_description_list
|
827
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedNetworkResourceDescriptionList
|
828
|
+
end
|
829
|
+
def resource_requests
|
830
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequests
|
831
|
+
end
|
832
|
+
def cluster_health_chunk
|
833
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunk
|
834
|
+
end
|
835
|
+
def property_batch_info
|
836
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfo
|
837
|
+
end
|
838
|
+
def cluster_health_policy
|
839
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicy
|
840
|
+
end
|
841
|
+
def resource_limits
|
842
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResourceLimits
|
843
|
+
end
|
844
|
+
def cluster_health_policies
|
845
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthPolicies
|
846
|
+
end
|
847
|
+
def resource_requirements
|
848
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResourceRequirements
|
849
|
+
end
|
850
|
+
def cluster_version
|
851
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterVersion
|
852
|
+
end
|
853
|
+
def diagnostics_ref
|
854
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsRef
|
855
|
+
end
|
856
|
+
def container_api_result
|
857
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResult
|
858
|
+
end
|
859
|
+
def reliable_collections_ref
|
860
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReliableCollectionsRef
|
861
|
+
end
|
862
|
+
def upload_session
|
863
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UploadSession
|
864
|
+
end
|
865
|
+
def container_state
|
866
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerState
|
867
|
+
end
|
868
|
+
def upload_session_info
|
869
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UploadSessionInfo
|
870
|
+
end
|
871
|
+
def container_event
|
872
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerEvent
|
873
|
+
end
|
874
|
+
def repair_task_update_info
|
875
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateInfo
|
876
|
+
end
|
877
|
+
def property_batch_description_list
|
878
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchDescriptionList
|
879
|
+
end
|
880
|
+
def deployed_application_info
|
881
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationInfo
|
882
|
+
end
|
883
|
+
def property_batch_operation
|
884
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperation
|
885
|
+
end
|
886
|
+
def repair_task_cancel_description
|
887
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskCancelDescription
|
888
|
+
end
|
889
|
+
def property_description
|
890
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyDescription
|
891
|
+
end
|
892
|
+
def repair_task
|
893
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTask
|
894
|
+
end
|
895
|
+
def paged_property_info_list
|
896
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedPropertyInfoList
|
897
|
+
end
|
898
|
+
def reconfiguration_information
|
899
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationInformation
|
900
|
+
end
|
901
|
+
def property_info
|
902
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyInfo
|
903
|
+
end
|
904
|
+
def repair_target_description_base
|
905
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetDescriptionBase
|
906
|
+
end
|
907
|
+
def property_metadata
|
908
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyMetadata
|
909
|
+
end
|
910
|
+
def health_state_count
|
911
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HealthStateCount
|
912
|
+
end
|
913
|
+
def container_instance_view
|
914
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceView
|
915
|
+
end
|
916
|
+
def health_statistics
|
917
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HealthStatistics
|
918
|
+
end
|
919
|
+
def container_code_package_properties
|
920
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerCodePackageProperties
|
921
|
+
end
|
922
|
+
def entity_health_state
|
923
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthState
|
924
|
+
end
|
925
|
+
def auto_scaling_trigger
|
926
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTrigger
|
927
|
+
end
|
928
|
+
def entity_health_state_chunk_list
|
929
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunkList
|
930
|
+
end
|
931
|
+
def epoch
|
932
|
+
Azure::ServiceFabric::V6_4_0_36::Models::Epoch
|
933
|
+
end
|
934
|
+
def partition_data_loss_progress
|
935
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionDataLossProgress
|
936
|
+
end
|
937
|
+
def fabric_event
|
938
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FabricEvent
|
939
|
+
end
|
940
|
+
def auto_scaling_mechanism
|
941
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanism
|
942
|
+
end
|
943
|
+
def fabric_config_version_info
|
944
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FabricConfigVersionInfo
|
945
|
+
end
|
946
|
+
def auto_scaling_policy
|
947
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingPolicy
|
948
|
+
end
|
949
|
+
def health_information
|
950
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HealthInformation
|
951
|
+
end
|
952
|
+
def property_value
|
953
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyValue
|
954
|
+
end
|
955
|
+
def node_impact
|
956
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeImpact
|
957
|
+
end
|
958
|
+
def cluster_upgrade_description_object
|
959
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDescriptionObject
|
960
|
+
end
|
961
|
+
def node_deactivation_task
|
962
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTask
|
963
|
+
end
|
964
|
+
def failed_upgrade_domain_progress_object
|
965
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FailedUpgradeDomainProgressObject
|
966
|
+
end
|
967
|
+
def get_backup_by_storage_query_description
|
968
|
+
Azure::ServiceFabric::V6_4_0_36::Models::GetBackupByStorageQueryDescription
|
969
|
+
end
|
970
|
+
def cluster_upgrade_progress_object
|
971
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeProgressObject
|
972
|
+
end
|
973
|
+
def enable_backup_description
|
974
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EnableBackupDescription
|
975
|
+
end
|
976
|
+
def cluster_configuration_upgrade_description
|
977
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeDescription
|
978
|
+
end
|
979
|
+
def node_load_metric_information
|
980
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadMetricInformation
|
981
|
+
end
|
982
|
+
def upgrade_orchestration_service_state
|
983
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceState
|
984
|
+
end
|
985
|
+
def http_route_match_header
|
986
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchHeader
|
987
|
+
end
|
988
|
+
def upgrade_orchestration_service_state_summary
|
989
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeOrchestrationServiceStateSummary
|
990
|
+
end
|
991
|
+
def paged_deployed_application_info_list
|
992
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedDeployedApplicationInfoList
|
993
|
+
end
|
994
|
+
def application_type_image_store_path
|
995
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeImageStorePath
|
996
|
+
end
|
997
|
+
def partition_information
|
998
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionInformation
|
999
|
+
end
|
1000
|
+
def unprovision_application_type_description_info
|
1001
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionApplicationTypeDescriptionInfo
|
1002
|
+
end
|
1003
|
+
def paged_service_partition_info_list
|
1004
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedServicePartitionInfoList
|
1005
|
+
end
|
1006
|
+
def code_package_entry_point_statistics
|
1007
|
+
Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPointStatistics
|
1008
|
+
end
|
1009
|
+
def paged_replica_info_list
|
1010
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedReplicaInfoList
|
1011
|
+
end
|
1012
|
+
def code_package_entry_point
|
1013
|
+
Azure::ServiceFabric::V6_4_0_36::Models::CodePackageEntryPoint
|
1014
|
+
end
|
1015
|
+
def paged_service_info_list
|
1016
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceInfoList
|
1017
|
+
end
|
1018
|
+
def deployed_code_package_info
|
1019
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedCodePackageInfo
|
1020
|
+
end
|
1021
|
+
def http_route_config
|
1022
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteConfig
|
1023
|
+
end
|
1024
|
+
def chaos_context
|
1025
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosContext
|
1026
|
+
end
|
1027
|
+
def http_host_config
|
1028
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HttpHostConfig
|
1029
|
+
end
|
1030
|
+
def chaos_target_filter
|
1031
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosTargetFilter
|
1032
|
+
end
|
1033
|
+
def http_config
|
1034
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HttpConfig
|
1035
|
+
end
|
1036
|
+
def chaos_parameters
|
1037
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosParameters
|
1038
|
+
end
|
1039
|
+
def provision_application_type_description_base
|
1040
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescriptionBase
|
1041
|
+
end
|
1042
|
+
def chaos
|
1043
|
+
Azure::ServiceFabric::V6_4_0_36::Models::Chaos
|
1044
|
+
end
|
1045
|
+
def paged_gateway_resource_description_list
|
1046
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedGatewayResourceDescriptionList
|
1047
|
+
end
|
1048
|
+
def chaos_parameters_dictionary_item
|
1049
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosParametersDictionaryItem
|
1050
|
+
end
|
1051
|
+
def resume_cluster_upgrade_description
|
1052
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResumeClusterUpgradeDescription
|
1053
|
+
end
|
1054
|
+
def chaos_event
|
1055
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosEvent
|
1056
|
+
end
|
1057
|
+
def start_cluster_upgrade_description
|
1058
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StartClusterUpgradeDescription
|
1059
|
+
end
|
1060
|
+
def chaos_event_wrapper
|
1061
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventWrapper
|
1062
|
+
end
|
1063
|
+
def update_cluster_upgrade_description
|
1064
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpdateClusterUpgradeDescription
|
1065
|
+
end
|
1066
|
+
def chaos_events_segment
|
1067
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventsSegment
|
1068
|
+
end
|
1069
|
+
def health_evaluation_wrapper
|
1070
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationWrapper
|
1071
|
+
end
|
1072
|
+
def chaos_schedule_job_active_days_of_week
|
1073
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJobActiveDaysOfWeek
|
1074
|
+
end
|
1075
|
+
def application_health_policy
|
1076
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicy
|
1077
|
+
end
|
1078
|
+
def time_of_day
|
1079
|
+
Azure::ServiceFabric::V6_4_0_36::Models::TimeOfDay
|
1080
|
+
end
|
1081
|
+
def secret_value_properties
|
1082
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecretValueProperties
|
1083
|
+
end
|
1084
|
+
def time_range
|
1085
|
+
Azure::ServiceFabric::V6_4_0_36::Models::TimeRange
|
1086
|
+
end
|
1087
|
+
def paged_secret_value_resource_description_list
|
1088
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretValueResourceDescriptionList
|
1089
|
+
end
|
1090
|
+
def chaos_schedule_job
|
1091
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleJob
|
1092
|
+
end
|
1093
|
+
def volume_reference
|
1094
|
+
Azure::ServiceFabric::V6_4_0_36::Models::VolumeReference
|
1095
|
+
end
|
1096
|
+
def chaos_schedule
|
1097
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosSchedule
|
1098
|
+
end
|
1099
|
+
def replica_health_state_filter
|
1100
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateFilter
|
1101
|
+
end
|
1102
|
+
def chaos_schedule_description
|
1103
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleDescription
|
1104
|
+
end
|
1105
|
+
def deployed_application_health_state_filter
|
1106
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateFilter
|
1107
|
+
end
|
1108
|
+
def paged_sub_name_info_list
|
1109
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedSubNameInfoList
|
1110
|
+
end
|
1111
|
+
def application_metric_description
|
1112
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationMetricDescription
|
1113
|
+
end
|
1114
|
+
def name_description
|
1115
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NameDescription
|
1116
|
+
end
|
1117
|
+
def endpoint_ref
|
1118
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EndpointRef
|
1119
|
+
end
|
1120
|
+
def application_upgrade_update_description
|
1121
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeUpdateDescription
|
1122
|
+
end
|
1123
|
+
def application_type_manifest
|
1124
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeManifest
|
1125
|
+
end
|
1126
|
+
def resume_application_upgrade_description
|
1127
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResumeApplicationUpgradeDescription
|
1128
|
+
end
|
1129
|
+
def safety_check
|
1130
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheck
|
1131
|
+
end
|
1132
|
+
def deploy_service_package_to_node_description
|
1133
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployServicePackageToNodeDescription
|
1134
|
+
end
|
1135
|
+
def failure_upgrade_domain_progress_info
|
1136
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FailureUpgradeDomainProgressInfo
|
1137
|
+
end
|
1138
|
+
def package_sharing_policy_info
|
1139
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyInfo
|
1140
|
+
end
|
1141
|
+
def node_id
|
1142
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeId
|
1143
|
+
end
|
1144
|
+
def application_capacity_description
|
1145
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCapacityDescription
|
1146
|
+
end
|
1147
|
+
def gateway_destination
|
1148
|
+
Azure::ServiceFabric::V6_4_0_36::Models::GatewayDestination
|
1149
|
+
end
|
1150
|
+
def application_description
|
1151
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDescription
|
1152
|
+
end
|
1153
|
+
def cluster_health_chunk_query_description
|
1154
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthChunkQueryDescription
|
1155
|
+
end
|
1156
|
+
def compose_deployment_status_info
|
1157
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatusInfo
|
1158
|
+
end
|
1159
|
+
def container_api_request_body
|
1160
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiRequestBody
|
1161
|
+
end
|
1162
|
+
def registry_credential
|
1163
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RegistryCredential
|
1164
|
+
end
|
1165
|
+
def deactivation_intent_description
|
1166
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntentDescription
|
1167
|
+
end
|
1168
|
+
def compose_deployment_upgrade_description
|
1169
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeDescription
|
1170
|
+
end
|
1171
|
+
def repair_task_update_health_policy_description
|
1172
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskUpdateHealthPolicyDescription
|
1173
|
+
end
|
1174
|
+
def compose_deployment_upgrade_progress_info
|
1175
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeProgressInfo
|
1176
|
+
end
|
1177
|
+
def repair_task_approve_description
|
1178
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskApproveDescription
|
1179
|
+
end
|
1180
|
+
def paged_compose_deployment_status_info_list
|
1181
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedComposeDeploymentStatusInfoList
|
1182
|
+
end
|
1183
|
+
def repair_task_history
|
1184
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHistory
|
1185
|
+
end
|
1186
|
+
def create_compose_deployment_description
|
1187
|
+
Azure::ServiceFabric::V6_4_0_36::Models::CreateComposeDeploymentDescription
|
1188
|
+
end
|
1189
|
+
def entity_kind_health_state_count
|
1190
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EntityKindHealthStateCount
|
1191
|
+
end
|
1192
|
+
def deployed_service_package_info
|
1193
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageInfo
|
1194
|
+
end
|
1195
|
+
def entity_health_state_chunk
|
1196
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EntityHealthStateChunk
|
1197
|
+
end
|
1198
|
+
def service_correlation_description
|
1199
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationDescription
|
1200
|
+
end
|
1201
|
+
def fabric_code_version_info
|
1202
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FabricCodeVersionInfo
|
1203
|
+
end
|
1204
|
+
def partition_scheme_description
|
1205
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionSchemeDescription
|
1206
|
+
end
|
1207
|
+
def http_route_match_path
|
1208
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchPath
|
1209
|
+
end
|
1210
|
+
def partition_restart_progress
|
1211
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionRestartProgress
|
1212
|
+
end
|
1213
|
+
def node_deactivation_info
|
1214
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationInfo
|
1215
|
+
end
|
1216
|
+
def restart_partition_result
|
1217
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionResult
|
1218
|
+
end
|
1219
|
+
def node_info
|
1220
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeInfo
|
1221
|
+
end
|
1222
|
+
def partition_quorum_loss_progress
|
1223
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionQuorumLossProgress
|
1224
|
+
end
|
1225
|
+
def paged_application_info_list
|
1226
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationInfoList
|
1227
|
+
end
|
1228
|
+
def scaling_trigger_description
|
1229
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerDescription
|
1230
|
+
end
|
1231
|
+
def service_partition_info
|
1232
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionInfo
|
1233
|
+
end
|
1234
|
+
def fabric_error_error
|
1235
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorError
|
1236
|
+
end
|
1237
|
+
def service_info
|
1238
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceInfo
|
1239
|
+
end
|
1240
|
+
def container_logs
|
1241
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerLogs
|
1242
|
+
end
|
1243
|
+
def backup_entity
|
1244
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupEntity
|
1245
|
+
end
|
1246
|
+
def aad_metadata_object
|
1247
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AadMetadataObject
|
1248
|
+
end
|
1249
|
+
def provision_fabric_description
|
1250
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ProvisionFabricDescription
|
1251
|
+
end
|
1252
|
+
def unprovision_fabric_description
|
1253
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UnprovisionFabricDescription
|
1254
|
+
end
|
1255
|
+
def paged_application_resource_description_list
|
1256
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedApplicationResourceDescriptionList
|
1257
|
+
end
|
1258
|
+
def rolling_upgrade_update_description
|
1259
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RollingUpgradeUpdateDescription
|
1260
|
+
end
|
1261
|
+
def replicator_queue_status
|
1262
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorQueueStatus
|
1263
|
+
end
|
1264
|
+
def service_type_health_policy
|
1265
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeHealthPolicy
|
1266
|
+
end
|
1267
|
+
def replicator_status
|
1268
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorStatus
|
1269
|
+
end
|
1270
|
+
def secret_value_resource_description
|
1271
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecretValueResourceDescription
|
1272
|
+
end
|
1273
|
+
def remote_replicator_acknowledgement_detail
|
1274
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementDetail
|
1275
|
+
end
|
1276
|
+
def application_scoped_volume_creation_parameters
|
1277
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParameters
|
1278
|
+
end
|
1279
|
+
def remote_replicator_acknowledgement_status
|
1280
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorAcknowledgementStatus
|
1281
|
+
end
|
1282
|
+
def application_parameter
|
1283
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationParameter
|
1284
|
+
end
|
1285
|
+
def remote_replicator_status
|
1286
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RemoteReplicatorStatus
|
1287
|
+
end
|
1288
|
+
def application_type_info
|
1289
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeInfo
|
1290
|
+
end
|
1291
|
+
def application_resource_description
|
1292
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationResourceDescription
|
1293
|
+
end
|
1294
|
+
def node_upgrade_progress_info
|
1295
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradeProgressInfo
|
1296
|
+
end
|
1297
|
+
def paged_service_replica_description_list
|
1298
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceReplicaDescriptionList
|
1299
|
+
end
|
1300
|
+
def network_resource_properties_base
|
1301
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourcePropertiesBase
|
1302
|
+
end
|
1303
|
+
def paged_service_resource_description_list
|
1304
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedServiceResourceDescriptionList
|
1305
|
+
end
|
1306
|
+
def cluster_manifest
|
1307
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterManifest
|
1308
|
+
end
|
1309
|
+
def service_replica_properties
|
1310
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaProperties
|
1311
|
+
end
|
1312
|
+
def upload_chunk_range
|
1313
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UploadChunkRange
|
1314
|
+
end
|
1315
|
+
def load_metric_report_info
|
1316
|
+
Azure::ServiceFabric::V6_4_0_36::Models::LoadMetricReportInfo
|
1317
|
+
end
|
1318
|
+
def deployed_service_replica_info
|
1319
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaInfo
|
1320
|
+
end
|
1321
|
+
def deployed_service_replica_detail_info
|
1322
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceReplicaDetailInfo
|
1323
|
+
end
|
1324
|
+
def entity_health
|
1325
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EntityHealth
|
1326
|
+
end
|
1327
|
+
def service_properties
|
1328
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceProperties
|
1329
|
+
end
|
1330
|
+
def cluster_configuration_upgrade_status_info
|
1331
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfigurationUpgradeStatusInfo
|
1332
|
+
end
|
1333
|
+
def auto_scaling_metric
|
1334
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetric
|
1335
|
+
end
|
1336
|
+
def paged_backup_entity_list
|
1337
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedBackupEntityList
|
1338
|
+
end
|
1339
|
+
def diagnostics_description
|
1340
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsDescription
|
1341
|
+
end
|
1342
|
+
def paged_node_info_list
|
1343
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedNodeInfoList
|
1344
|
+
end
|
1345
|
+
def replica_status_base
|
1346
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatusBase
|
1347
|
+
end
|
1348
|
+
def http_route_match_rule
|
1349
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HttpRouteMatchRule
|
1350
|
+
end
|
1351
|
+
def service_update_description
|
1352
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceUpdateDescription
|
1353
|
+
end
|
1354
|
+
def gateway_resource_description
|
1355
|
+
Azure::ServiceFabric::V6_4_0_36::Models::GatewayResourceDescription
|
1356
|
+
end
|
1357
|
+
def diagnostics_sink_properties
|
1358
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkProperties
|
1359
|
+
end
|
1360
|
+
def paged_secret_resource_description_list
|
1361
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PagedSecretResourceDescriptionList
|
1362
|
+
end
|
1363
|
+
def service_resource_description
|
1364
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceResourceDescription
|
1365
|
+
end
|
1366
|
+
def volume_provider_parameters_azure_file
|
1367
|
+
Azure::ServiceFabric::V6_4_0_36::Models::VolumeProviderParametersAzureFile
|
1368
|
+
end
|
1369
|
+
def file_version
|
1370
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FileVersion
|
1371
|
+
end
|
1372
|
+
def application_name_info
|
1373
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNameInfo
|
1374
|
+
end
|
1375
|
+
def file_info
|
1376
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FileInfo
|
1377
|
+
end
|
1378
|
+
def cluster_configuration
|
1379
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterConfiguration
|
1380
|
+
end
|
1381
|
+
def folder_info
|
1382
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FolderInfo
|
1383
|
+
end
|
1384
|
+
def container_api_response
|
1385
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerApiResponse
|
1386
|
+
end
|
1387
|
+
def image_store_content
|
1388
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreContent
|
1389
|
+
end
|
1390
|
+
def repair_impact_description_base
|
1391
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactDescriptionBase
|
1392
|
+
end
|
1393
|
+
def image_store_copy_description
|
1394
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ImageStoreCopyDescription
|
1395
|
+
end
|
1396
|
+
def node_deactivation_task_id
|
1397
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskId
|
1398
|
+
end
|
1399
|
+
def restart_deployed_code_package_description
|
1400
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RestartDeployedCodePackageDescription
|
1401
|
+
end
|
1402
|
+
def replica_info
|
1403
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaInfo
|
1404
|
+
end
|
1405
|
+
def deployed_service_type_info
|
1406
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServiceTypeInfo
|
1407
|
+
end
|
1408
|
+
def cluster_upgrade_health_policy_object
|
1409
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeHealthPolicyObject
|
1410
|
+
end
|
1411
|
+
def resolved_service_endpoint
|
1412
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServiceEndpoint
|
1413
|
+
end
|
1414
|
+
def service_health_state_filter
|
1415
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateFilter
|
1416
|
+
end
|
1417
|
+
def resolved_service_partition
|
1418
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResolvedServicePartition
|
1419
|
+
end
|
1420
|
+
def node_health_state_filter
|
1421
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateFilter
|
1422
|
+
end
|
1423
|
+
def selected_partition
|
1424
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SelectedPartition
|
1425
|
+
end
|
1426
|
+
def tcp_config
|
1427
|
+
Azure::ServiceFabric::V6_4_0_36::Models::TcpConfig
|
1428
|
+
end
|
1429
|
+
def invoke_data_loss_result
|
1430
|
+
Azure::ServiceFabric::V6_4_0_36::Models::InvokeDataLossResult
|
1431
|
+
end
|
1432
|
+
def backup_progress_info
|
1433
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupProgressInfo
|
1434
|
+
end
|
1435
|
+
def invoke_quorum_loss_result
|
1436
|
+
Azure::ServiceFabric::V6_4_0_36::Models::InvokeQuorumLossResult
|
1437
|
+
end
|
1438
|
+
def application_upgrade_description
|
1439
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDescription
|
1440
|
+
end
|
1441
|
+
def node_result
|
1442
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeResult
|
1443
|
+
end
|
1444
|
+
def node_load_info
|
1445
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeLoadInfo
|
1446
|
+
end
|
1447
|
+
def node_transition_result
|
1448
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionResult
|
1449
|
+
end
|
1450
|
+
def repair_task_delete_description
|
1451
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskDeleteDescription
|
1452
|
+
end
|
1453
|
+
def node_transition_progress
|
1454
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionProgress
|
1455
|
+
end
|
1456
|
+
def application_health_policies
|
1457
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthPolicies
|
1458
|
+
end
|
1459
|
+
def operation_status
|
1460
|
+
Azure::ServiceFabric::V6_4_0_36::Models::OperationStatus
|
1461
|
+
end
|
1462
|
+
def application_event
|
1463
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationEvent
|
1464
|
+
end
|
1465
|
+
def service_health_state
|
1466
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthState
|
1467
|
+
end
|
1468
|
+
def deployed_application_health_state
|
1469
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthState
|
1470
|
+
end
|
1471
|
+
def application_health
|
1472
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealth
|
1473
|
+
end
|
1474
|
+
def application_health_evaluation
|
1475
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthEvaluation
|
1476
|
+
end
|
1477
|
+
def application_health_state
|
1478
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthState
|
1479
|
+
end
|
1480
|
+
def replica_health_state_chunk
|
1481
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthStateChunk
|
1482
|
+
end
|
1483
|
+
def partition_health_state_chunk
|
1484
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthStateChunk
|
1485
|
+
end
|
1486
|
+
def service_health_state_chunk
|
1487
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthStateChunk
|
1488
|
+
end
|
1489
|
+
def deployed_service_package_health_state_chunk
|
1490
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthStateChunk
|
1491
|
+
end
|
1492
|
+
def deployed_application_health_state_chunk
|
1493
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthStateChunk
|
1494
|
+
end
|
1495
|
+
def application_health_state_chunk
|
1496
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunk
|
1497
|
+
end
|
1498
|
+
def application_health_state_chunk_list
|
1499
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthStateChunkList
|
1500
|
+
end
|
1501
|
+
def applications_health_evaluation
|
1502
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationsHealthEvaluation
|
1503
|
+
end
|
1504
|
+
def application_type_applications_health_evaluation
|
1505
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeApplicationsHealthEvaluation
|
1506
|
+
end
|
1507
|
+
def cluster_event
|
1508
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterEvent
|
1509
|
+
end
|
1510
|
+
def node_health_state
|
1511
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthState
|
1512
|
+
end
|
1513
|
+
def cluster_health
|
1514
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealth
|
1515
|
+
end
|
1516
|
+
def node_health_state_chunk
|
1517
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunk
|
1518
|
+
end
|
1519
|
+
def node_health_state_chunk_list
|
1520
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthStateChunkList
|
1521
|
+
end
|
1522
|
+
def container_instance_event
|
1523
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ContainerInstanceEvent
|
1524
|
+
end
|
1525
|
+
def delta_nodes_check_health_evaluation
|
1526
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeltaNodesCheckHealthEvaluation
|
1527
|
+
end
|
1528
|
+
def deployed_service_package_health_state
|
1529
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthState
|
1530
|
+
end
|
1531
|
+
def deployed_application_health
|
1532
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealth
|
1533
|
+
end
|
1534
|
+
def deployed_application_health_evaluation
|
1535
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthEvaluation
|
1536
|
+
end
|
1537
|
+
def deployed_applications_health_evaluation
|
1538
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationsHealthEvaluation
|
1539
|
+
end
|
1540
|
+
def deployed_service_package_health
|
1541
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealth
|
1542
|
+
end
|
1543
|
+
def deployed_service_package_health_evaluation
|
1544
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthEvaluation
|
1545
|
+
end
|
1546
|
+
def deployed_service_packages_health_evaluation
|
1547
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackagesHealthEvaluation
|
1548
|
+
end
|
1549
|
+
def deployed_stateful_service_replica_info
|
1550
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaInfo
|
1551
|
+
end
|
1552
|
+
def deployed_stateless_service_instance_info
|
1553
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceInfo
|
1554
|
+
end
|
1555
|
+
def health_event
|
1556
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HealthEvent
|
1557
|
+
end
|
1558
|
+
def event_health_evaluation
|
1559
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EventHealthEvaluation
|
1560
|
+
end
|
1561
|
+
def int64_range_partition_information
|
1562
|
+
Azure::ServiceFabric::V6_4_0_36::Models::Int64RangePartitionInformation
|
1563
|
+
end
|
1564
|
+
def named_partition_information
|
1565
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionInformation
|
1566
|
+
end
|
1567
|
+
def node_event
|
1568
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeEvent
|
1569
|
+
end
|
1570
|
+
def node_health
|
1571
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeHealth
|
1572
|
+
end
|
1573
|
+
def node_health_evaluation
|
1574
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthEvaluation
|
1575
|
+
end
|
1576
|
+
def nodes_health_evaluation
|
1577
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodesHealthEvaluation
|
1578
|
+
end
|
1579
|
+
def partition_event
|
1580
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionEvent
|
1581
|
+
end
|
1582
|
+
def partition_analysis_event
|
1583
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionAnalysisEvent
|
1584
|
+
end
|
1585
|
+
def replica_health_state
|
1586
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthState
|
1587
|
+
end
|
1588
|
+
def partition_health
|
1589
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealth
|
1590
|
+
end
|
1591
|
+
def partition_health_evaluation
|
1592
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthEvaluation
|
1593
|
+
end
|
1594
|
+
def partition_health_state
|
1595
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthState
|
1596
|
+
end
|
1597
|
+
def provision_application_type_description
|
1598
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeDescription
|
1599
|
+
end
|
1600
|
+
def external_store_provision_application_type_description
|
1601
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ExternalStoreProvisionApplicationTypeDescription
|
1602
|
+
end
|
1603
|
+
def partition_safety_check
|
1604
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionSafetyCheck
|
1605
|
+
end
|
1606
|
+
def ensure_availability_safety_check
|
1607
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EnsureAvailabilitySafetyCheck
|
1608
|
+
end
|
1609
|
+
def ensure_partition_qurum_safety_check
|
1610
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EnsurePartitionQurumSafetyCheck
|
1611
|
+
end
|
1612
|
+
def seed_node_safety_check
|
1613
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SeedNodeSafetyCheck
|
1614
|
+
end
|
1615
|
+
def partitions_health_evaluation
|
1616
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionsHealthEvaluation
|
1617
|
+
end
|
1618
|
+
def replica_event
|
1619
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaEvent
|
1620
|
+
end
|
1621
|
+
def replica_health
|
1622
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealth
|
1623
|
+
end
|
1624
|
+
def replica_health_evaluation
|
1625
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthEvaluation
|
1626
|
+
end
|
1627
|
+
def replicas_health_evaluation
|
1628
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicasHealthEvaluation
|
1629
|
+
end
|
1630
|
+
def service_event
|
1631
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceEvent
|
1632
|
+
end
|
1633
|
+
def service_health_evaluation
|
1634
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthEvaluation
|
1635
|
+
end
|
1636
|
+
def service_health
|
1637
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealth
|
1638
|
+
end
|
1639
|
+
def service_placement_invalid_domain_policy_description
|
1640
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementInvalidDomainPolicyDescription
|
1641
|
+
end
|
1642
|
+
def service_placement_non_partially_place_service_policy_description
|
1643
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementNonPartiallyPlaceServicePolicyDescription
|
1644
|
+
end
|
1645
|
+
def service_placement_prefer_primary_domain_policy_description
|
1646
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPreferPrimaryDomainPolicyDescription
|
1647
|
+
end
|
1648
|
+
def service_placement_required_domain_policy_description
|
1649
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequiredDomainPolicyDescription
|
1650
|
+
end
|
1651
|
+
def service_placement_require_domain_distribution_policy_description
|
1652
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementRequireDomainDistributionPolicyDescription
|
1653
|
+
end
|
1654
|
+
def services_health_evaluation
|
1655
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicesHealthEvaluation
|
1656
|
+
end
|
1657
|
+
def singleton_partition_information
|
1658
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionInformation
|
1659
|
+
end
|
1660
|
+
def stateful_service_info
|
1661
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceInfo
|
1662
|
+
end
|
1663
|
+
def stateful_service_partition_info
|
1664
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulServicePartitionInfo
|
1665
|
+
end
|
1666
|
+
def stateful_service_replica_health
|
1667
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealth
|
1668
|
+
end
|
1669
|
+
def stateful_service_replica_health_state
|
1670
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaHealthState
|
1671
|
+
end
|
1672
|
+
def stateful_service_type_description
|
1673
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceTypeDescription
|
1674
|
+
end
|
1675
|
+
def stateless_service_info
|
1676
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInfo
|
1677
|
+
end
|
1678
|
+
def stateless_service_instance_health
|
1679
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealth
|
1680
|
+
end
|
1681
|
+
def stateless_service_instance_health_state
|
1682
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceHealthState
|
1683
|
+
end
|
1684
|
+
def stateless_service_partition_info
|
1685
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessServicePartitionInfo
|
1686
|
+
end
|
1687
|
+
def stateless_service_type_description
|
1688
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceTypeDescription
|
1689
|
+
end
|
1690
|
+
def system_application_health_evaluation
|
1691
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SystemApplicationHealthEvaluation
|
1692
|
+
end
|
1693
|
+
def upgrade_domain_delta_nodes_check_health_evaluation
|
1694
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainDeltaNodesCheckHealthEvaluation
|
1695
|
+
end
|
1696
|
+
def upgrade_domain_nodes_health_evaluation
|
1697
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainNodesHealthEvaluation
|
1698
|
+
end
|
1699
|
+
def wait_for_inbuild_replica_safety_check
|
1700
|
+
Azure::ServiceFabric::V6_4_0_36::Models::WaitForInbuildReplicaSafetyCheck
|
1701
|
+
end
|
1702
|
+
def wait_for_primary_placement_safety_check
|
1703
|
+
Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimaryPlacementSafetyCheck
|
1704
|
+
end
|
1705
|
+
def wait_for_primary_swap_safety_check
|
1706
|
+
Azure::ServiceFabric::V6_4_0_36::Models::WaitForPrimarySwapSafetyCheck
|
1707
|
+
end
|
1708
|
+
def wait_for_reconfiguration_safety_check
|
1709
|
+
Azure::ServiceFabric::V6_4_0_36::Models::WaitForReconfigurationSafetyCheck
|
1710
|
+
end
|
1711
|
+
def stateful_service_replica_info
|
1712
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceReplicaInfo
|
1713
|
+
end
|
1714
|
+
def stateless_service_instance_info
|
1715
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceInstanceInfo
|
1716
|
+
end
|
1717
|
+
def executing_faults_chaos_event
|
1718
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ExecutingFaultsChaosEvent
|
1719
|
+
end
|
1720
|
+
def started_chaos_event
|
1721
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StartedChaosEvent
|
1722
|
+
end
|
1723
|
+
def stopped_chaos_event
|
1724
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StoppedChaosEvent
|
1725
|
+
end
|
1726
|
+
def test_error_chaos_event
|
1727
|
+
Azure::ServiceFabric::V6_4_0_36::Models::TestErrorChaosEvent
|
1728
|
+
end
|
1729
|
+
def validation_failed_chaos_event
|
1730
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ValidationFailedChaosEvent
|
1731
|
+
end
|
1732
|
+
def waiting_chaos_event
|
1733
|
+
Azure::ServiceFabric::V6_4_0_36::Models::WaitingChaosEvent
|
1734
|
+
end
|
1735
|
+
def named_partition_scheme_description
|
1736
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NamedPartitionSchemeDescription
|
1737
|
+
end
|
1738
|
+
def singleton_partition_scheme_description
|
1739
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SingletonPartitionSchemeDescription
|
1740
|
+
end
|
1741
|
+
def uniform_int64_range_partition_scheme_description
|
1742
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UniformInt64RangePartitionSchemeDescription
|
1743
|
+
end
|
1744
|
+
def stateful_service_description
|
1745
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceDescription
|
1746
|
+
end
|
1747
|
+
def stateless_service_description
|
1748
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceDescription
|
1749
|
+
end
|
1750
|
+
def primary_replicator_status
|
1751
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PrimaryReplicatorStatus
|
1752
|
+
end
|
1753
|
+
def secondary_replicator_status
|
1754
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecondaryReplicatorStatus
|
1755
|
+
end
|
1756
|
+
def secondary_active_replicator_status
|
1757
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecondaryActiveReplicatorStatus
|
1758
|
+
end
|
1759
|
+
def secondary_idle_replicator_status
|
1760
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecondaryIdleReplicatorStatus
|
1761
|
+
end
|
1762
|
+
def key_value_store_replica_status
|
1763
|
+
Azure::ServiceFabric::V6_4_0_36::Models::KeyValueStoreReplicaStatus
|
1764
|
+
end
|
1765
|
+
def deployed_stateful_service_replica_detail_info
|
1766
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatefulServiceReplicaDetailInfo
|
1767
|
+
end
|
1768
|
+
def deployed_stateless_service_instance_detail_info
|
1769
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedStatelessServiceInstanceDetailInfo
|
1770
|
+
end
|
1771
|
+
def stateful_service_update_description
|
1772
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulServiceUpdateDescription
|
1773
|
+
end
|
1774
|
+
def stateless_service_update_description
|
1775
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessServiceUpdateDescription
|
1776
|
+
end
|
1777
|
+
def binary_property_value
|
1778
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BinaryPropertyValue
|
1779
|
+
end
|
1780
|
+
def int64_property_value
|
1781
|
+
Azure::ServiceFabric::V6_4_0_36::Models::Int64PropertyValue
|
1782
|
+
end
|
1783
|
+
def double_property_value
|
1784
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DoublePropertyValue
|
1785
|
+
end
|
1786
|
+
def string_property_value
|
1787
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StringPropertyValue
|
1788
|
+
end
|
1789
|
+
def guid_property_value
|
1790
|
+
Azure::ServiceFabric::V6_4_0_36::Models::GuidPropertyValue
|
1791
|
+
end
|
1792
|
+
def check_exists_property_batch_operation
|
1793
|
+
Azure::ServiceFabric::V6_4_0_36::Models::CheckExistsPropertyBatchOperation
|
1794
|
+
end
|
1795
|
+
def check_sequence_property_batch_operation
|
1796
|
+
Azure::ServiceFabric::V6_4_0_36::Models::CheckSequencePropertyBatchOperation
|
1797
|
+
end
|
1798
|
+
def check_value_property_batch_operation
|
1799
|
+
Azure::ServiceFabric::V6_4_0_36::Models::CheckValuePropertyBatchOperation
|
1800
|
+
end
|
1801
|
+
def delete_property_batch_operation
|
1802
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeletePropertyBatchOperation
|
1803
|
+
end
|
1804
|
+
def get_property_batch_operation
|
1805
|
+
Azure::ServiceFabric::V6_4_0_36::Models::GetPropertyBatchOperation
|
1806
|
+
end
|
1807
|
+
def put_property_batch_operation
|
1808
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PutPropertyBatchOperation
|
1809
|
+
end
|
1810
|
+
def successful_property_batch_info
|
1811
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SuccessfulPropertyBatchInfo
|
1812
|
+
end
|
1813
|
+
def failed_property_batch_info
|
1814
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FailedPropertyBatchInfo
|
1815
|
+
end
|
1816
|
+
def basic_retention_policy_description
|
1817
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BasicRetentionPolicyDescription
|
1818
|
+
end
|
1819
|
+
def application_backup_configuration_info
|
1820
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupConfigurationInfo
|
1821
|
+
end
|
1822
|
+
def service_backup_configuration_info
|
1823
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupConfigurationInfo
|
1824
|
+
end
|
1825
|
+
def azure_blob_backup_storage_description
|
1826
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AzureBlobBackupStorageDescription
|
1827
|
+
end
|
1828
|
+
def file_share_backup_storage_description
|
1829
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FileShareBackupStorageDescription
|
1830
|
+
end
|
1831
|
+
def frequency_based_backup_schedule_description
|
1832
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FrequencyBasedBackupScheduleDescription
|
1833
|
+
end
|
1834
|
+
def time_based_backup_schedule_description
|
1835
|
+
Azure::ServiceFabric::V6_4_0_36::Models::TimeBasedBackupScheduleDescription
|
1836
|
+
end
|
1837
|
+
def partition_backup_configuration_info
|
1838
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupConfigurationInfo
|
1839
|
+
end
|
1840
|
+
def application_backup_entity
|
1841
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationBackupEntity
|
1842
|
+
end
|
1843
|
+
def service_backup_entity
|
1844
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceBackupEntity
|
1845
|
+
end
|
1846
|
+
def partition_backup_entity
|
1847
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionBackupEntity
|
1848
|
+
end
|
1849
|
+
def node_repair_impact_description
|
1850
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairImpactDescription
|
1851
|
+
end
|
1852
|
+
def node_repair_target_description
|
1853
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeRepairTargetDescription
|
1854
|
+
end
|
1855
|
+
def average_partition_load_scaling_trigger
|
1856
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AveragePartitionLoadScalingTrigger
|
1857
|
+
end
|
1858
|
+
def average_service_load_scaling_trigger
|
1859
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AverageServiceLoadScalingTrigger
|
1860
|
+
end
|
1861
|
+
def partition_instance_count_scale_mechanism
|
1862
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionInstanceCountScaleMechanism
|
1863
|
+
end
|
1864
|
+
def add_remove_incremental_named_partition_scaling_mechanism
|
1865
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveIncrementalNamedPartitionScalingMechanism
|
1866
|
+
end
|
1867
|
+
def application_created_event
|
1868
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationCreatedEvent
|
1869
|
+
end
|
1870
|
+
def application_deleted_event
|
1871
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDeletedEvent
|
1872
|
+
end
|
1873
|
+
def application_new_health_report_event
|
1874
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationNewHealthReportEvent
|
1875
|
+
end
|
1876
|
+
def application_health_report_expired_event
|
1877
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationHealthReportExpiredEvent
|
1878
|
+
end
|
1879
|
+
def application_upgrade_completed_event
|
1880
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeCompletedEvent
|
1881
|
+
end
|
1882
|
+
def application_upgrade_domain_completed_event
|
1883
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeDomainCompletedEvent
|
1884
|
+
end
|
1885
|
+
def application_upgrade_rollback_completed_event
|
1886
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackCompletedEvent
|
1887
|
+
end
|
1888
|
+
def application_upgrade_rollback_started_event
|
1889
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeRollbackStartedEvent
|
1890
|
+
end
|
1891
|
+
def application_upgrade_started_event
|
1892
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationUpgradeStartedEvent
|
1893
|
+
end
|
1894
|
+
def deployed_application_new_health_report_event
|
1895
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationNewHealthReportEvent
|
1896
|
+
end
|
1897
|
+
def deployed_application_health_report_expired_event
|
1898
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationHealthReportExpiredEvent
|
1899
|
+
end
|
1900
|
+
def application_process_exited_event
|
1901
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationProcessExitedEvent
|
1902
|
+
end
|
1903
|
+
def application_container_instance_exited_event
|
1904
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationContainerInstanceExitedEvent
|
1905
|
+
end
|
1906
|
+
def node_aborted_event
|
1907
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeAbortedEvent
|
1908
|
+
end
|
1909
|
+
def node_added_to_cluster_event
|
1910
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeAddedToClusterEvent
|
1911
|
+
end
|
1912
|
+
def node_closed_event
|
1913
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeClosedEvent
|
1914
|
+
end
|
1915
|
+
def node_deactivate_completed_event
|
1916
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateCompletedEvent
|
1917
|
+
end
|
1918
|
+
def node_deactivate_started_event
|
1919
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivateStartedEvent
|
1920
|
+
end
|
1921
|
+
def node_down_event
|
1922
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDownEvent
|
1923
|
+
end
|
1924
|
+
def node_new_health_report_event
|
1925
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeNewHealthReportEvent
|
1926
|
+
end
|
1927
|
+
def node_health_report_expired_event
|
1928
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeHealthReportExpiredEvent
|
1929
|
+
end
|
1930
|
+
def node_open_succeeded_event
|
1931
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenSucceededEvent
|
1932
|
+
end
|
1933
|
+
def node_open_failed_event
|
1934
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeOpenFailedEvent
|
1935
|
+
end
|
1936
|
+
def node_removed_from_cluster_event
|
1937
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeRemovedFromClusterEvent
|
1938
|
+
end
|
1939
|
+
def node_up_event
|
1940
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeUpEvent
|
1941
|
+
end
|
1942
|
+
def partition_new_health_report_event
|
1943
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionNewHealthReportEvent
|
1944
|
+
end
|
1945
|
+
def partition_health_report_expired_event
|
1946
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionHealthReportExpiredEvent
|
1947
|
+
end
|
1948
|
+
def partition_reconfigured_event
|
1949
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionReconfiguredEvent
|
1950
|
+
end
|
1951
|
+
def partition_primary_move_analysis_event
|
1952
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionPrimaryMoveAnalysisEvent
|
1953
|
+
end
|
1954
|
+
def service_created_event
|
1955
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceCreatedEvent
|
1956
|
+
end
|
1957
|
+
def service_deleted_event
|
1958
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceDeletedEvent
|
1959
|
+
end
|
1960
|
+
def service_new_health_report_event
|
1961
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceNewHealthReportEvent
|
1962
|
+
end
|
1963
|
+
def service_health_report_expired_event
|
1964
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceHealthReportExpiredEvent
|
1965
|
+
end
|
1966
|
+
def deployed_service_package_new_health_report_event
|
1967
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageNewHealthReportEvent
|
1968
|
+
end
|
1969
|
+
def deployed_service_package_health_report_expired_event
|
1970
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedServicePackageHealthReportExpiredEvent
|
1971
|
+
end
|
1972
|
+
def stateful_replica_new_health_report_event
|
1973
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaNewHealthReportEvent
|
1974
|
+
end
|
1975
|
+
def stateful_replica_health_report_expired_event
|
1976
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatefulReplicaHealthReportExpiredEvent
|
1977
|
+
end
|
1978
|
+
def stateless_replica_new_health_report_event
|
1979
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaNewHealthReportEvent
|
1980
|
+
end
|
1981
|
+
def stateless_replica_health_report_expired_event
|
1982
|
+
Azure::ServiceFabric::V6_4_0_36::Models::StatelessReplicaHealthReportExpiredEvent
|
1983
|
+
end
|
1984
|
+
def cluster_new_health_report_event
|
1985
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterNewHealthReportEvent
|
1986
|
+
end
|
1987
|
+
def cluster_health_report_expired_event
|
1988
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterHealthReportExpiredEvent
|
1989
|
+
end
|
1990
|
+
def cluster_upgrade_completed_event
|
1991
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeCompletedEvent
|
1992
|
+
end
|
1993
|
+
def cluster_upgrade_domain_completed_event
|
1994
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeDomainCompletedEvent
|
1995
|
+
end
|
1996
|
+
def cluster_upgrade_rollback_completed_event
|
1997
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackCompletedEvent
|
1998
|
+
end
|
1999
|
+
def cluster_upgrade_rollback_started_event
|
2000
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeRollbackStartedEvent
|
2001
|
+
end
|
2002
|
+
def cluster_upgrade_started_event
|
2003
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ClusterUpgradeStartedEvent
|
2004
|
+
end
|
2005
|
+
def chaos_stopped_event
|
2006
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosStoppedEvent
|
2007
|
+
end
|
2008
|
+
def chaos_started_event
|
2009
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosStartedEvent
|
2010
|
+
end
|
2011
|
+
def chaos_code_package_restart_scheduled_event
|
2012
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosCodePackageRestartScheduledEvent
|
2013
|
+
end
|
2014
|
+
def chaos_replica_removal_scheduled_event
|
2015
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRemovalScheduledEvent
|
2016
|
+
end
|
2017
|
+
def chaos_partition_secondary_move_scheduled_event
|
2018
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionSecondaryMoveScheduledEvent
|
2019
|
+
end
|
2020
|
+
def chaos_partition_primary_move_scheduled_event
|
2021
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosPartitionPrimaryMoveScheduledEvent
|
2022
|
+
end
|
2023
|
+
def chaos_replica_restart_scheduled_event
|
2024
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosReplicaRestartScheduledEvent
|
2025
|
+
end
|
2026
|
+
def chaos_node_restart_scheduled_event
|
2027
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosNodeRestartScheduledEvent
|
2028
|
+
end
|
2029
|
+
def secret_resource_properties
|
2030
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecretResourceProperties
|
2031
|
+
end
|
2032
|
+
def inlined_value_secret_resource_properties
|
2033
|
+
Azure::ServiceFabric::V6_4_0_36::Models::InlinedValueSecretResourceProperties
|
2034
|
+
end
|
2035
|
+
def application_scoped_volume
|
2036
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolume
|
2037
|
+
end
|
2038
|
+
def application_scoped_volume_creation_parameters_service_fabric_volume_disk
|
2039
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeCreationParametersServiceFabricVolumeDisk
|
2040
|
+
end
|
2041
|
+
def network_resource_properties
|
2042
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NetworkResourceProperties
|
2043
|
+
end
|
2044
|
+
def local_network_resource_properties
|
2045
|
+
Azure::ServiceFabric::V6_4_0_36::Models::LocalNetworkResourceProperties
|
2046
|
+
end
|
2047
|
+
def azure_internal_monitoring_pipeline_sink_description
|
2048
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AzureInternalMonitoringPipelineSinkDescription
|
2049
|
+
end
|
2050
|
+
def add_remove_replica_scaling_mechanism
|
2051
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AddRemoveReplicaScalingMechanism
|
2052
|
+
end
|
2053
|
+
def auto_scaling_resource_metric
|
2054
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetric
|
2055
|
+
end
|
2056
|
+
def service_replica_description
|
2057
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceReplicaDescription
|
2058
|
+
end
|
2059
|
+
def average_load_scaling_trigger
|
2060
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AverageLoadScalingTrigger
|
2061
|
+
end
|
2062
|
+
def health_state
|
2063
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HealthState
|
2064
|
+
end
|
2065
|
+
def fabric_error_codes
|
2066
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FabricErrorCodes
|
2067
|
+
end
|
2068
|
+
def application_definition_kind
|
2069
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationDefinitionKind
|
2070
|
+
end
|
2071
|
+
def application_status
|
2072
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationStatus
|
2073
|
+
end
|
2074
|
+
def application_package_cleanup_policy
|
2075
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationPackageCleanupPolicy
|
2076
|
+
end
|
2077
|
+
def application_type_definition_kind
|
2078
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeDefinitionKind
|
2079
|
+
end
|
2080
|
+
def application_type_status
|
2081
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationTypeStatus
|
2082
|
+
end
|
2083
|
+
def upgrade_kind
|
2084
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeKind
|
2085
|
+
end
|
2086
|
+
def upgrade_mode
|
2087
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeMode
|
2088
|
+
end
|
2089
|
+
def failure_action
|
2090
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FailureAction
|
2091
|
+
end
|
2092
|
+
def upgrade_domain_state
|
2093
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeDomainState
|
2094
|
+
end
|
2095
|
+
def upgrade_state
|
2096
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeState
|
2097
|
+
end
|
2098
|
+
def node_upgrade_phase
|
2099
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeUpgradePhase
|
2100
|
+
end
|
2101
|
+
def failure_reason
|
2102
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FailureReason
|
2103
|
+
end
|
2104
|
+
def deactivation_intent
|
2105
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeactivationIntent
|
2106
|
+
end
|
2107
|
+
def deployed_application_status
|
2108
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeployedApplicationStatus
|
2109
|
+
end
|
2110
|
+
def replica_status
|
2111
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaStatus
|
2112
|
+
end
|
2113
|
+
def replica_role
|
2114
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaRole
|
2115
|
+
end
|
2116
|
+
def reconfiguration_phase
|
2117
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationPhase
|
2118
|
+
end
|
2119
|
+
def reconfiguration_type
|
2120
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReconfigurationType
|
2121
|
+
end
|
2122
|
+
def entity_kind
|
2123
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EntityKind
|
2124
|
+
end
|
2125
|
+
def fabric_event_kind
|
2126
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FabricEventKind
|
2127
|
+
end
|
2128
|
+
def health_evaluation_kind
|
2129
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HealthEvaluationKind
|
2130
|
+
end
|
2131
|
+
def node_deactivation_intent
|
2132
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationIntent
|
2133
|
+
end
|
2134
|
+
def node_deactivation_status
|
2135
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationStatus
|
2136
|
+
end
|
2137
|
+
def node_deactivation_task_type
|
2138
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeDeactivationTaskType
|
2139
|
+
end
|
2140
|
+
def node_status
|
2141
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeStatus
|
2142
|
+
end
|
2143
|
+
def service_partition_status
|
2144
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionStatus
|
2145
|
+
end
|
2146
|
+
def service_status
|
2147
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceStatus
|
2148
|
+
end
|
2149
|
+
def provision_application_type_kind
|
2150
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ProvisionApplicationTypeKind
|
2151
|
+
end
|
2152
|
+
def upgrade_type
|
2153
|
+
Azure::ServiceFabric::V6_4_0_36::Models::UpgradeType
|
2154
|
+
end
|
2155
|
+
def safety_check_kind
|
2156
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SafetyCheckKind
|
2157
|
+
end
|
2158
|
+
def create_fabric_dump
|
2159
|
+
Azure::ServiceFabric::V6_4_0_36::Models::CreateFabricDump
|
2160
|
+
end
|
2161
|
+
def service_package_activation_mode
|
2162
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePackageActivationMode
|
2163
|
+
end
|
2164
|
+
def service_kind
|
2165
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceKind
|
2166
|
+
end
|
2167
|
+
def service_partition_kind
|
2168
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePartitionKind
|
2169
|
+
end
|
2170
|
+
def service_placement_policy_type
|
2171
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServicePlacementPolicyType
|
2172
|
+
end
|
2173
|
+
def service_load_metric_weight
|
2174
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceLoadMetricWeight
|
2175
|
+
end
|
2176
|
+
def host_type
|
2177
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HostType
|
2178
|
+
end
|
2179
|
+
def host_isolation_mode
|
2180
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HostIsolationMode
|
2181
|
+
end
|
2182
|
+
def deployment_status
|
2183
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DeploymentStatus
|
2184
|
+
end
|
2185
|
+
def entry_point_status
|
2186
|
+
Azure::ServiceFabric::V6_4_0_36::Models::EntryPointStatus
|
2187
|
+
end
|
2188
|
+
def chaos_status
|
2189
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosStatus
|
2190
|
+
end
|
2191
|
+
def chaos_schedule_status
|
2192
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosScheduleStatus
|
2193
|
+
end
|
2194
|
+
def chaos_event_kind
|
2195
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ChaosEventKind
|
2196
|
+
end
|
2197
|
+
def compose_deployment_status
|
2198
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentStatus
|
2199
|
+
end
|
2200
|
+
def compose_deployment_upgrade_state
|
2201
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ComposeDeploymentUpgradeState
|
2202
|
+
end
|
2203
|
+
def service_correlation_scheme
|
2204
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceCorrelationScheme
|
2205
|
+
end
|
2206
|
+
def move_cost
|
2207
|
+
Azure::ServiceFabric::V6_4_0_36::Models::MoveCost
|
2208
|
+
end
|
2209
|
+
def partition_scheme
|
2210
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionScheme
|
2211
|
+
end
|
2212
|
+
def service_operation_name
|
2213
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceOperationName
|
2214
|
+
end
|
2215
|
+
def replicator_operation_name
|
2216
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicatorOperationName
|
2217
|
+
end
|
2218
|
+
def partition_access_status
|
2219
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PartitionAccessStatus
|
2220
|
+
end
|
2221
|
+
def fabric_replica_status
|
2222
|
+
Azure::ServiceFabric::V6_4_0_36::Models::FabricReplicaStatus
|
2223
|
+
end
|
2224
|
+
def replica_kind
|
2225
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaKind
|
2226
|
+
end
|
2227
|
+
def service_type_registration_status
|
2228
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceTypeRegistrationStatus
|
2229
|
+
end
|
2230
|
+
def service_endpoint_role
|
2231
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ServiceEndpointRole
|
2232
|
+
end
|
2233
|
+
def operation_state
|
2234
|
+
Azure::ServiceFabric::V6_4_0_36::Models::OperationState
|
2235
|
+
end
|
2236
|
+
def operation_type
|
2237
|
+
Azure::ServiceFabric::V6_4_0_36::Models::OperationType
|
2238
|
+
end
|
2239
|
+
def package_sharing_policy_scope
|
2240
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PackageSharingPolicyScope
|
2241
|
+
end
|
2242
|
+
def property_value_kind
|
2243
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyValueKind
|
2244
|
+
end
|
2245
|
+
def property_batch_operation_kind
|
2246
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchOperationKind
|
2247
|
+
end
|
2248
|
+
def property_batch_info_kind
|
2249
|
+
Azure::ServiceFabric::V6_4_0_36::Models::PropertyBatchInfoKind
|
2250
|
+
end
|
2251
|
+
def retention_policy_type
|
2252
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RetentionPolicyType
|
2253
|
+
end
|
2254
|
+
def backup_storage_kind
|
2255
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupStorageKind
|
2256
|
+
end
|
2257
|
+
def backup_schedule_kind
|
2258
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleKind
|
2259
|
+
end
|
2260
|
+
def backup_policy_scope
|
2261
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupPolicyScope
|
2262
|
+
end
|
2263
|
+
def backup_suspension_scope
|
2264
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupSuspensionScope
|
2265
|
+
end
|
2266
|
+
def restore_state
|
2267
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RestoreState
|
2268
|
+
end
|
2269
|
+
def backup_type
|
2270
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupType
|
2271
|
+
end
|
2272
|
+
def backup_schedule_frequency_type
|
2273
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupScheduleFrequencyType
|
2274
|
+
end
|
2275
|
+
def day_of_week
|
2276
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DayOfWeek
|
2277
|
+
end
|
2278
|
+
def backup_state
|
2279
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupState
|
2280
|
+
end
|
2281
|
+
def backup_entity_kind
|
2282
|
+
Azure::ServiceFabric::V6_4_0_36::Models::BackupEntityKind
|
2283
|
+
end
|
2284
|
+
def impact_level
|
2285
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ImpactLevel
|
2286
|
+
end
|
2287
|
+
def repair_impact_kind
|
2288
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairImpactKind
|
2289
|
+
end
|
2290
|
+
def repair_target_kind
|
2291
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTargetKind
|
2292
|
+
end
|
2293
|
+
def state
|
2294
|
+
Azure::ServiceFabric::V6_4_0_36::Models::State
|
2295
|
+
end
|
2296
|
+
def result_status
|
2297
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResultStatus
|
2298
|
+
end
|
2299
|
+
def repair_task_health_check_state
|
2300
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RepairTaskHealthCheckState
|
2301
|
+
end
|
2302
|
+
def scaling_trigger_kind
|
2303
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ScalingTriggerKind
|
2304
|
+
end
|
2305
|
+
def scaling_mechanism_kind
|
2306
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ScalingMechanismKind
|
2307
|
+
end
|
2308
|
+
def resource_status
|
2309
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ResourceStatus
|
2310
|
+
end
|
2311
|
+
def secret_kind
|
2312
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SecretKind
|
2313
|
+
end
|
2314
|
+
def volume_provider
|
2315
|
+
Azure::ServiceFabric::V6_4_0_36::Models::VolumeProvider
|
2316
|
+
end
|
2317
|
+
def size_types
|
2318
|
+
Azure::ServiceFabric::V6_4_0_36::Models::SizeTypes
|
2319
|
+
end
|
2320
|
+
def application_scoped_volume_kind
|
2321
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ApplicationScopedVolumeKind
|
2322
|
+
end
|
2323
|
+
def network_kind
|
2324
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NetworkKind
|
2325
|
+
end
|
2326
|
+
def header_match_type
|
2327
|
+
Azure::ServiceFabric::V6_4_0_36::Models::HeaderMatchType
|
2328
|
+
end
|
2329
|
+
def operating_system_type
|
2330
|
+
Azure::ServiceFabric::V6_4_0_36::Models::OperatingSystemType
|
2331
|
+
end
|
2332
|
+
def diagnostics_sink_kind
|
2333
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DiagnosticsSinkKind
|
2334
|
+
end
|
2335
|
+
def auto_scaling_mechanism_kind
|
2336
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMechanismKind
|
2337
|
+
end
|
2338
|
+
def auto_scaling_metric_kind
|
2339
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingMetricKind
|
2340
|
+
end
|
2341
|
+
def auto_scaling_resource_metric_name
|
2342
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingResourceMetricName
|
2343
|
+
end
|
2344
|
+
def auto_scaling_trigger_kind
|
2345
|
+
Azure::ServiceFabric::V6_4_0_36::Models::AutoScalingTriggerKind
|
2346
|
+
end
|
2347
|
+
def node_status_filter
|
2348
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeStatusFilter
|
2349
|
+
end
|
2350
|
+
def replica_health_report_service_kind
|
2351
|
+
Azure::ServiceFabric::V6_4_0_36::Models::ReplicaHealthReportServiceKind
|
2352
|
+
end
|
2353
|
+
def data_loss_mode
|
2354
|
+
Azure::ServiceFabric::V6_4_0_36::Models::DataLossMode
|
2355
|
+
end
|
2356
|
+
def node_transition_type
|
2357
|
+
Azure::ServiceFabric::V6_4_0_36::Models::NodeTransitionType
|
2358
|
+
end
|
2359
|
+
def quorum_loss_mode
|
2360
|
+
Azure::ServiceFabric::V6_4_0_36::Models::QuorumLossMode
|
2361
|
+
end
|
2362
|
+
def restart_partition_mode
|
2363
|
+
Azure::ServiceFabric::V6_4_0_36::Models::RestartPartitionMode
|
2364
|
+
end
|
2365
|
+
end
|
2366
|
+
end
|
9
2367
|
module Mgmt
|
10
2368
|
ApplicationType = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::ApplicationType
|
11
2369
|
Version = Azure::ServiceFabric::Mgmt::V2017_07_01_preview::Version
|