azure_mgmt_container_service 0.17.0 → 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/2016-03-30/generated/azure_mgmt_container_service/container_service_client.rb +7 -6
- data/lib/2016-09-30/generated/azure_mgmt_container_service/container_service_client.rb +7 -6
- data/lib/2016-09-30/generated/azure_mgmt_container_service/container_services.rb +1 -1
- data/lib/2017-01-31/generated/azure_mgmt_container_service/container_service_client.rb +7 -6
- data/lib/2017-01-31/generated/azure_mgmt_container_service/container_services.rb +1 -1
- data/lib/2017-07-01/generated/azure_mgmt_container_service.rb +47 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/container_service_client.rb +133 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/container_services.rb +924 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service.rb +213 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb +226 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_custom_profile.rb +46 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +48 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +62 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_list_result.rb +100 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +188 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_orchestrator_profile.rb +62 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_orchestrator_types.rb +19 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_service_principal_profile.rb +73 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +57 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +48 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_storage_profile_types.rb +16 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +60 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb +188 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +63 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/key_vault_secret_ref.rb +68 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/ostype.rb +16 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/models/resource.rb +101 -0
- data/lib/2017-07-01/generated/azure_mgmt_container_service/module_definition.rb +9 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service.rb +48 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/container_service_client.rb +133 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/managed_clusters.rb +1172 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb +226 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +48 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +62 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +188 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_service_principal_profile.rb +73 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +57 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +48 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_storage_profile_types.rb +16 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +60 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb +188 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +63 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/key_vault_secret_ref.rb +68 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster.rb +183 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster_access_profile.rb +97 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster_list_result.rb +100 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster_pool_upgrade_profile.rb +91 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/managed_cluster_upgrade_profile.rb +105 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/orchestrator_profile.rb +57 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/ostype.rb +16 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/models/resource.rb +101 -0
- data/lib/2017-08-31/generated/azure_mgmt_container_service/module_definition.rb +9 -0
- data/lib/2017-09-30/generated/azure_mgmt_container_service.rb +31 -0
- data/lib/2017-09-30/generated/azure_mgmt_container_service/container_service_client.rb +133 -0
- data/lib/2017-09-30/generated/azure_mgmt_container_service/container_services.rb +131 -0
- data/lib/2017-09-30/generated/azure_mgmt_container_service/models/orchestrator_profile.rb +57 -0
- data/lib/2017-09-30/generated/azure_mgmt_container_service/models/orchestrator_version_profile.rb +89 -0
- data/lib/2017-09-30/generated/azure_mgmt_container_service/models/orchestrator_version_profile_list_result.rb +92 -0
- data/lib/2017-09-30/generated/azure_mgmt_container_service/module_definition.rb +9 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service.rb +57 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/container_service_client.rb +137 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/managed_clusters.rb +1227 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +48 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +62 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +188 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_network_profile.rb +128 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_service_principal_profile.rb +73 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +57 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +48 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_storage_profile_types.rb +16 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +60 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb +188 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +63 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/key_vault_secret_ref.rb +68 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster.rb +255 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_aadprofile.rb +80 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_access_profile.rb +97 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_addon_profile.rb +66 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_agent_pool_profile.rb +237 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_list_result.rb +100 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_pool_upgrade_profile.rb +91 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/managed_cluster_upgrade_profile.rb +105 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/network_plugin.rb +16 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/network_policy.rb +15 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/operation_list_result.rb +56 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/operation_value.rb +108 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/orchestrator_profile.rb +57 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/ostype.rb +16 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/resource.rb +101 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/models/tags_object.rb +54 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/module_definition.rb +9 -0
- data/lib/2018-03-31/generated/azure_mgmt_container_service/operations.rb +107 -0
- data/lib/azure_mgmt_container_service.rb +5 -1
- data/lib/profiles/latest/modules/containerservice_profile_module.rb +149 -49
- data/lib/version.rb +1 -1
- metadata +91 -4
@@ -0,0 +1,73 @@
|
|
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::ContainerService::Mgmt::V2017_08_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Information about a service principal identity for the cluster to use for
|
10
|
+
# manipulating Azure APIs. Either secret or keyVaultSecretRef must be
|
11
|
+
# specified.
|
12
|
+
#
|
13
|
+
class ContainerServiceServicePrincipalProfile
|
14
|
+
|
15
|
+
include MsRestAzure
|
16
|
+
|
17
|
+
# @return [String] The ID for the service principal.
|
18
|
+
attr_accessor :client_id
|
19
|
+
|
20
|
+
# @return [String] The secret password associated with the service
|
21
|
+
# principal in plain text.
|
22
|
+
attr_accessor :secret
|
23
|
+
|
24
|
+
# @return [KeyVaultSecretRef] Reference to a secret stored in Azure Key
|
25
|
+
# Vault.
|
26
|
+
attr_accessor :key_vault_secret_ref
|
27
|
+
|
28
|
+
|
29
|
+
#
|
30
|
+
# Mapper for ContainerServiceServicePrincipalProfile class as Ruby Hash.
|
31
|
+
# This will be used for serialization/deserialization.
|
32
|
+
#
|
33
|
+
def self.mapper()
|
34
|
+
{
|
35
|
+
client_side_validation: true,
|
36
|
+
required: false,
|
37
|
+
serialized_name: 'ContainerServiceServicePrincipalProfile',
|
38
|
+
type: {
|
39
|
+
name: 'Composite',
|
40
|
+
class_name: 'ContainerServiceServicePrincipalProfile',
|
41
|
+
model_properties: {
|
42
|
+
client_id: {
|
43
|
+
client_side_validation: true,
|
44
|
+
required: true,
|
45
|
+
serialized_name: 'clientId',
|
46
|
+
type: {
|
47
|
+
name: 'String'
|
48
|
+
}
|
49
|
+
},
|
50
|
+
secret: {
|
51
|
+
client_side_validation: true,
|
52
|
+
required: false,
|
53
|
+
serialized_name: 'secret',
|
54
|
+
type: {
|
55
|
+
name: 'String'
|
56
|
+
}
|
57
|
+
},
|
58
|
+
key_vault_secret_ref: {
|
59
|
+
client_side_validation: true,
|
60
|
+
required: false,
|
61
|
+
serialized_name: 'keyVaultSecretRef',
|
62
|
+
type: {
|
63
|
+
name: 'Composite',
|
64
|
+
class_name: 'KeyVaultSecretRef'
|
65
|
+
}
|
66
|
+
}
|
67
|
+
}
|
68
|
+
}
|
69
|
+
}
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
@@ -0,0 +1,57 @@
|
|
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::ContainerService::Mgmt::V2017_08_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# SSH configuration for Linux-based VMs running on Azure.
|
10
|
+
#
|
11
|
+
class ContainerServiceSshConfiguration
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Array<ContainerServiceSshPublicKey>] The list of SSH public
|
16
|
+
# keys used to authenticate with Linux-based VMs. Only expect one key
|
17
|
+
# specified.
|
18
|
+
attr_accessor :public_keys
|
19
|
+
|
20
|
+
|
21
|
+
#
|
22
|
+
# Mapper for ContainerServiceSshConfiguration class as Ruby Hash.
|
23
|
+
# This will be used for serialization/deserialization.
|
24
|
+
#
|
25
|
+
def self.mapper()
|
26
|
+
{
|
27
|
+
client_side_validation: true,
|
28
|
+
required: false,
|
29
|
+
serialized_name: 'ContainerServiceSshConfiguration',
|
30
|
+
type: {
|
31
|
+
name: 'Composite',
|
32
|
+
class_name: 'ContainerServiceSshConfiguration',
|
33
|
+
model_properties: {
|
34
|
+
public_keys: {
|
35
|
+
client_side_validation: true,
|
36
|
+
required: true,
|
37
|
+
serialized_name: 'publicKeys',
|
38
|
+
type: {
|
39
|
+
name: 'Sequence',
|
40
|
+
element: {
|
41
|
+
client_side_validation: true,
|
42
|
+
required: false,
|
43
|
+
serialized_name: 'ContainerServiceSshPublicKeyElementType',
|
44
|
+
type: {
|
45
|
+
name: 'Composite',
|
46
|
+
class_name: 'ContainerServiceSshPublicKey'
|
47
|
+
}
|
48
|
+
}
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
@@ -0,0 +1,48 @@
|
|
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::ContainerService::Mgmt::V2017_08_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Contains information about SSH certificate public key data.
|
10
|
+
#
|
11
|
+
class ContainerServiceSshPublicKey
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Certificate public key used to authenticate with VMs
|
16
|
+
# through SSH. The certificate must be in PEM format with or without
|
17
|
+
# headers.
|
18
|
+
attr_accessor :key_data
|
19
|
+
|
20
|
+
|
21
|
+
#
|
22
|
+
# Mapper for ContainerServiceSshPublicKey class as Ruby Hash.
|
23
|
+
# This will be used for serialization/deserialization.
|
24
|
+
#
|
25
|
+
def self.mapper()
|
26
|
+
{
|
27
|
+
client_side_validation: true,
|
28
|
+
required: false,
|
29
|
+
serialized_name: 'ContainerServiceSshPublicKey',
|
30
|
+
type: {
|
31
|
+
name: 'Composite',
|
32
|
+
class_name: 'ContainerServiceSshPublicKey',
|
33
|
+
model_properties: {
|
34
|
+
key_data: {
|
35
|
+
client_side_validation: true,
|
36
|
+
required: true,
|
37
|
+
serialized_name: 'keyData',
|
38
|
+
type: {
|
39
|
+
name: 'String'
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
}
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
end
|
@@ -0,0 +1,16 @@
|
|
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::ContainerService::Mgmt::V2017_08_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for ContainerServiceStorageProfileTypes
|
10
|
+
#
|
11
|
+
module ContainerServiceStorageProfileTypes
|
12
|
+
StorageAccount = "StorageAccount"
|
13
|
+
ManagedDisks = "ManagedDisks"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
end
|
data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb
ADDED
@@ -0,0 +1,60 @@
|
|
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::ContainerService::Mgmt::V2017_08_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Profile for diagnostics on the container service VMs.
|
10
|
+
#
|
11
|
+
class ContainerServiceVMDiagnostics
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Boolean] Whether the VM diagnostic agent is provisioned on the
|
16
|
+
# VM.
|
17
|
+
attr_accessor :enabled
|
18
|
+
|
19
|
+
# @return [String] The URI of the storage account where diagnostics are
|
20
|
+
# stored.
|
21
|
+
attr_accessor :storage_uri
|
22
|
+
|
23
|
+
|
24
|
+
#
|
25
|
+
# Mapper for ContainerServiceVMDiagnostics class as Ruby Hash.
|
26
|
+
# This will be used for serialization/deserialization.
|
27
|
+
#
|
28
|
+
def self.mapper()
|
29
|
+
{
|
30
|
+
client_side_validation: true,
|
31
|
+
required: false,
|
32
|
+
serialized_name: 'ContainerServiceVMDiagnostics',
|
33
|
+
type: {
|
34
|
+
name: 'Composite',
|
35
|
+
class_name: 'ContainerServiceVMDiagnostics',
|
36
|
+
model_properties: {
|
37
|
+
enabled: {
|
38
|
+
client_side_validation: true,
|
39
|
+
required: true,
|
40
|
+
serialized_name: 'enabled',
|
41
|
+
type: {
|
42
|
+
name: 'Boolean'
|
43
|
+
}
|
44
|
+
},
|
45
|
+
storage_uri: {
|
46
|
+
client_side_validation: true,
|
47
|
+
required: false,
|
48
|
+
read_only: true,
|
49
|
+
serialized_name: 'storageUri',
|
50
|
+
type: {
|
51
|
+
name: 'String'
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
end
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
data/lib/2017-08-31/generated/azure_mgmt_container_service/models/container_service_vmsize_types.rb
ADDED
@@ -0,0 +1,188 @@
|
|
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::ContainerService::Mgmt::V2017_08_31
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for ContainerServiceVMSizeTypes
|
10
|
+
#
|
11
|
+
module ContainerServiceVMSizeTypes
|
12
|
+
StandardA1 = "Standard_A1"
|
13
|
+
StandardA10 = "Standard_A10"
|
14
|
+
StandardA11 = "Standard_A11"
|
15
|
+
StandardA1V2 = "Standard_A1_v2"
|
16
|
+
StandardA2 = "Standard_A2"
|
17
|
+
StandardA2V2 = "Standard_A2_v2"
|
18
|
+
StandardA2mV2 = "Standard_A2m_v2"
|
19
|
+
StandardA3 = "Standard_A3"
|
20
|
+
StandardA4 = "Standard_A4"
|
21
|
+
StandardA4V2 = "Standard_A4_v2"
|
22
|
+
StandardA4mV2 = "Standard_A4m_v2"
|
23
|
+
StandardA5 = "Standard_A5"
|
24
|
+
StandardA6 = "Standard_A6"
|
25
|
+
StandardA7 = "Standard_A7"
|
26
|
+
StandardA8 = "Standard_A8"
|
27
|
+
StandardA8V2 = "Standard_A8_v2"
|
28
|
+
StandardA8mV2 = "Standard_A8m_v2"
|
29
|
+
StandardA9 = "Standard_A9"
|
30
|
+
StandardB2ms = "Standard_B2ms"
|
31
|
+
StandardB2s = "Standard_B2s"
|
32
|
+
StandardB4ms = "Standard_B4ms"
|
33
|
+
StandardB8ms = "Standard_B8ms"
|
34
|
+
StandardD1 = "Standard_D1"
|
35
|
+
StandardD11 = "Standard_D11"
|
36
|
+
StandardD11V2 = "Standard_D11_v2"
|
37
|
+
StandardD11V2Promo = "Standard_D11_v2_Promo"
|
38
|
+
StandardD12 = "Standard_D12"
|
39
|
+
StandardD12V2 = "Standard_D12_v2"
|
40
|
+
StandardD12V2Promo = "Standard_D12_v2_Promo"
|
41
|
+
StandardD13 = "Standard_D13"
|
42
|
+
StandardD13V2 = "Standard_D13_v2"
|
43
|
+
StandardD13V2Promo = "Standard_D13_v2_Promo"
|
44
|
+
StandardD14 = "Standard_D14"
|
45
|
+
StandardD14V2 = "Standard_D14_v2"
|
46
|
+
StandardD14V2Promo = "Standard_D14_v2_Promo"
|
47
|
+
StandardD15V2 = "Standard_D15_v2"
|
48
|
+
StandardD16V3 = "Standard_D16_v3"
|
49
|
+
StandardD16sV3 = "Standard_D16s_v3"
|
50
|
+
StandardD1V2 = "Standard_D1_v2"
|
51
|
+
StandardD2 = "Standard_D2"
|
52
|
+
StandardD2V2 = "Standard_D2_v2"
|
53
|
+
StandardD2V2Promo = "Standard_D2_v2_Promo"
|
54
|
+
StandardD2V3 = "Standard_D2_v3"
|
55
|
+
StandardD2sV3 = "Standard_D2s_v3"
|
56
|
+
StandardD3 = "Standard_D3"
|
57
|
+
StandardD32V3 = "Standard_D32_v3"
|
58
|
+
StandardD32sV3 = "Standard_D32s_v3"
|
59
|
+
StandardD3V2 = "Standard_D3_v2"
|
60
|
+
StandardD3V2Promo = "Standard_D3_v2_Promo"
|
61
|
+
StandardD4 = "Standard_D4"
|
62
|
+
StandardD4V2 = "Standard_D4_v2"
|
63
|
+
StandardD4V2Promo = "Standard_D4_v2_Promo"
|
64
|
+
StandardD4V3 = "Standard_D4_v3"
|
65
|
+
StandardD4sV3 = "Standard_D4s_v3"
|
66
|
+
StandardD5V2 = "Standard_D5_v2"
|
67
|
+
StandardD5V2Promo = "Standard_D5_v2_Promo"
|
68
|
+
StandardD64V3 = "Standard_D64_v3"
|
69
|
+
StandardD64sV3 = "Standard_D64s_v3"
|
70
|
+
StandardD8V3 = "Standard_D8_v3"
|
71
|
+
StandardD8sV3 = "Standard_D8s_v3"
|
72
|
+
StandardDS1 = "Standard_DS1"
|
73
|
+
StandardDS11 = "Standard_DS11"
|
74
|
+
StandardDS11V2 = "Standard_DS11_v2"
|
75
|
+
StandardDS11V2Promo = "Standard_DS11_v2_Promo"
|
76
|
+
StandardDS12 = "Standard_DS12"
|
77
|
+
StandardDS12V2 = "Standard_DS12_v2"
|
78
|
+
StandardDS12V2Promo = "Standard_DS12_v2_Promo"
|
79
|
+
StandardDS13 = "Standard_DS13"
|
80
|
+
StandardDS132V2 = "Standard_DS13-2_v2"
|
81
|
+
StandardDS134V2 = "Standard_DS13-4_v2"
|
82
|
+
StandardDS13V2 = "Standard_DS13_v2"
|
83
|
+
StandardDS13V2Promo = "Standard_DS13_v2_Promo"
|
84
|
+
StandardDS14 = "Standard_DS14"
|
85
|
+
StandardDS144V2 = "Standard_DS14-4_v2"
|
86
|
+
StandardDS148V2 = "Standard_DS14-8_v2"
|
87
|
+
StandardDS14V2 = "Standard_DS14_v2"
|
88
|
+
StandardDS14V2Promo = "Standard_DS14_v2_Promo"
|
89
|
+
StandardDS15V2 = "Standard_DS15_v2"
|
90
|
+
StandardDS1V2 = "Standard_DS1_v2"
|
91
|
+
StandardDS2 = "Standard_DS2"
|
92
|
+
StandardDS2V2 = "Standard_DS2_v2"
|
93
|
+
StandardDS2V2Promo = "Standard_DS2_v2_Promo"
|
94
|
+
StandardDS3 = "Standard_DS3"
|
95
|
+
StandardDS3V2 = "Standard_DS3_v2"
|
96
|
+
StandardDS3V2Promo = "Standard_DS3_v2_Promo"
|
97
|
+
StandardDS4 = "Standard_DS4"
|
98
|
+
StandardDS4V2 = "Standard_DS4_v2"
|
99
|
+
StandardDS4V2Promo = "Standard_DS4_v2_Promo"
|
100
|
+
StandardDS5V2 = "Standard_DS5_v2"
|
101
|
+
StandardDS5V2Promo = "Standard_DS5_v2_Promo"
|
102
|
+
StandardE16V3 = "Standard_E16_v3"
|
103
|
+
StandardE16sV3 = "Standard_E16s_v3"
|
104
|
+
StandardE2V3 = "Standard_E2_v3"
|
105
|
+
StandardE2sV3 = "Standard_E2s_v3"
|
106
|
+
StandardE3216sV3 = "Standard_E32-16s_v3"
|
107
|
+
StandardE328sV3 = "Standard_E32-8s_v3"
|
108
|
+
StandardE32V3 = "Standard_E32_v3"
|
109
|
+
StandardE32sV3 = "Standard_E32s_v3"
|
110
|
+
StandardE4V3 = "Standard_E4_v3"
|
111
|
+
StandardE4sV3 = "Standard_E4s_v3"
|
112
|
+
StandardE6416sV3 = "Standard_E64-16s_v3"
|
113
|
+
StandardE6432sV3 = "Standard_E64-32s_v3"
|
114
|
+
StandardE64V3 = "Standard_E64_v3"
|
115
|
+
StandardE64sV3 = "Standard_E64s_v3"
|
116
|
+
StandardE8V3 = "Standard_E8_v3"
|
117
|
+
StandardE8sV3 = "Standard_E8s_v3"
|
118
|
+
StandardF1 = "Standard_F1"
|
119
|
+
StandardF16 = "Standard_F16"
|
120
|
+
StandardF16s = "Standard_F16s"
|
121
|
+
StandardF16sV2 = "Standard_F16s_v2"
|
122
|
+
StandardF1s = "Standard_F1s"
|
123
|
+
StandardF2 = "Standard_F2"
|
124
|
+
StandardF2s = "Standard_F2s"
|
125
|
+
StandardF2sV2 = "Standard_F2s_v2"
|
126
|
+
StandardF32sV2 = "Standard_F32s_v2"
|
127
|
+
StandardF4 = "Standard_F4"
|
128
|
+
StandardF4s = "Standard_F4s"
|
129
|
+
StandardF4sV2 = "Standard_F4s_v2"
|
130
|
+
StandardF64sV2 = "Standard_F64s_v2"
|
131
|
+
StandardF72sV2 = "Standard_F72s_v2"
|
132
|
+
StandardF8 = "Standard_F8"
|
133
|
+
StandardF8s = "Standard_F8s"
|
134
|
+
StandardF8sV2 = "Standard_F8s_v2"
|
135
|
+
StandardG1 = "Standard_G1"
|
136
|
+
StandardG2 = "Standard_G2"
|
137
|
+
StandardG3 = "Standard_G3"
|
138
|
+
StandardG4 = "Standard_G4"
|
139
|
+
StandardG5 = "Standard_G5"
|
140
|
+
StandardGS1 = "Standard_GS1"
|
141
|
+
StandardGS2 = "Standard_GS2"
|
142
|
+
StandardGS3 = "Standard_GS3"
|
143
|
+
StandardGS4 = "Standard_GS4"
|
144
|
+
StandardGS44 = "Standard_GS4-4"
|
145
|
+
StandardGS48 = "Standard_GS4-8"
|
146
|
+
StandardGS5 = "Standard_GS5"
|
147
|
+
StandardGS516 = "Standard_GS5-16"
|
148
|
+
StandardGS58 = "Standard_GS5-8"
|
149
|
+
StandardH16 = "Standard_H16"
|
150
|
+
StandardH16m = "Standard_H16m"
|
151
|
+
StandardH16mr = "Standard_H16mr"
|
152
|
+
StandardH16r = "Standard_H16r"
|
153
|
+
StandardH8 = "Standard_H8"
|
154
|
+
StandardH8m = "Standard_H8m"
|
155
|
+
StandardL16s = "Standard_L16s"
|
156
|
+
StandardL32s = "Standard_L32s"
|
157
|
+
StandardL4s = "Standard_L4s"
|
158
|
+
StandardL8s = "Standard_L8s"
|
159
|
+
StandardM12832ms = "Standard_M128-32ms"
|
160
|
+
StandardM12864ms = "Standard_M128-64ms"
|
161
|
+
StandardM128ms = "Standard_M128ms"
|
162
|
+
StandardM128s = "Standard_M128s"
|
163
|
+
StandardM6416ms = "Standard_M64-16ms"
|
164
|
+
StandardM6432ms = "Standard_M64-32ms"
|
165
|
+
StandardM64ms = "Standard_M64ms"
|
166
|
+
StandardM64s = "Standard_M64s"
|
167
|
+
StandardNC12 = "Standard_NC12"
|
168
|
+
StandardNC12sV2 = "Standard_NC12s_v2"
|
169
|
+
StandardNC12sV3 = "Standard_NC12s_v3"
|
170
|
+
StandardNC24 = "Standard_NC24"
|
171
|
+
StandardNC24r = "Standard_NC24r"
|
172
|
+
StandardNC24rsV2 = "Standard_NC24rs_v2"
|
173
|
+
StandardNC24rsV3 = "Standard_NC24rs_v3"
|
174
|
+
StandardNC24sV2 = "Standard_NC24s_v2"
|
175
|
+
StandardNC24sV3 = "Standard_NC24s_v3"
|
176
|
+
StandardNC6 = "Standard_NC6"
|
177
|
+
StandardNC6sV2 = "Standard_NC6s_v2"
|
178
|
+
StandardNC6sV3 = "Standard_NC6s_v3"
|
179
|
+
StandardND12s = "Standard_ND12s"
|
180
|
+
StandardND24rs = "Standard_ND24rs"
|
181
|
+
StandardND24s = "Standard_ND24s"
|
182
|
+
StandardND6s = "Standard_ND6s"
|
183
|
+
StandardNV12 = "Standard_NV12"
|
184
|
+
StandardNV24 = "Standard_NV24"
|
185
|
+
StandardNV6 = "Standard_NV6"
|
186
|
+
end
|
187
|
+
end
|
188
|
+
end
|