azure_sdk 0.59.0 → 0.60.0
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/modules/containerinstance_profile_module.rb +174 -136
- data/lib/latest/modules/containerservice_profile_module.rb +189 -139
- data/lib/latest/modules/network_profile_module.rb +1749 -1577
- data/lib/latest/modules/storage_profile_module.rb +247 -191
- data/lib/latest/modules/synapse_profile_module.rb +440 -116
- metadata +15 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33c5d93052a5af9f7c6b74f19d0367199a8b5bc4609d7856470eda9a3653db9d
|
|
4
|
+
data.tar.gz: f97f764c36043981ebac8f4bdb95f7ea1030c235790053ffda959e6e588f7a00
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 216ba08e5ab3a96ee6d6ac5fca77c48bd716638ae1eaedfc435ec765b8b6a0e7c389df7599a30a18d4eaf881f4b3d16097ca15f53225a17cc50f284a2cfbae94
|
|
7
|
+
data.tar.gz: 3ee85e7c85edac0b2330125f0a1dfb1ecc93de03b3726777da6dd2176b878e3e577f5f7e3a1f005fbecc9b627b814784369959a802e59aa3f7f51c49efc0ef25
|
data/lib/azure_sdk/version.rb
CHANGED
|
@@ -7,80 +7,88 @@ require 'azure_mgmt_container_instance'
|
|
|
7
7
|
module Azure::Profiles::Latest
|
|
8
8
|
module ContainerInstance
|
|
9
9
|
module Mgmt
|
|
10
|
-
ContainerGroups = Azure::ContainerInstance::Mgmt::
|
|
11
|
-
Operations = Azure::ContainerInstance::Mgmt::
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
ServiceAssociationLink = Azure::ContainerInstance::Mgmt::V2018_10_01::ServiceAssociationLink
|
|
10
|
+
ContainerGroups = Azure::ContainerInstance::Mgmt::V2019_12_01::ContainerGroups
|
|
11
|
+
Operations = Azure::ContainerInstance::Mgmt::V2019_12_01::Operations
|
|
12
|
+
Location = Azure::ContainerInstance::Mgmt::V2019_12_01::Location
|
|
13
|
+
Containers = Azure::ContainerInstance::Mgmt::V2019_12_01::Containers
|
|
15
14
|
|
|
16
15
|
module Models
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
ContainerExec = Azure::ContainerInstance::Mgmt::
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
16
|
+
ContainerGroupDiagnostics = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupDiagnostics
|
|
17
|
+
ContainerGroupNetworkProfile = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupNetworkProfile
|
|
18
|
+
EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::EnvironmentVariable
|
|
19
|
+
DnsConfiguration = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::DnsConfiguration
|
|
20
|
+
Event = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Event
|
|
21
|
+
EncryptionProperties = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::EncryptionProperties
|
|
22
|
+
GpuResource = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::GpuResource
|
|
23
|
+
InitContainerPropertiesDefinitionInstanceView = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::InitContainerPropertiesDefinitionInstanceView
|
|
24
|
+
ResourceLimits = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ResourceLimits
|
|
25
|
+
InitContainerDefinition = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::InitContainerDefinition
|
|
26
|
+
VolumeMount = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::VolumeMount
|
|
27
|
+
ContainerExec = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerExec
|
|
28
|
+
ContainerProbe = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerProbe
|
|
29
|
+
OperationDisplay = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::OperationDisplay
|
|
30
|
+
AzureFileVolume = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::AzureFileVolume
|
|
31
|
+
Operation = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Operation
|
|
32
|
+
Volume = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Volume
|
|
33
|
+
OperationListResult = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::OperationListResult
|
|
34
|
+
ContainerGroupIdentity = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupIdentity
|
|
35
|
+
UsageName = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::UsageName
|
|
36
|
+
Port = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Port
|
|
37
|
+
Usage = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Usage
|
|
38
|
+
ContainerGroupPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupPropertiesInstanceView
|
|
39
|
+
UsageListResult = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::UsageListResult
|
|
40
|
+
ContainerPort = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerPort
|
|
41
|
+
ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupListResult
|
|
42
|
+
ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerPropertiesInstanceView
|
|
43
|
+
Logs = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Logs
|
|
44
|
+
ResourceRequirements = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ResourceRequirements
|
|
45
|
+
ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerExecRequestTerminalSize
|
|
46
|
+
Container = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Container
|
|
47
|
+
ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerExecRequest
|
|
48
|
+
ContainerGroupIdentityUserAssignedIdentitiesValue = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupIdentityUserAssignedIdentitiesValue
|
|
49
|
+
ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerExecResponse
|
|
50
|
+
IpAddress = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::IpAddress
|
|
51
|
+
Resource = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Resource
|
|
52
|
+
ContainerState = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerState
|
|
53
|
+
CachedImages = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::CachedImages
|
|
54
|
+
ContainerHttpGet = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerHttpGet
|
|
55
|
+
CachedImagesListResult = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::CachedImagesListResult
|
|
56
|
+
ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ImageRegistryCredential
|
|
57
|
+
CapabilitiesCapabilities = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::CapabilitiesCapabilities
|
|
58
|
+
ResourceRequests = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ResourceRequests
|
|
59
|
+
Capabilities = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Capabilities
|
|
60
|
+
LogAnalytics = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::LogAnalytics
|
|
61
|
+
CapabilitiesListResult = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::CapabilitiesListResult
|
|
62
|
+
GitRepoVolume = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::GitRepoVolume
|
|
63
|
+
ContainerGroup = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroup
|
|
64
|
+
ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerNetworkProtocol
|
|
65
|
+
GpuSku = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::GpuSku
|
|
66
|
+
Scheme = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Scheme
|
|
67
|
+
ResourceIdentityType = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ResourceIdentityType
|
|
68
|
+
ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupRestartPolicy
|
|
69
|
+
ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupNetworkProtocol
|
|
70
|
+
ContainerGroupIpAddressType = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupIpAddressType
|
|
71
|
+
OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::OperatingSystemTypes
|
|
72
|
+
LogAnalyticsLogType = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::LogAnalyticsLogType
|
|
73
|
+
ContainerGroupSku = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupSku
|
|
74
|
+
ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerInstanceOperationsOrigin
|
|
66
75
|
end
|
|
67
76
|
|
|
68
77
|
class ContainerInstanceManagementClass
|
|
69
|
-
attr_reader :container_groups, :operations, :
|
|
78
|
+
attr_reader :container_groups, :operations, :location, :containers, :configurable, :base_url, :options, :model_classes
|
|
70
79
|
|
|
71
80
|
def initialize(configurable, base_url=nil, options=nil)
|
|
72
81
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
73
82
|
|
|
74
|
-
@client_0 = Azure::ContainerInstance::Mgmt::
|
|
83
|
+
@client_0 = Azure::ContainerInstance::Mgmt::V2019_12_01::ContainerInstanceManagementClient.new(configurable.credentials, base_url, options)
|
|
75
84
|
if(@client_0.respond_to?(:subscription_id))
|
|
76
85
|
@client_0.subscription_id = configurable.subscription_id
|
|
77
86
|
end
|
|
78
87
|
add_telemetry(@client_0)
|
|
79
88
|
@container_groups = @client_0.container_groups
|
|
80
89
|
@operations = @client_0.operations
|
|
81
|
-
@
|
|
82
|
-
@
|
|
83
|
-
@service_association_link = @client_0.service_association_link
|
|
90
|
+
@location = @client_0.location
|
|
91
|
+
@containers = @client_0.containers
|
|
84
92
|
|
|
85
93
|
@model_classes = ModelClasses.new
|
|
86
94
|
end
|
|
@@ -99,152 +107,182 @@ module Azure::Profiles::Latest
|
|
|
99
107
|
end
|
|
100
108
|
|
|
101
109
|
class ModelClasses
|
|
102
|
-
def
|
|
103
|
-
Azure::ContainerInstance::Mgmt::
|
|
110
|
+
def container_group_diagnostics
|
|
111
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupDiagnostics
|
|
104
112
|
end
|
|
105
|
-
def
|
|
106
|
-
Azure::ContainerInstance::Mgmt::
|
|
113
|
+
def container_group_network_profile
|
|
114
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupNetworkProfile
|
|
107
115
|
end
|
|
108
|
-
def
|
|
109
|
-
Azure::ContainerInstance::Mgmt::
|
|
116
|
+
def environment_variable
|
|
117
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::EnvironmentVariable
|
|
110
118
|
end
|
|
111
|
-
def
|
|
112
|
-
Azure::ContainerInstance::Mgmt::
|
|
119
|
+
def dns_configuration
|
|
120
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::DnsConfiguration
|
|
113
121
|
end
|
|
114
|
-
def
|
|
115
|
-
Azure::ContainerInstance::Mgmt::
|
|
122
|
+
def event
|
|
123
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Event
|
|
116
124
|
end
|
|
117
|
-
def
|
|
118
|
-
Azure::ContainerInstance::Mgmt::
|
|
125
|
+
def encryption_properties
|
|
126
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::EncryptionProperties
|
|
119
127
|
end
|
|
120
|
-
def
|
|
121
|
-
Azure::ContainerInstance::Mgmt::
|
|
128
|
+
def gpu_resource
|
|
129
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::GpuResource
|
|
122
130
|
end
|
|
123
|
-
def
|
|
124
|
-
Azure::ContainerInstance::Mgmt::
|
|
131
|
+
def init_container_properties_definition_instance_view
|
|
132
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::InitContainerPropertiesDefinitionInstanceView
|
|
125
133
|
end
|
|
126
|
-
def
|
|
127
|
-
Azure::ContainerInstance::Mgmt::
|
|
134
|
+
def resource_limits
|
|
135
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ResourceLimits
|
|
128
136
|
end
|
|
129
|
-
def
|
|
130
|
-
Azure::ContainerInstance::Mgmt::
|
|
137
|
+
def init_container_definition
|
|
138
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::InitContainerDefinition
|
|
131
139
|
end
|
|
132
|
-
def
|
|
133
|
-
Azure::ContainerInstance::Mgmt::
|
|
140
|
+
def volume_mount
|
|
141
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::VolumeMount
|
|
134
142
|
end
|
|
135
143
|
def container_exec
|
|
136
|
-
Azure::ContainerInstance::Mgmt::
|
|
137
|
-
end
|
|
138
|
-
def dns_configuration
|
|
139
|
-
Azure::ContainerInstance::Mgmt::V2018_10_01::Models::DnsConfiguration
|
|
144
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerExec
|
|
140
145
|
end
|
|
141
146
|
def container_probe
|
|
142
|
-
Azure::ContainerInstance::Mgmt::
|
|
143
|
-
end
|
|
144
|
-
def container
|
|
145
|
-
Azure::ContainerInstance::Mgmt::V2018_10_01::Models::Container
|
|
146
|
-
end
|
|
147
|
-
def git_repo_volume
|
|
148
|
-
Azure::ContainerInstance::Mgmt::V2018_10_01::Models::GitRepoVolume
|
|
147
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerProbe
|
|
149
148
|
end
|
|
150
149
|
def operation_display
|
|
151
|
-
Azure::ContainerInstance::Mgmt::
|
|
150
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::OperationDisplay
|
|
152
151
|
end
|
|
153
|
-
def
|
|
154
|
-
Azure::ContainerInstance::Mgmt::
|
|
152
|
+
def azure_file_volume
|
|
153
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::AzureFileVolume
|
|
155
154
|
end
|
|
156
155
|
def operation
|
|
157
|
-
Azure::ContainerInstance::Mgmt::
|
|
156
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Operation
|
|
158
157
|
end
|
|
159
|
-
def
|
|
160
|
-
Azure::ContainerInstance::Mgmt::
|
|
158
|
+
def volume
|
|
159
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Volume
|
|
161
160
|
end
|
|
162
161
|
def operation_list_result
|
|
163
|
-
Azure::ContainerInstance::Mgmt::
|
|
162
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::OperationListResult
|
|
164
163
|
end
|
|
165
|
-
def
|
|
166
|
-
Azure::ContainerInstance::Mgmt::
|
|
164
|
+
def container_group_identity
|
|
165
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupIdentity
|
|
167
166
|
end
|
|
168
167
|
def usage_name
|
|
169
|
-
Azure::ContainerInstance::Mgmt::
|
|
168
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::UsageName
|
|
170
169
|
end
|
|
171
|
-
def
|
|
172
|
-
Azure::ContainerInstance::Mgmt::
|
|
170
|
+
def port
|
|
171
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Port
|
|
173
172
|
end
|
|
174
173
|
def usage
|
|
175
|
-
Azure::ContainerInstance::Mgmt::
|
|
174
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Usage
|
|
176
175
|
end
|
|
177
|
-
def
|
|
178
|
-
Azure::ContainerInstance::Mgmt::
|
|
176
|
+
def container_group_properties_instance_view
|
|
177
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupPropertiesInstanceView
|
|
179
178
|
end
|
|
180
179
|
def usage_list_result
|
|
181
|
-
Azure::ContainerInstance::Mgmt::
|
|
180
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::UsageListResult
|
|
182
181
|
end
|
|
183
|
-
def
|
|
184
|
-
Azure::ContainerInstance::Mgmt::
|
|
182
|
+
def container_port
|
|
183
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerPort
|
|
185
184
|
end
|
|
186
185
|
def container_group_list_result
|
|
187
|
-
Azure::ContainerInstance::Mgmt::
|
|
186
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupListResult
|
|
188
187
|
end
|
|
189
|
-
def
|
|
190
|
-
Azure::ContainerInstance::Mgmt::
|
|
188
|
+
def container_properties_instance_view
|
|
189
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerPropertiesInstanceView
|
|
191
190
|
end
|
|
192
191
|
def logs
|
|
193
|
-
Azure::ContainerInstance::Mgmt::
|
|
192
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Logs
|
|
194
193
|
end
|
|
195
|
-
def
|
|
196
|
-
Azure::ContainerInstance::Mgmt::
|
|
194
|
+
def resource_requirements
|
|
195
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ResourceRequirements
|
|
197
196
|
end
|
|
198
197
|
def container_exec_request_terminal_size
|
|
199
|
-
Azure::ContainerInstance::Mgmt::
|
|
198
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerExecRequestTerminalSize
|
|
200
199
|
end
|
|
201
|
-
def
|
|
202
|
-
Azure::ContainerInstance::Mgmt::
|
|
200
|
+
def container
|
|
201
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Container
|
|
203
202
|
end
|
|
204
203
|
def container_exec_request
|
|
205
|
-
Azure::ContainerInstance::Mgmt::
|
|
204
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerExecRequest
|
|
206
205
|
end
|
|
207
|
-
def
|
|
208
|
-
Azure::ContainerInstance::Mgmt::
|
|
206
|
+
def container_group_identity_user_assigned_identities_value
|
|
207
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupIdentityUserAssignedIdentitiesValue
|
|
209
208
|
end
|
|
210
209
|
def container_exec_response
|
|
211
|
-
Azure::ContainerInstance::Mgmt::
|
|
210
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerExecResponse
|
|
212
211
|
end
|
|
213
|
-
def
|
|
214
|
-
Azure::ContainerInstance::Mgmt::
|
|
212
|
+
def ip_address
|
|
213
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::IpAddress
|
|
215
214
|
end
|
|
216
215
|
def resource
|
|
217
|
-
Azure::ContainerInstance::Mgmt::
|
|
216
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Resource
|
|
217
|
+
end
|
|
218
|
+
def container_state
|
|
219
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerState
|
|
220
|
+
end
|
|
221
|
+
def cached_images
|
|
222
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::CachedImages
|
|
223
|
+
end
|
|
224
|
+
def container_http_get
|
|
225
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerHttpGet
|
|
226
|
+
end
|
|
227
|
+
def cached_images_list_result
|
|
228
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::CachedImagesListResult
|
|
229
|
+
end
|
|
230
|
+
def image_registry_credential
|
|
231
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ImageRegistryCredential
|
|
232
|
+
end
|
|
233
|
+
def capabilities_capabilities
|
|
234
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::CapabilitiesCapabilities
|
|
235
|
+
end
|
|
236
|
+
def resource_requests
|
|
237
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ResourceRequests
|
|
238
|
+
end
|
|
239
|
+
def capabilities
|
|
240
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Capabilities
|
|
241
|
+
end
|
|
242
|
+
def log_analytics
|
|
243
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::LogAnalytics
|
|
244
|
+
end
|
|
245
|
+
def capabilities_list_result
|
|
246
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::CapabilitiesListResult
|
|
247
|
+
end
|
|
248
|
+
def git_repo_volume
|
|
249
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::GitRepoVolume
|
|
218
250
|
end
|
|
219
251
|
def container_group
|
|
220
|
-
Azure::ContainerInstance::Mgmt::
|
|
252
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroup
|
|
221
253
|
end
|
|
222
254
|
def container_network_protocol
|
|
223
|
-
Azure::ContainerInstance::Mgmt::
|
|
255
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerNetworkProtocol
|
|
224
256
|
end
|
|
225
257
|
def gpu_sku
|
|
226
|
-
Azure::ContainerInstance::Mgmt::
|
|
258
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::GpuSku
|
|
259
|
+
end
|
|
260
|
+
def scheme
|
|
261
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::Scheme
|
|
227
262
|
end
|
|
228
263
|
def resource_identity_type
|
|
229
|
-
Azure::ContainerInstance::Mgmt::
|
|
264
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ResourceIdentityType
|
|
230
265
|
end
|
|
231
266
|
def container_group_restart_policy
|
|
232
|
-
Azure::ContainerInstance::Mgmt::
|
|
267
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupRestartPolicy
|
|
233
268
|
end
|
|
234
269
|
def container_group_network_protocol
|
|
235
|
-
Azure::ContainerInstance::Mgmt::
|
|
270
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupNetworkProtocol
|
|
236
271
|
end
|
|
237
272
|
def container_group_ip_address_type
|
|
238
|
-
Azure::ContainerInstance::Mgmt::
|
|
273
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupIpAddressType
|
|
239
274
|
end
|
|
240
275
|
def operating_system_types
|
|
241
|
-
Azure::ContainerInstance::Mgmt::
|
|
276
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::OperatingSystemTypes
|
|
242
277
|
end
|
|
243
278
|
def log_analytics_log_type
|
|
244
|
-
Azure::ContainerInstance::Mgmt::
|
|
279
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::LogAnalyticsLogType
|
|
280
|
+
end
|
|
281
|
+
def container_group_sku
|
|
282
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerGroupSku
|
|
245
283
|
end
|
|
246
284
|
def container_instance_operations_origin
|
|
247
|
-
Azure::ContainerInstance::Mgmt::
|
|
285
|
+
Azure::ContainerInstance::Mgmt::V2019_12_01::Models::ContainerInstanceOperationsOrigin
|
|
248
286
|
end
|
|
249
287
|
end
|
|
250
288
|
end
|
|
@@ -9,9 +9,10 @@ module Azure::Profiles::Latest
|
|
|
9
9
|
module Mgmt
|
|
10
10
|
OpenShiftManagedClusters = Azure::ContainerService::Mgmt::V2019_04_30::OpenShiftManagedClusters
|
|
11
11
|
ContainerServices = Azure::ContainerService::Mgmt::V2019_08_01::ContainerServices
|
|
12
|
-
Operations = Azure::ContainerService::Mgmt::
|
|
13
|
-
ManagedClusters = Azure::ContainerService::Mgmt::
|
|
14
|
-
AgentPools = Azure::ContainerService::Mgmt::
|
|
12
|
+
Operations = Azure::ContainerService::Mgmt::V2020_06_01::Operations
|
|
13
|
+
ManagedClusters = Azure::ContainerService::Mgmt::V2020_06_01::ManagedClusters
|
|
14
|
+
AgentPools = Azure::ContainerService::Mgmt::V2020_06_01::AgentPools
|
|
15
|
+
PrivateEndpointConnections = Azure::ContainerService::Mgmt::V2020_06_01::PrivateEndpointConnections
|
|
15
16
|
|
|
16
17
|
module Models
|
|
17
18
|
ContainerServiceWindowsProfile = Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerServiceWindowsProfile
|
|
@@ -39,65 +40,77 @@ module Azure::Profiles::Latest
|
|
|
39
40
|
OrchestratorVersionProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfile
|
|
40
41
|
OrchestratorProfile = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorProfile
|
|
41
42
|
OrchestratorVersionProfileListResult = Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfileListResult
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::
|
|
55
|
-
|
|
56
|
-
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::
|
|
57
|
-
|
|
58
|
-
ResourceReference = Azure::ContainerService::Mgmt::
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
43
|
+
ManagedClusterAddonProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAddonProfile
|
|
44
|
+
ManagedClusterAADProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAADProfile
|
|
45
|
+
OperationListResult = Azure::ContainerService::Mgmt::V2020_06_01::Models::OperationListResult
|
|
46
|
+
ManagedClusterPropertiesAutoScalerProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterPropertiesAutoScalerProfile
|
|
47
|
+
SubResource = Azure::ContainerService::Mgmt::V2020_06_01::Models::SubResource
|
|
48
|
+
ManagedClusterAPIServerAccessProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAPIServerAccessProfile
|
|
49
|
+
ManagedClusterServicePrincipalProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterServicePrincipalProfile
|
|
50
|
+
TagsObject = Azure::ContainerService::Mgmt::V2020_06_01::Models::TagsObject
|
|
51
|
+
ContainerServiceMasterProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceMasterProfile
|
|
52
|
+
ManagedClusterAgentPoolProfileProperties = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAgentPoolProfileProperties
|
|
53
|
+
PrivateEndpointConnectionListResult = Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionListResult
|
|
54
|
+
AgentPoolListResult = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolListResult
|
|
55
|
+
ContainerServiceSshPublicKey = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceSshPublicKey
|
|
56
|
+
ManagedClusterIdentityUserAssignedIdentitiesValue = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterIdentityUserAssignedIdentitiesValue
|
|
57
|
+
ContainerServiceLinuxProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceLinuxProfile
|
|
58
|
+
ManagedClusterIdentity = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterIdentity
|
|
59
|
+
ResourceReference = Azure::ContainerService::Mgmt::V2020_06_01::Models::ResourceReference
|
|
60
|
+
ManagedClusterSKU = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterSKU
|
|
61
|
+
ManagedClusterLoadBalancerProfileOutboundIPs = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterLoadBalancerProfileOutboundIPs
|
|
62
|
+
PrivateEndpointConnection = Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateEndpointConnection
|
|
63
|
+
ContainerServiceNetworkProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceNetworkProfile
|
|
64
|
+
ManagedClusterListResult = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterListResult
|
|
65
|
+
ContainerServiceDiagnosticsProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceDiagnosticsProfile
|
|
66
|
+
UserAssignedIdentity = Azure::ContainerService::Mgmt::V2020_06_01::Models::UserAssignedIdentity
|
|
67
|
+
OperationValue = Azure::ContainerService::Mgmt::V2020_06_01::Models::OperationValue
|
|
68
|
+
PrivateLinkServiceConnectionState = Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateLinkServiceConnectionState
|
|
69
|
+
AgentPoolUpgradeSettings = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolUpgradeSettings
|
|
70
|
+
ManagedClusterPoolUpgradeProfileUpgradesItem = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
|
|
71
|
+
ContainerServiceSshConfiguration = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceSshConfiguration
|
|
72
|
+
ManagedClusterPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterPoolUpgradeProfile
|
|
73
|
+
ManagedClusterLoadBalancerProfileOutboundIPPrefixes = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterLoadBalancerProfileOutboundIPPrefixes
|
|
74
|
+
ManagedClusterUpgradeProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterUpgradeProfile
|
|
75
|
+
ContainerServiceVMDiagnostics = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceVMDiagnostics
|
|
76
|
+
AgentPoolUpgradeProfilePropertiesUpgradesItem = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolUpgradeProfilePropertiesUpgradesItem
|
|
77
|
+
Resource = Azure::ContainerService::Mgmt::V2020_06_01::Models::Resource
|
|
78
|
+
AgentPoolUpgradeProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolUpgradeProfile
|
|
79
|
+
ManagedClusterLoadBalancerProfileManagedOutboundIPs = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterLoadBalancerProfileManagedOutboundIPs
|
|
80
|
+
AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
|
|
81
|
+
PrivateEndpoint = Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateEndpoint
|
|
82
|
+
AgentPoolAvailableVersions = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolAvailableVersions
|
|
83
|
+
ManagedClusterLoadBalancerProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterLoadBalancerProfile
|
|
84
|
+
CredentialResult = Azure::ContainerService::Mgmt::V2020_06_01::Models::CredentialResult
|
|
85
|
+
ManagedClusterWindowsProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterWindowsProfile
|
|
86
|
+
CredentialResults = Azure::ContainerService::Mgmt::V2020_06_01::Models::CredentialResults
|
|
87
|
+
ManagedClusterAgentPoolProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAgentPoolProfile
|
|
88
|
+
AgentPool = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPool
|
|
89
|
+
ManagedClusterAddonProfileIdentity = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAddonProfileIdentity
|
|
90
|
+
ManagedClusterPropertiesIdentityProfileValue = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterPropertiesIdentityProfileValue
|
|
91
|
+
ManagedCluster = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedCluster
|
|
92
|
+
ManagedClusterAccessProfile = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAccessProfile
|
|
93
|
+
ContainerServiceStorageProfileTypes = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceStorageProfileTypes
|
|
94
|
+
ContainerServiceVMSizeTypes = Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceVMSizeTypes
|
|
95
|
+
OSType = Azure::ContainerService::Mgmt::V2020_06_01::Models::OSType
|
|
96
|
+
AgentPoolType = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolType
|
|
97
|
+
AgentPoolMode = Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolMode
|
|
98
|
+
ScaleSetPriority = Azure::ContainerService::Mgmt::V2020_06_01::Models::ScaleSetPriority
|
|
99
|
+
ScaleSetEvictionPolicy = Azure::ContainerService::Mgmt::V2020_06_01::Models::ScaleSetEvictionPolicy
|
|
100
|
+
NetworkPlugin = Azure::ContainerService::Mgmt::V2020_06_01::Models::NetworkPlugin
|
|
101
|
+
NetworkPolicy = Azure::ContainerService::Mgmt::V2020_06_01::Models::NetworkPolicy
|
|
102
|
+
NetworkMode = Azure::ContainerService::Mgmt::V2020_06_01::Models::NetworkMode
|
|
103
|
+
OutboundType = Azure::ContainerService::Mgmt::V2020_06_01::Models::OutboundType
|
|
104
|
+
LoadBalancerSku = Azure::ContainerService::Mgmt::V2020_06_01::Models::LoadBalancerSku
|
|
105
|
+
ResourceIdentityType = Azure::ContainerService::Mgmt::V2020_06_01::Models::ResourceIdentityType
|
|
106
|
+
ManagedClusterSKUName = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterSKUName
|
|
107
|
+
ManagedClusterSKUTier = Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterSKUTier
|
|
108
|
+
PrivateEndpointConnectionProvisioningState = Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionProvisioningState
|
|
109
|
+
ConnectionStatus = Azure::ContainerService::Mgmt::V2020_06_01::Models::ConnectionStatus
|
|
97
110
|
end
|
|
98
111
|
|
|
99
112
|
class ContainerServiceManagementClass
|
|
100
|
-
attr_reader :open_shift_managed_clusters, :container_services, :operations, :managed_clusters, :agent_pools, :configurable, :base_url, :options, :model_classes
|
|
113
|
+
attr_reader :open_shift_managed_clusters, :container_services, :operations, :managed_clusters, :agent_pools, :private_endpoint_connections, :configurable, :base_url, :options, :model_classes
|
|
101
114
|
|
|
102
115
|
def initialize(configurable, base_url=nil, options=nil)
|
|
103
116
|
@configurable, @base_url, @options = configurable, base_url, options
|
|
@@ -128,7 +141,7 @@ module Azure::Profiles::Latest
|
|
|
128
141
|
add_telemetry(@client_3)
|
|
129
142
|
@container_services = @client_3.container_services
|
|
130
143
|
|
|
131
|
-
@client_4 = Azure::ContainerService::Mgmt::
|
|
144
|
+
@client_4 = Azure::ContainerService::Mgmt::V2020_06_01::ContainerServiceClient.new(configurable.credentials, base_url, options)
|
|
132
145
|
if(@client_4.respond_to?(:subscription_id))
|
|
133
146
|
@client_4.subscription_id = configurable.subscription_id
|
|
134
147
|
end
|
|
@@ -136,6 +149,7 @@ module Azure::Profiles::Latest
|
|
|
136
149
|
@operations = @client_4.operations
|
|
137
150
|
@managed_clusters = @client_4.managed_clusters
|
|
138
151
|
@agent_pools = @client_4.agent_pools
|
|
152
|
+
@private_endpoint_connections = @client_4.private_endpoint_connections
|
|
139
153
|
|
|
140
154
|
@model_classes = ModelClasses.new
|
|
141
155
|
end
|
|
@@ -237,170 +251,206 @@ module Azure::Profiles::Latest
|
|
|
237
251
|
def orchestrator_version_profile_list_result
|
|
238
252
|
Azure::ContainerService::Mgmt::V2019_08_01::Models::OrchestratorVersionProfileListResult
|
|
239
253
|
end
|
|
240
|
-
def
|
|
241
|
-
Azure::ContainerService::Mgmt::
|
|
254
|
+
def managed_cluster_addon_profile
|
|
255
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAddonProfile
|
|
242
256
|
end
|
|
243
|
-
def
|
|
244
|
-
Azure::ContainerService::Mgmt::
|
|
257
|
+
def managed_cluster_aadprofile
|
|
258
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAADProfile
|
|
245
259
|
end
|
|
246
|
-
def
|
|
247
|
-
Azure::ContainerService::Mgmt::
|
|
260
|
+
def operation_list_result
|
|
261
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::OperationListResult
|
|
248
262
|
end
|
|
249
|
-
def
|
|
250
|
-
Azure::ContainerService::Mgmt::
|
|
263
|
+
def managed_cluster_properties_auto_scaler_profile
|
|
264
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterPropertiesAutoScalerProfile
|
|
251
265
|
end
|
|
252
|
-
def
|
|
253
|
-
Azure::ContainerService::Mgmt::
|
|
266
|
+
def sub_resource
|
|
267
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::SubResource
|
|
268
|
+
end
|
|
269
|
+
def managed_cluster_apiserver_access_profile
|
|
270
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAPIServerAccessProfile
|
|
271
|
+
end
|
|
272
|
+
def managed_cluster_service_principal_profile
|
|
273
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterServicePrincipalProfile
|
|
254
274
|
end
|
|
255
275
|
def tags_object
|
|
256
|
-
Azure::ContainerService::Mgmt::
|
|
276
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::TagsObject
|
|
257
277
|
end
|
|
258
278
|
def container_service_master_profile
|
|
259
|
-
Azure::ContainerService::Mgmt::
|
|
260
|
-
end
|
|
261
|
-
def managed_cluster_addon_profile
|
|
262
|
-
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAddonProfile
|
|
279
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceMasterProfile
|
|
263
280
|
end
|
|
264
281
|
def managed_cluster_agent_pool_profile_properties
|
|
265
|
-
Azure::ContainerService::Mgmt::
|
|
282
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAgentPoolProfileProperties
|
|
266
283
|
end
|
|
267
|
-
def
|
|
268
|
-
Azure::ContainerService::Mgmt::
|
|
284
|
+
def private_endpoint_connection_list_result
|
|
285
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionListResult
|
|
269
286
|
end
|
|
270
287
|
def agent_pool_list_result
|
|
271
|
-
Azure::ContainerService::Mgmt::
|
|
272
|
-
end
|
|
273
|
-
def managed_cluster_aadprofile
|
|
274
|
-
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterAADProfile
|
|
288
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolListResult
|
|
275
289
|
end
|
|
276
290
|
def container_service_ssh_public_key
|
|
277
|
-
Azure::ContainerService::Mgmt::
|
|
291
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceSshPublicKey
|
|
278
292
|
end
|
|
279
|
-
def
|
|
280
|
-
Azure::ContainerService::Mgmt::
|
|
293
|
+
def managed_cluster_identity_user_assigned_identities_value
|
|
294
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterIdentityUserAssignedIdentitiesValue
|
|
281
295
|
end
|
|
282
296
|
def container_service_linux_profile
|
|
283
|
-
Azure::ContainerService::Mgmt::
|
|
297
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceLinuxProfile
|
|
284
298
|
end
|
|
285
|
-
def
|
|
286
|
-
Azure::ContainerService::Mgmt::
|
|
299
|
+
def managed_cluster_identity
|
|
300
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterIdentity
|
|
287
301
|
end
|
|
288
302
|
def resource_reference
|
|
289
|
-
Azure::ContainerService::Mgmt::
|
|
303
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ResourceReference
|
|
304
|
+
end
|
|
305
|
+
def managed_cluster_sku
|
|
306
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterSKU
|
|
290
307
|
end
|
|
291
308
|
def managed_cluster_load_balancer_profile_outbound_ips
|
|
292
|
-
Azure::ContainerService::Mgmt::
|
|
309
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterLoadBalancerProfileOutboundIPs
|
|
293
310
|
end
|
|
294
|
-
def
|
|
295
|
-
Azure::ContainerService::Mgmt::
|
|
311
|
+
def private_endpoint_connection
|
|
312
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateEndpointConnection
|
|
296
313
|
end
|
|
297
314
|
def container_service_network_profile
|
|
298
|
-
Azure::ContainerService::Mgmt::
|
|
299
|
-
end
|
|
300
|
-
def credential_results
|
|
301
|
-
Azure::ContainerService::Mgmt::V2020_02_01::Models::CredentialResults
|
|
302
|
-
end
|
|
303
|
-
def managed_cluster_service_principal_profile
|
|
304
|
-
Azure::ContainerService::Mgmt::V2020_02_01::Models::ManagedClusterServicePrincipalProfile
|
|
315
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceNetworkProfile
|
|
305
316
|
end
|
|
306
317
|
def managed_cluster_list_result
|
|
307
|
-
Azure::ContainerService::Mgmt::
|
|
318
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterListResult
|
|
308
319
|
end
|
|
309
|
-
def
|
|
310
|
-
Azure::ContainerService::Mgmt::
|
|
320
|
+
def container_service_diagnostics_profile
|
|
321
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceDiagnosticsProfile
|
|
311
322
|
end
|
|
312
323
|
def user_assigned_identity
|
|
313
|
-
Azure::ContainerService::Mgmt::
|
|
324
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::UserAssignedIdentity
|
|
314
325
|
end
|
|
315
|
-
def
|
|
316
|
-
Azure::ContainerService::Mgmt::
|
|
326
|
+
def operation_value
|
|
327
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::OperationValue
|
|
317
328
|
end
|
|
318
|
-
def
|
|
319
|
-
Azure::ContainerService::Mgmt::
|
|
329
|
+
def private_link_service_connection_state
|
|
330
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateLinkServiceConnectionState
|
|
320
331
|
end
|
|
321
|
-
def
|
|
322
|
-
Azure::ContainerService::Mgmt::
|
|
332
|
+
def agent_pool_upgrade_settings
|
|
333
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolUpgradeSettings
|
|
323
334
|
end
|
|
324
335
|
def managed_cluster_pool_upgrade_profile_upgrades_item
|
|
325
|
-
Azure::ContainerService::Mgmt::
|
|
336
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterPoolUpgradeProfileUpgradesItem
|
|
326
337
|
end
|
|
327
|
-
def
|
|
328
|
-
Azure::ContainerService::Mgmt::
|
|
338
|
+
def container_service_ssh_configuration
|
|
339
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceSshConfiguration
|
|
329
340
|
end
|
|
330
341
|
def managed_cluster_pool_upgrade_profile
|
|
331
|
-
Azure::ContainerService::Mgmt::
|
|
342
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterPoolUpgradeProfile
|
|
332
343
|
end
|
|
333
344
|
def managed_cluster_load_balancer_profile_outbound_ipprefixes
|
|
334
|
-
Azure::ContainerService::Mgmt::
|
|
345
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterLoadBalancerProfileOutboundIPPrefixes
|
|
335
346
|
end
|
|
336
347
|
def managed_cluster_upgrade_profile
|
|
337
|
-
Azure::ContainerService::Mgmt::
|
|
348
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterUpgradeProfile
|
|
338
349
|
end
|
|
339
|
-
def
|
|
340
|
-
Azure::ContainerService::Mgmt::
|
|
350
|
+
def container_service_vmdiagnostics
|
|
351
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceVMDiagnostics
|
|
341
352
|
end
|
|
342
353
|
def agent_pool_upgrade_profile_properties_upgrades_item
|
|
343
|
-
Azure::ContainerService::Mgmt::
|
|
354
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolUpgradeProfilePropertiesUpgradesItem
|
|
344
355
|
end
|
|
345
|
-
def
|
|
346
|
-
Azure::ContainerService::Mgmt::
|
|
356
|
+
def resource
|
|
357
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::Resource
|
|
347
358
|
end
|
|
348
359
|
def agent_pool_upgrade_profile
|
|
349
|
-
Azure::ContainerService::Mgmt::
|
|
360
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolUpgradeProfile
|
|
361
|
+
end
|
|
362
|
+
def managed_cluster_load_balancer_profile_managed_outbound_ips
|
|
363
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterLoadBalancerProfileManagedOutboundIPs
|
|
364
|
+
end
|
|
365
|
+
def agent_pool_available_versions_properties_agent_pool_versions_item
|
|
366
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem
|
|
367
|
+
end
|
|
368
|
+
def private_endpoint
|
|
369
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateEndpoint
|
|
370
|
+
end
|
|
371
|
+
def agent_pool_available_versions
|
|
372
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolAvailableVersions
|
|
373
|
+
end
|
|
374
|
+
def managed_cluster_load_balancer_profile
|
|
375
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterLoadBalancerProfile
|
|
376
|
+
end
|
|
377
|
+
def credential_result
|
|
378
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::CredentialResult
|
|
379
|
+
end
|
|
380
|
+
def managed_cluster_windows_profile
|
|
381
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterWindowsProfile
|
|
382
|
+
end
|
|
383
|
+
def credential_results
|
|
384
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::CredentialResults
|
|
350
385
|
end
|
|
351
386
|
def managed_cluster_agent_pool_profile
|
|
352
|
-
Azure::ContainerService::Mgmt::
|
|
387
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAgentPoolProfile
|
|
353
388
|
end
|
|
354
389
|
def agent_pool
|
|
355
|
-
Azure::ContainerService::Mgmt::
|
|
390
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPool
|
|
356
391
|
end
|
|
357
392
|
def managed_cluster_addon_profile_identity
|
|
358
|
-
Azure::ContainerService::Mgmt::
|
|
393
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAddonProfileIdentity
|
|
359
394
|
end
|
|
360
395
|
def managed_cluster_properties_identity_profile_value
|
|
361
|
-
Azure::ContainerService::Mgmt::
|
|
396
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterPropertiesIdentityProfileValue
|
|
362
397
|
end
|
|
363
398
|
def managed_cluster
|
|
364
|
-
Azure::ContainerService::Mgmt::
|
|
399
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedCluster
|
|
365
400
|
end
|
|
366
401
|
def managed_cluster_access_profile
|
|
367
|
-
Azure::ContainerService::Mgmt::
|
|
402
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterAccessProfile
|
|
368
403
|
end
|
|
369
404
|
def container_service_storage_profile_types
|
|
370
|
-
Azure::ContainerService::Mgmt::
|
|
405
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceStorageProfileTypes
|
|
371
406
|
end
|
|
372
407
|
def container_service_vmsize_types
|
|
373
|
-
Azure::ContainerService::Mgmt::
|
|
408
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ContainerServiceVMSizeTypes
|
|
374
409
|
end
|
|
375
410
|
def ostype
|
|
376
|
-
Azure::ContainerService::Mgmt::
|
|
411
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::OSType
|
|
377
412
|
end
|
|
378
413
|
def agent_pool_type
|
|
379
|
-
Azure::ContainerService::Mgmt::
|
|
414
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolType
|
|
415
|
+
end
|
|
416
|
+
def agent_pool_mode
|
|
417
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::AgentPoolMode
|
|
380
418
|
end
|
|
381
419
|
def scale_set_priority
|
|
382
|
-
Azure::ContainerService::Mgmt::
|
|
420
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ScaleSetPriority
|
|
383
421
|
end
|
|
384
422
|
def scale_set_eviction_policy
|
|
385
|
-
Azure::ContainerService::Mgmt::
|
|
423
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ScaleSetEvictionPolicy
|
|
386
424
|
end
|
|
387
425
|
def network_plugin
|
|
388
|
-
Azure::ContainerService::Mgmt::
|
|
426
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::NetworkPlugin
|
|
389
427
|
end
|
|
390
428
|
def network_policy
|
|
391
|
-
Azure::ContainerService::Mgmt::
|
|
429
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::NetworkPolicy
|
|
392
430
|
end
|
|
393
431
|
def network_mode
|
|
394
|
-
Azure::ContainerService::Mgmt::
|
|
432
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::NetworkMode
|
|
395
433
|
end
|
|
396
434
|
def outbound_type
|
|
397
|
-
Azure::ContainerService::Mgmt::
|
|
435
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::OutboundType
|
|
398
436
|
end
|
|
399
437
|
def load_balancer_sku
|
|
400
|
-
Azure::ContainerService::Mgmt::
|
|
438
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::LoadBalancerSku
|
|
401
439
|
end
|
|
402
440
|
def resource_identity_type
|
|
403
|
-
Azure::ContainerService::Mgmt::
|
|
441
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ResourceIdentityType
|
|
442
|
+
end
|
|
443
|
+
def managed_cluster_skuname
|
|
444
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterSKUName
|
|
445
|
+
end
|
|
446
|
+
def managed_cluster_skutier
|
|
447
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ManagedClusterSKUTier
|
|
448
|
+
end
|
|
449
|
+
def private_endpoint_connection_provisioning_state
|
|
450
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::PrivateEndpointConnectionProvisioningState
|
|
451
|
+
end
|
|
452
|
+
def connection_status
|
|
453
|
+
Azure::ContainerService::Mgmt::V2020_06_01::Models::ConnectionStatus
|
|
404
454
|
end
|
|
405
455
|
end
|
|
406
456
|
end
|