azure_mgmt_container_instance 0.17.6 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2017-08-01-preview/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2017-10-01-preview/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2017-12-01-preview/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-02-01-preview/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-09-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2018-10-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2019-12-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +1 -1
- data/lib/2020-11-01/generated/azure_mgmt_container_instance.rb +92 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/container_groups.rb +1404 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/container_instance_management_client.rb +145 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/containers.rb +375 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/location.rb +552 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/azure_file_volume.rb +84 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/cached_images.rb +57 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/cached_images_list_result.rb +98 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/capabilities.rb +108 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/capabilities_capabilities.rb +71 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/capabilities_list_result.rb +98 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container.rb +192 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_attach_response.rb +59 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_exec.rb +54 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_exec_request.rb +58 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_exec_request_terminal_size.rb +57 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_exec_response.rb +57 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group.rb +314 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_diagnostics.rb +47 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_identity.rb +102 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_identity_user_assigned_identities_value.rb +61 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_ip_address_type.rb +16 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_list_result.rb +99 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_network_profile.rb +46 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_network_protocol.rb +16 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_properties_instance_view.rb +69 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_restart_policy.rb +17 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_group_sku.rb +16 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_http_get.rb +80 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_instance_operations_origin.rb +16 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_network_protocol.rb +16 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_port.rb +58 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_probe.rb +114 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_properties_instance_view.rb +95 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/container_state.rb +99 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/dns_configuration.rb +77 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/encryption_properties.rb +68 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/environment_variable.rb +68 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/event.rb +107 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/git_repo_volume.rb +72 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/gpu_resource.rb +58 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/gpu_sku.rb +17 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/http_headers.rb +57 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/image_registry_credential.rb +69 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/init_container_definition.rb +133 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/init_container_properties_definition_instance_view.rb +96 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/ip_address.rb +102 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/log_analytics.rb +108 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/log_analytics_log_type.rb +16 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/logs.rb +46 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/operating_system_types.rb +16 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/operation.rb +81 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/operation_display.rb +79 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/operation_list_result.rb +99 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/port.rb +58 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/resource.rb +110 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/resource_identity_type.rb +18 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/resource_limits.rb +69 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/resource_requests.rb +69 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/resource_requirements.rb +61 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/scheme.rb +16 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/usage.rb +84 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/usage_list_result.rb +56 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/usage_name.rb +59 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/volume.rb +100 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/models/volume_mount.rb +70 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/module_definition.rb +9 -0
- data/lib/2020-11-01/generated/azure_mgmt_container_instance/operations.rb +219 -0
- data/lib/azure_mgmt_container_instance.rb +6 -5
- data/lib/profiles/latest/modules/containerinstance_profile_module.rb +149 -141
- data/lib/version.rb +1 -1
- metadata +71 -3
@@ -0,0 +1,70 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ContainerInstance::Mgmt::V2020_11_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The properties of the volume mount.
|
10
|
+
#
|
11
|
+
class VolumeMount
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] The name of the volume mount.
|
16
|
+
attr_accessor :name
|
17
|
+
|
18
|
+
# @return [String] The path within the container where the volume should
|
19
|
+
# be mounted. Must not contain colon (:).
|
20
|
+
attr_accessor :mount_path
|
21
|
+
|
22
|
+
# @return [Boolean] The flag indicating whether the volume mount is
|
23
|
+
# read-only.
|
24
|
+
attr_accessor :read_only
|
25
|
+
|
26
|
+
|
27
|
+
#
|
28
|
+
# Mapper for VolumeMount class as Ruby Hash.
|
29
|
+
# This will be used for serialization/deserialization.
|
30
|
+
#
|
31
|
+
def self.mapper()
|
32
|
+
{
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
serialized_name: 'VolumeMount',
|
36
|
+
type: {
|
37
|
+
name: 'Composite',
|
38
|
+
class_name: 'VolumeMount',
|
39
|
+
model_properties: {
|
40
|
+
name: {
|
41
|
+
client_side_validation: true,
|
42
|
+
required: true,
|
43
|
+
serialized_name: 'name',
|
44
|
+
type: {
|
45
|
+
name: 'String'
|
46
|
+
}
|
47
|
+
},
|
48
|
+
mount_path: {
|
49
|
+
client_side_validation: true,
|
50
|
+
required: true,
|
51
|
+
serialized_name: 'mountPath',
|
52
|
+
type: {
|
53
|
+
name: 'String'
|
54
|
+
}
|
55
|
+
},
|
56
|
+
read_only: {
|
57
|
+
client_side_validation: true,
|
58
|
+
required: false,
|
59
|
+
serialized_name: 'readOnly',
|
60
|
+
type: {
|
61
|
+
name: 'Boolean'
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
70
|
+
end
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure end
|
7
|
+
module Azure::ContainerInstance end
|
8
|
+
module Azure::ContainerInstance::Mgmt end
|
9
|
+
module Azure::ContainerInstance::Mgmt::V2020_11_01 end
|
@@ -0,0 +1,219 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator.
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ContainerInstance::Mgmt::V2020_11_01
|
7
|
+
#
|
8
|
+
# Operations
|
9
|
+
#
|
10
|
+
class Operations
|
11
|
+
include MsRestAzure
|
12
|
+
|
13
|
+
#
|
14
|
+
# Creates and initializes a new instance of the Operations class.
|
15
|
+
# @param client service class for accessing basic functionality.
|
16
|
+
#
|
17
|
+
def initialize(client)
|
18
|
+
@client = client
|
19
|
+
end
|
20
|
+
|
21
|
+
# @return [ContainerInstanceManagementClient] reference to the ContainerInstanceManagementClient
|
22
|
+
attr_reader :client
|
23
|
+
|
24
|
+
#
|
25
|
+
# List the operations for Azure Container Instance service.
|
26
|
+
#
|
27
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
28
|
+
# will be added to the HTTP request.
|
29
|
+
#
|
30
|
+
# @return [Array<Operation>] operation results.
|
31
|
+
#
|
32
|
+
def list(custom_headers:nil)
|
33
|
+
first_page = list_as_lazy(custom_headers:custom_headers)
|
34
|
+
first_page.get_all_items
|
35
|
+
end
|
36
|
+
|
37
|
+
#
|
38
|
+
# List the operations for Azure Container Instance service.
|
39
|
+
#
|
40
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
41
|
+
# will be added to the HTTP request.
|
42
|
+
#
|
43
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
44
|
+
#
|
45
|
+
def list_with_http_info(custom_headers:nil)
|
46
|
+
list_async(custom_headers:custom_headers).value!
|
47
|
+
end
|
48
|
+
|
49
|
+
#
|
50
|
+
# List the operations for Azure Container Instance service.
|
51
|
+
#
|
52
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
53
|
+
# to the HTTP request.
|
54
|
+
#
|
55
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
56
|
+
#
|
57
|
+
def list_async(custom_headers:nil)
|
58
|
+
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
59
|
+
|
60
|
+
|
61
|
+
request_headers = {}
|
62
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
63
|
+
|
64
|
+
# Set Headers
|
65
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
66
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
67
|
+
path_template = 'providers/Microsoft.ContainerInstance/operations'
|
68
|
+
|
69
|
+
request_url = @base_url || @client.base_url
|
70
|
+
|
71
|
+
options = {
|
72
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
73
|
+
query_params: {'api-version' => @client.api_version},
|
74
|
+
headers: request_headers.merge(custom_headers || {}),
|
75
|
+
base_url: request_url
|
76
|
+
}
|
77
|
+
promise = @client.make_request_async(:get, path_template, options)
|
78
|
+
|
79
|
+
promise = promise.then do |result|
|
80
|
+
http_response = result.response
|
81
|
+
status_code = http_response.status
|
82
|
+
response_content = http_response.body
|
83
|
+
unless status_code == 200
|
84
|
+
error_model = JSON.load(response_content)
|
85
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
86
|
+
end
|
87
|
+
|
88
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
89
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
90
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
91
|
+
# Deserialize Response
|
92
|
+
if status_code == 200
|
93
|
+
begin
|
94
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
95
|
+
result_mapper = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::OperationListResult.mapper()
|
96
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
97
|
+
rescue Exception => e
|
98
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
99
|
+
end
|
100
|
+
end
|
101
|
+
|
102
|
+
result
|
103
|
+
end
|
104
|
+
|
105
|
+
promise.execute
|
106
|
+
end
|
107
|
+
|
108
|
+
#
|
109
|
+
# List the operations for Azure Container Instance service.
|
110
|
+
#
|
111
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
112
|
+
# to List operation.
|
113
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
114
|
+
# will be added to the HTTP request.
|
115
|
+
#
|
116
|
+
# @return [OperationListResult] operation results.
|
117
|
+
#
|
118
|
+
def list_next(next_page_link, custom_headers:nil)
|
119
|
+
response = list_next_async(next_page_link, custom_headers:custom_headers).value!
|
120
|
+
response.body unless response.nil?
|
121
|
+
end
|
122
|
+
|
123
|
+
#
|
124
|
+
# List the operations for Azure Container Instance service.
|
125
|
+
#
|
126
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
127
|
+
# to List operation.
|
128
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
129
|
+
# will be added to the HTTP request.
|
130
|
+
#
|
131
|
+
# @return [MsRestAzure::AzureOperationResponse] HTTP response information.
|
132
|
+
#
|
133
|
+
def list_next_with_http_info(next_page_link, custom_headers:nil)
|
134
|
+
list_next_async(next_page_link, custom_headers:custom_headers).value!
|
135
|
+
end
|
136
|
+
|
137
|
+
#
|
138
|
+
# List the operations for Azure Container Instance service.
|
139
|
+
#
|
140
|
+
# @param next_page_link [String] The NextLink from the previous successful call
|
141
|
+
# to List operation.
|
142
|
+
# @param [Hash{String => String}] A hash of custom headers that will be added
|
143
|
+
# to the HTTP request.
|
144
|
+
#
|
145
|
+
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
|
146
|
+
#
|
147
|
+
def list_next_async(next_page_link, custom_headers:nil)
|
148
|
+
fail ArgumentError, 'next_page_link is nil' if next_page_link.nil?
|
149
|
+
|
150
|
+
|
151
|
+
request_headers = {}
|
152
|
+
request_headers['Content-Type'] = 'application/json; charset=utf-8'
|
153
|
+
|
154
|
+
# Set Headers
|
155
|
+
request_headers['x-ms-client-request-id'] = SecureRandom.uuid
|
156
|
+
request_headers['accept-language'] = @client.accept_language unless @client.accept_language.nil?
|
157
|
+
path_template = '{nextLink}'
|
158
|
+
|
159
|
+
request_url = @base_url || @client.base_url
|
160
|
+
|
161
|
+
options = {
|
162
|
+
middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]],
|
163
|
+
skip_encoding_path_params: {'nextLink' => next_page_link},
|
164
|
+
headers: request_headers.merge(custom_headers || {}),
|
165
|
+
base_url: request_url
|
166
|
+
}
|
167
|
+
promise = @client.make_request_async(:get, path_template, options)
|
168
|
+
|
169
|
+
promise = promise.then do |result|
|
170
|
+
http_response = result.response
|
171
|
+
status_code = http_response.status
|
172
|
+
response_content = http_response.body
|
173
|
+
unless status_code == 200
|
174
|
+
error_model = JSON.load(response_content)
|
175
|
+
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
176
|
+
end
|
177
|
+
|
178
|
+
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
179
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
180
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
181
|
+
# Deserialize Response
|
182
|
+
if status_code == 200
|
183
|
+
begin
|
184
|
+
parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content)
|
185
|
+
result_mapper = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::OperationListResult.mapper()
|
186
|
+
result.body = @client.deserialize(result_mapper, parsed_response)
|
187
|
+
rescue Exception => e
|
188
|
+
fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e.message, e.backtrace, result)
|
189
|
+
end
|
190
|
+
end
|
191
|
+
|
192
|
+
result
|
193
|
+
end
|
194
|
+
|
195
|
+
promise.execute
|
196
|
+
end
|
197
|
+
|
198
|
+
#
|
199
|
+
# List the operations for Azure Container Instance service.
|
200
|
+
#
|
201
|
+
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
202
|
+
# will be added to the HTTP request.
|
203
|
+
#
|
204
|
+
# @return [OperationListResult] which provide lazy access to pages of the
|
205
|
+
# response.
|
206
|
+
#
|
207
|
+
def list_as_lazy(custom_headers:nil)
|
208
|
+
response = list_async(custom_headers:custom_headers).value!
|
209
|
+
unless response.nil?
|
210
|
+
page = response.body
|
211
|
+
page.next_method = Proc.new do |next_page_link|
|
212
|
+
list_next_async(next_page_link, custom_headers:custom_headers)
|
213
|
+
end
|
214
|
+
page
|
215
|
+
end
|
216
|
+
end
|
217
|
+
|
218
|
+
end
|
219
|
+
end
|
@@ -2,13 +2,14 @@
|
|
2
2
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
3
3
|
# Licensed under the MIT License. See License.txt in the project root for license information.
|
4
4
|
|
5
|
-
require '2018-
|
5
|
+
require '2018-10-01/generated/azure_mgmt_container_instance'
|
6
|
+
require '2017-12-01-preview/generated/azure_mgmt_container_instance'
|
6
7
|
require '2017-08-01-preview/generated/azure_mgmt_container_instance'
|
7
|
-
require '2018-09-01/generated/azure_mgmt_container_instance'
|
8
8
|
require '2018-02-01-preview/generated/azure_mgmt_container_instance'
|
9
|
-
require '2018-04-01/generated/azure_mgmt_container_instance'
|
10
|
-
require '2018-10-01/generated/azure_mgmt_container_instance'
|
11
9
|
require '2019-12-01/generated/azure_mgmt_container_instance'
|
12
|
-
require '
|
10
|
+
require '2018-04-01/generated/azure_mgmt_container_instance'
|
13
11
|
require '2017-10-01-preview/generated/azure_mgmt_container_instance'
|
12
|
+
require '2020-11-01/generated/azure_mgmt_container_instance'
|
13
|
+
require '2018-06-01/generated/azure_mgmt_container_instance'
|
14
|
+
require '2018-09-01/generated/azure_mgmt_container_instance'
|
14
15
|
require 'profiles/latest/containerinstance_latest_profile_client'
|
@@ -6,71 +6,73 @@ require 'azure_mgmt_container_instance'
|
|
6
6
|
|
7
7
|
module Azure::ContainerInstance::Profiles::Latest
|
8
8
|
module Mgmt
|
9
|
-
ContainerGroups = Azure::ContainerInstance::Mgmt::
|
10
|
-
Operations = Azure::ContainerInstance::Mgmt::
|
11
|
-
Location = Azure::ContainerInstance::Mgmt::
|
12
|
-
Containers = Azure::ContainerInstance::Mgmt::
|
9
|
+
ContainerGroups = Azure::ContainerInstance::Mgmt::V2020_11_01::ContainerGroups
|
10
|
+
Operations = Azure::ContainerInstance::Mgmt::V2020_11_01::Operations
|
11
|
+
Location = Azure::ContainerInstance::Mgmt::V2020_11_01::Location
|
12
|
+
Containers = Azure::ContainerInstance::Mgmt::V2020_11_01::Containers
|
13
13
|
|
14
14
|
module Models
|
15
|
-
ContainerGroupDiagnostics = Azure::ContainerInstance::Mgmt::
|
16
|
-
ContainerGroupNetworkProfile = Azure::ContainerInstance::Mgmt::
|
17
|
-
EnvironmentVariable = Azure::ContainerInstance::Mgmt::
|
18
|
-
DnsConfiguration = Azure::ContainerInstance::Mgmt::
|
19
|
-
Event = Azure::ContainerInstance::Mgmt::
|
20
|
-
EncryptionProperties = Azure::ContainerInstance::Mgmt::
|
21
|
-
GpuResource = Azure::ContainerInstance::Mgmt::
|
22
|
-
InitContainerPropertiesDefinitionInstanceView = Azure::ContainerInstance::Mgmt::
|
23
|
-
ResourceLimits = Azure::ContainerInstance::Mgmt::
|
24
|
-
InitContainerDefinition = Azure::ContainerInstance::Mgmt::
|
25
|
-
VolumeMount = Azure::ContainerInstance::Mgmt::
|
26
|
-
ContainerExec = Azure::ContainerInstance::Mgmt::
|
27
|
-
|
28
|
-
OperationDisplay = Azure::ContainerInstance::Mgmt::
|
29
|
-
|
30
|
-
Operation = Azure::ContainerInstance::Mgmt::
|
31
|
-
|
32
|
-
OperationListResult = Azure::ContainerInstance::Mgmt::
|
33
|
-
|
34
|
-
UsageName = Azure::ContainerInstance::Mgmt::
|
35
|
-
|
36
|
-
Usage = Azure::ContainerInstance::Mgmt::
|
37
|
-
|
38
|
-
UsageListResult = Azure::ContainerInstance::Mgmt::
|
39
|
-
|
40
|
-
ContainerGroupListResult = Azure::ContainerInstance::Mgmt::
|
41
|
-
|
42
|
-
Logs = Azure::ContainerInstance::Mgmt::
|
43
|
-
|
44
|
-
ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::
|
45
|
-
|
46
|
-
ContainerExecRequest = Azure::ContainerInstance::Mgmt::
|
47
|
-
|
48
|
-
ContainerExecResponse = Azure::ContainerInstance::Mgmt::
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
15
|
+
ContainerGroupDiagnostics = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupDiagnostics
|
16
|
+
ContainerGroupNetworkProfile = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupNetworkProfile
|
17
|
+
EnvironmentVariable = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::EnvironmentVariable
|
18
|
+
DnsConfiguration = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::DnsConfiguration
|
19
|
+
Event = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Event
|
20
|
+
EncryptionProperties = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::EncryptionProperties
|
21
|
+
GpuResource = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::GpuResource
|
22
|
+
InitContainerPropertiesDefinitionInstanceView = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::InitContainerPropertiesDefinitionInstanceView
|
23
|
+
ResourceLimits = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ResourceLimits
|
24
|
+
InitContainerDefinition = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::InitContainerDefinition
|
25
|
+
VolumeMount = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::VolumeMount
|
26
|
+
ContainerExec = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerExec
|
27
|
+
ContainerHttpGet = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerHttpGet
|
28
|
+
OperationDisplay = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::OperationDisplay
|
29
|
+
Container = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Container
|
30
|
+
Operation = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Operation
|
31
|
+
GitRepoVolume = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::GitRepoVolume
|
32
|
+
OperationListResult = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::OperationListResult
|
33
|
+
ContainerGroupIdentityUserAssignedIdentitiesValue = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupIdentityUserAssignedIdentitiesValue
|
34
|
+
UsageName = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::UsageName
|
35
|
+
ImageRegistryCredential = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ImageRegistryCredential
|
36
|
+
Usage = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Usage
|
37
|
+
IpAddress = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::IpAddress
|
38
|
+
UsageListResult = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::UsageListResult
|
39
|
+
LogAnalytics = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::LogAnalytics
|
40
|
+
ContainerGroupListResult = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupListResult
|
41
|
+
ContainerState = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerState
|
42
|
+
Logs = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Logs
|
43
|
+
ResourceRequests = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ResourceRequests
|
44
|
+
ContainerExecRequestTerminalSize = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerExecRequestTerminalSize
|
45
|
+
HttpHeaders = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::HttpHeaders
|
46
|
+
ContainerExecRequest = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerExecRequest
|
47
|
+
AzureFileVolume = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::AzureFileVolume
|
48
|
+
ContainerExecResponse = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerExecResponse
|
49
|
+
ContainerGroupIdentity = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupIdentity
|
50
|
+
ContainerAttachResponse = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerAttachResponse
|
51
|
+
ContainerGroupPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupPropertiesInstanceView
|
52
|
+
Resource = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Resource
|
53
|
+
ContainerPropertiesInstanceView = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerPropertiesInstanceView
|
54
|
+
CachedImages = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::CachedImages
|
55
|
+
ContainerProbe = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerProbe
|
56
|
+
CachedImagesListResult = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::CachedImagesListResult
|
57
|
+
Port = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Port
|
58
|
+
CapabilitiesCapabilities = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::CapabilitiesCapabilities
|
59
|
+
ResourceRequirements = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ResourceRequirements
|
60
|
+
Capabilities = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Capabilities
|
61
|
+
ContainerPort = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerPort
|
62
|
+
CapabilitiesListResult = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::CapabilitiesListResult
|
63
|
+
Volume = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Volume
|
64
|
+
ContainerGroup = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroup
|
65
|
+
ContainerNetworkProtocol = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerNetworkProtocol
|
66
|
+
GpuSku = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::GpuSku
|
67
|
+
Scheme = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Scheme
|
68
|
+
ResourceIdentityType = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ResourceIdentityType
|
69
|
+
ContainerGroupRestartPolicy = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupRestartPolicy
|
70
|
+
ContainerGroupNetworkProtocol = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupNetworkProtocol
|
71
|
+
ContainerGroupIpAddressType = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupIpAddressType
|
72
|
+
OperatingSystemTypes = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::OperatingSystemTypes
|
73
|
+
LogAnalyticsLogType = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::LogAnalyticsLogType
|
74
|
+
ContainerGroupSku = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupSku
|
75
|
+
ContainerInstanceOperationsOrigin = Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerInstanceOperationsOrigin
|
74
76
|
end
|
75
77
|
|
76
78
|
#
|
@@ -92,7 +94,7 @@ module Azure::ContainerInstance::Profiles::Latest
|
|
92
94
|
@base_url = options[:base_url].nil? ? nil:options[:base_url]
|
93
95
|
@options = options[:options].nil? ? nil:options[:options]
|
94
96
|
|
95
|
-
@client_0 = Azure::ContainerInstance::Mgmt::
|
97
|
+
@client_0 = Azure::ContainerInstance::Mgmt::V2020_11_01::ContainerInstanceManagementClient.new(configurable.credentials, base_url, options)
|
96
98
|
if(@client_0.respond_to?(:subscription_id))
|
97
99
|
@client_0.subscription_id = configurable.subscription_id
|
98
100
|
end
|
@@ -122,181 +124,187 @@ module Azure::ContainerInstance::Profiles::Latest
|
|
122
124
|
|
123
125
|
class ModelClasses
|
124
126
|
def container_group_diagnostics
|
125
|
-
Azure::ContainerInstance::Mgmt::
|
127
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupDiagnostics
|
126
128
|
end
|
127
129
|
def container_group_network_profile
|
128
|
-
Azure::ContainerInstance::Mgmt::
|
130
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupNetworkProfile
|
129
131
|
end
|
130
132
|
def environment_variable
|
131
|
-
Azure::ContainerInstance::Mgmt::
|
133
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::EnvironmentVariable
|
132
134
|
end
|
133
135
|
def dns_configuration
|
134
|
-
Azure::ContainerInstance::Mgmt::
|
136
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::DnsConfiguration
|
135
137
|
end
|
136
138
|
def event
|
137
|
-
Azure::ContainerInstance::Mgmt::
|
139
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Event
|
138
140
|
end
|
139
141
|
def encryption_properties
|
140
|
-
Azure::ContainerInstance::Mgmt::
|
142
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::EncryptionProperties
|
141
143
|
end
|
142
144
|
def gpu_resource
|
143
|
-
Azure::ContainerInstance::Mgmt::
|
145
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::GpuResource
|
144
146
|
end
|
145
147
|
def init_container_properties_definition_instance_view
|
146
|
-
Azure::ContainerInstance::Mgmt::
|
148
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::InitContainerPropertiesDefinitionInstanceView
|
147
149
|
end
|
148
150
|
def resource_limits
|
149
|
-
Azure::ContainerInstance::Mgmt::
|
151
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ResourceLimits
|
150
152
|
end
|
151
153
|
def init_container_definition
|
152
|
-
Azure::ContainerInstance::Mgmt::
|
154
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::InitContainerDefinition
|
153
155
|
end
|
154
156
|
def volume_mount
|
155
|
-
Azure::ContainerInstance::Mgmt::
|
157
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::VolumeMount
|
156
158
|
end
|
157
159
|
def container_exec
|
158
|
-
Azure::ContainerInstance::Mgmt::
|
160
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerExec
|
159
161
|
end
|
160
|
-
def
|
161
|
-
Azure::ContainerInstance::Mgmt::
|
162
|
+
def container_http_get
|
163
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerHttpGet
|
162
164
|
end
|
163
165
|
def operation_display
|
164
|
-
Azure::ContainerInstance::Mgmt::
|
166
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::OperationDisplay
|
165
167
|
end
|
166
|
-
def
|
167
|
-
Azure::ContainerInstance::Mgmt::
|
168
|
+
def container
|
169
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Container
|
168
170
|
end
|
169
171
|
def operation
|
170
|
-
Azure::ContainerInstance::Mgmt::
|
172
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Operation
|
171
173
|
end
|
172
|
-
def
|
173
|
-
Azure::ContainerInstance::Mgmt::
|
174
|
+
def git_repo_volume
|
175
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::GitRepoVolume
|
174
176
|
end
|
175
177
|
def operation_list_result
|
176
|
-
Azure::ContainerInstance::Mgmt::
|
178
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::OperationListResult
|
177
179
|
end
|
178
|
-
def
|
179
|
-
Azure::ContainerInstance::Mgmt::
|
180
|
+
def container_group_identity_user_assigned_identities_value
|
181
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupIdentityUserAssignedIdentitiesValue
|
180
182
|
end
|
181
183
|
def usage_name
|
182
|
-
Azure::ContainerInstance::Mgmt::
|
184
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::UsageName
|
183
185
|
end
|
184
|
-
def
|
185
|
-
Azure::ContainerInstance::Mgmt::
|
186
|
+
def image_registry_credential
|
187
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ImageRegistryCredential
|
186
188
|
end
|
187
189
|
def usage
|
188
|
-
Azure::ContainerInstance::Mgmt::
|
190
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Usage
|
189
191
|
end
|
190
|
-
def
|
191
|
-
Azure::ContainerInstance::Mgmt::
|
192
|
+
def ip_address
|
193
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::IpAddress
|
192
194
|
end
|
193
195
|
def usage_list_result
|
194
|
-
Azure::ContainerInstance::Mgmt::
|
196
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::UsageListResult
|
195
197
|
end
|
196
|
-
def
|
197
|
-
Azure::ContainerInstance::Mgmt::
|
198
|
+
def log_analytics
|
199
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::LogAnalytics
|
198
200
|
end
|
199
201
|
def container_group_list_result
|
200
|
-
Azure::ContainerInstance::Mgmt::
|
202
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupListResult
|
201
203
|
end
|
202
|
-
def
|
203
|
-
Azure::ContainerInstance::Mgmt::
|
204
|
+
def container_state
|
205
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerState
|
204
206
|
end
|
205
207
|
def logs
|
206
|
-
Azure::ContainerInstance::Mgmt::
|
208
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Logs
|
207
209
|
end
|
208
|
-
def
|
209
|
-
Azure::ContainerInstance::Mgmt::
|
210
|
+
def resource_requests
|
211
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ResourceRequests
|
210
212
|
end
|
211
213
|
def container_exec_request_terminal_size
|
212
|
-
Azure::ContainerInstance::Mgmt::
|
214
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerExecRequestTerminalSize
|
213
215
|
end
|
214
|
-
def
|
215
|
-
Azure::ContainerInstance::Mgmt::
|
216
|
+
def http_headers
|
217
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::HttpHeaders
|
216
218
|
end
|
217
219
|
def container_exec_request
|
218
|
-
Azure::ContainerInstance::Mgmt::
|
220
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerExecRequest
|
219
221
|
end
|
220
|
-
def
|
221
|
-
Azure::ContainerInstance::Mgmt::
|
222
|
+
def azure_file_volume
|
223
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::AzureFileVolume
|
222
224
|
end
|
223
225
|
def container_exec_response
|
224
|
-
Azure::ContainerInstance::Mgmt::
|
226
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerExecResponse
|
225
227
|
end
|
226
|
-
def
|
227
|
-
Azure::ContainerInstance::Mgmt::
|
228
|
+
def container_group_identity
|
229
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupIdentity
|
230
|
+
end
|
231
|
+
def container_attach_response
|
232
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerAttachResponse
|
233
|
+
end
|
234
|
+
def container_group_properties_instance_view
|
235
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupPropertiesInstanceView
|
228
236
|
end
|
229
237
|
def resource
|
230
|
-
Azure::ContainerInstance::Mgmt::
|
238
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Resource
|
231
239
|
end
|
232
|
-
def
|
233
|
-
Azure::ContainerInstance::Mgmt::
|
240
|
+
def container_properties_instance_view
|
241
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerPropertiesInstanceView
|
234
242
|
end
|
235
243
|
def cached_images
|
236
|
-
Azure::ContainerInstance::Mgmt::
|
244
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::CachedImages
|
237
245
|
end
|
238
|
-
def
|
239
|
-
Azure::ContainerInstance::Mgmt::
|
246
|
+
def container_probe
|
247
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerProbe
|
240
248
|
end
|
241
249
|
def cached_images_list_result
|
242
|
-
Azure::ContainerInstance::Mgmt::
|
250
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::CachedImagesListResult
|
243
251
|
end
|
244
|
-
def
|
245
|
-
Azure::ContainerInstance::Mgmt::
|
252
|
+
def port
|
253
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Port
|
246
254
|
end
|
247
255
|
def capabilities_capabilities
|
248
|
-
Azure::ContainerInstance::Mgmt::
|
256
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::CapabilitiesCapabilities
|
249
257
|
end
|
250
|
-
def
|
251
|
-
Azure::ContainerInstance::Mgmt::
|
258
|
+
def resource_requirements
|
259
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ResourceRequirements
|
252
260
|
end
|
253
261
|
def capabilities
|
254
|
-
Azure::ContainerInstance::Mgmt::
|
262
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Capabilities
|
255
263
|
end
|
256
|
-
def
|
257
|
-
Azure::ContainerInstance::Mgmt::
|
264
|
+
def container_port
|
265
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerPort
|
258
266
|
end
|
259
267
|
def capabilities_list_result
|
260
|
-
Azure::ContainerInstance::Mgmt::
|
268
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::CapabilitiesListResult
|
261
269
|
end
|
262
|
-
def
|
263
|
-
Azure::ContainerInstance::Mgmt::
|
270
|
+
def volume
|
271
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Volume
|
264
272
|
end
|
265
273
|
def container_group
|
266
|
-
Azure::ContainerInstance::Mgmt::
|
274
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroup
|
267
275
|
end
|
268
276
|
def container_network_protocol
|
269
|
-
Azure::ContainerInstance::Mgmt::
|
277
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerNetworkProtocol
|
270
278
|
end
|
271
279
|
def gpu_sku
|
272
|
-
Azure::ContainerInstance::Mgmt::
|
280
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::GpuSku
|
273
281
|
end
|
274
282
|
def scheme
|
275
|
-
Azure::ContainerInstance::Mgmt::
|
283
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::Scheme
|
276
284
|
end
|
277
285
|
def resource_identity_type
|
278
|
-
Azure::ContainerInstance::Mgmt::
|
286
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ResourceIdentityType
|
279
287
|
end
|
280
288
|
def container_group_restart_policy
|
281
|
-
Azure::ContainerInstance::Mgmt::
|
289
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupRestartPolicy
|
282
290
|
end
|
283
291
|
def container_group_network_protocol
|
284
|
-
Azure::ContainerInstance::Mgmt::
|
292
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupNetworkProtocol
|
285
293
|
end
|
286
294
|
def container_group_ip_address_type
|
287
|
-
Azure::ContainerInstance::Mgmt::
|
295
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupIpAddressType
|
288
296
|
end
|
289
297
|
def operating_system_types
|
290
|
-
Azure::ContainerInstance::Mgmt::
|
298
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::OperatingSystemTypes
|
291
299
|
end
|
292
300
|
def log_analytics_log_type
|
293
|
-
Azure::ContainerInstance::Mgmt::
|
301
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::LogAnalyticsLogType
|
294
302
|
end
|
295
303
|
def container_group_sku
|
296
|
-
Azure::ContainerInstance::Mgmt::
|
304
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerGroupSku
|
297
305
|
end
|
298
306
|
def container_instance_operations_origin
|
299
|
-
Azure::ContainerInstance::Mgmt::
|
307
|
+
Azure::ContainerInstance::Mgmt::V2020_11_01::Models::ContainerInstanceOperationsOrigin
|
300
308
|
end
|
301
309
|
end
|
302
310
|
end
|