azure_mgmt_storage 0.7.0 → 0.8.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/generated/azure_mgmt_storage.rb +9 -9
- data/lib/generated/azure_mgmt_storage/models/access_tier.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/account_status.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/check_name_availability_result.rb +5 -5
- data/lib/generated/azure_mgmt_storage/models/custom_domain.rb +4 -4
- data/lib/generated/azure_mgmt_storage/models/encryption.rb +5 -5
- data/lib/generated/azure_mgmt_storage/models/encryption_service.rb +8 -9
- data/lib/generated/azure_mgmt_storage/models/encryption_services.rb +4 -3
- data/lib/generated/azure_mgmt_storage/models/endpoints.rb +2 -2
- data/lib/generated/azure_mgmt_storage/models/key_permission.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/kind.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/provisioning_state.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/reason.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/sku.rb +2 -2
- data/lib/generated/azure_mgmt_storage/models/sku_name.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/sku_tier.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/storage_account.rb +23 -25
- data/lib/generated/azure_mgmt_storage/models/storage_account_check_name_availability_parameters.rb +3 -2
- data/lib/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb +18 -19
- data/lib/generated/azure_mgmt_storage/models/storage_account_key.rb +4 -4
- data/lib/generated/azure_mgmt_storage/models/storage_account_list_keys_result.rb +4 -4
- data/lib/generated/azure_mgmt_storage/models/storage_account_list_result.rb +2 -2
- data/lib/generated/azure_mgmt_storage/models/storage_account_regenerate_key_parameters.rb +2 -1
- data/lib/generated/azure_mgmt_storage/models/storage_account_update_parameters.rb +18 -17
- data/lib/generated/azure_mgmt_storage/models/usage.rb +1 -1
- data/lib/generated/azure_mgmt_storage/models/usage_list_result.rb +4 -3
- data/lib/generated/azure_mgmt_storage/models/usage_name.rb +2 -2
- data/lib/generated/azure_mgmt_storage/models/usage_unit.rb +1 -1
- data/lib/generated/azure_mgmt_storage/module_definition.rb +1 -1
- data/lib/generated/azure_mgmt_storage/storage_accounts.rb +223 -217
- data/lib/generated/azure_mgmt_storage/storage_management_client.rb +16 -3
- data/lib/generated/azure_mgmt_storage/usage_operations.rb +1 -1
- data/lib/generated/azure_mgmt_storage/version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 168386b71032473b342c61d2dea1f43d34280c8a
|
4
|
+
data.tar.gz: a7a16592f0a4bd469c79be5d9f9cc36be175b400
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44bb8b4bb80dccdf6ce059d713cf82d2b81ce36010a876a74a88bc2090959e40e1b0971ac8f1c5793d40d6cb10f3ca003890d26eed9efca89f1be0593ee9f714
|
7
|
+
data.tar.gz: b3b7b9b937ff0dc63650e7776b0db68e4e5550304166a8469dfd138818d85426fa827ebe96f41d5a272f671178a24f601320e642bff55052620c1405d1fa603f
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -26,22 +26,22 @@ module Azure::ARM::Storage
|
|
26
26
|
|
27
27
|
module Models
|
28
28
|
autoload :StorageAccountCheckNameAvailabilityParameters, 'generated/azure_mgmt_storage/models/storage_account_check_name_availability_parameters.rb'
|
29
|
-
autoload :CheckNameAvailabilityResult, 'generated/azure_mgmt_storage/models/check_name_availability_result.rb'
|
30
|
-
autoload :Sku, 'generated/azure_mgmt_storage/models/sku.rb'
|
31
|
-
autoload :CustomDomain, 'generated/azure_mgmt_storage/models/custom_domain.rb'
|
32
|
-
autoload :EncryptionService, 'generated/azure_mgmt_storage/models/encryption_service.rb'
|
33
|
-
autoload :EncryptionServices, 'generated/azure_mgmt_storage/models/encryption_services.rb'
|
34
|
-
autoload :Encryption, 'generated/azure_mgmt_storage/models/encryption.rb'
|
35
|
-
autoload :StorageAccountCreateParameters, 'generated/azure_mgmt_storage/models/storage_account_create_parameters.rb'
|
36
|
-
autoload :Endpoints, 'generated/azure_mgmt_storage/models/endpoints.rb'
|
37
29
|
autoload :StorageAccountKey, 'generated/azure_mgmt_storage/models/storage_account_key.rb'
|
30
|
+
autoload :Sku, 'generated/azure_mgmt_storage/models/sku.rb'
|
38
31
|
autoload :StorageAccountListResult, 'generated/azure_mgmt_storage/models/storage_account_list_result.rb'
|
32
|
+
autoload :EncryptionService, 'generated/azure_mgmt_storage/models/encryption_service.rb'
|
39
33
|
autoload :StorageAccountListKeysResult, 'generated/azure_mgmt_storage/models/storage_account_list_keys_result.rb'
|
34
|
+
autoload :Encryption, 'generated/azure_mgmt_storage/models/encryption.rb'
|
40
35
|
autoload :StorageAccountRegenerateKeyParameters, 'generated/azure_mgmt_storage/models/storage_account_regenerate_key_parameters.rb'
|
36
|
+
autoload :Endpoints, 'generated/azure_mgmt_storage/models/endpoints.rb'
|
41
37
|
autoload :StorageAccountUpdateParameters, 'generated/azure_mgmt_storage/models/storage_account_update_parameters.rb'
|
38
|
+
autoload :CustomDomain, 'generated/azure_mgmt_storage/models/custom_domain.rb'
|
42
39
|
autoload :UsageName, 'generated/azure_mgmt_storage/models/usage_name.rb'
|
40
|
+
autoload :StorageAccountCreateParameters, 'generated/azure_mgmt_storage/models/storage_account_create_parameters.rb'
|
43
41
|
autoload :Usage, 'generated/azure_mgmt_storage/models/usage.rb'
|
42
|
+
autoload :EncryptionServices, 'generated/azure_mgmt_storage/models/encryption_services.rb'
|
44
43
|
autoload :UsageListResult, 'generated/azure_mgmt_storage/models/usage_list_result.rb'
|
44
|
+
autoload :CheckNameAvailabilityResult, 'generated/azure_mgmt_storage/models/check_name_availability_result.rb'
|
45
45
|
autoload :StorageAccount, 'generated/azure_mgmt_storage/models/storage_account.rb'
|
46
46
|
autoload :Reason, 'generated/azure_mgmt_storage/models/reason.rb'
|
47
47
|
autoload :SkuName, 'generated/azure_mgmt_storage/models/sku_name.rb'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -13,13 +13,13 @@ module Azure::ARM::Storage
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
15
|
# @return [Boolean] Gets a boolean value that indicates whether the name
|
16
|
-
# is available for you to use. If true, the name is available. If
|
17
|
-
#
|
16
|
+
# is available for you to use. If true, the name is available. If false,
|
17
|
+
# the name has already been taken or is invalid and cannot be used.
|
18
18
|
attr_accessor :name_available
|
19
19
|
|
20
20
|
# @return [Reason] Gets the reason that a storage account name could not
|
21
|
-
# be used. The Reason element is only returned if NameAvailable is
|
22
|
-
#
|
21
|
+
# be used. The Reason element is only returned if NameAvailable is false.
|
22
|
+
# Possible values include: 'AccountNameInvalid', 'AlreadyExists'
|
23
23
|
attr_accessor :reason
|
24
24
|
|
25
25
|
# @return [String] Gets an error message explaining the Reason value in
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -13,12 +13,12 @@ module Azure::ARM::Storage
|
|
13
13
|
|
14
14
|
include MsRestAzure
|
15
15
|
|
16
|
-
# @return [String] Gets or sets the custom domain name
|
17
|
-
# CNAME source.
|
16
|
+
# @return [String] Gets or sets the custom domain name assigned to the
|
17
|
+
# storage account. Name is the CNAME source.
|
18
18
|
attr_accessor :name
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
|
-
# enabled. Default value is false. This should only be set on updates
|
21
|
+
# enabled. Default value is false. This should only be set on updates.
|
22
22
|
attr_accessor :use_sub_domain
|
23
23
|
|
24
24
|
|
@@ -1,22 +1,22 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
6
|
module Azure::ARM::Storage
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# The encryption settings on the account.
|
9
|
+
# The encryption settings on the storage account.
|
10
10
|
#
|
11
11
|
class Encryption
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [EncryptionServices]
|
15
|
+
# @return [EncryptionServices] List of services which support encryption.
|
16
16
|
attr_accessor :services
|
17
17
|
|
18
|
-
# @return [String]
|
19
|
-
#
|
18
|
+
# @return [String] The encryption keySource (provider). Possible values
|
19
|
+
# (case-insensitive): Microsoft.Storage. Default value:
|
20
20
|
# 'Microsoft.Storage' .
|
21
21
|
attr_accessor :key_source
|
22
22
|
|
@@ -1,26 +1,25 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
6
|
module Azure::ARM::Storage
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
#
|
9
|
+
# A service that allows server-side encryption to be used.
|
10
10
|
#
|
11
11
|
class EncryptionService
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [Boolean] A boolean indicating whether or not the service
|
16
|
-
#
|
15
|
+
# @return [Boolean] A boolean indicating whether or not the service
|
16
|
+
# encrypts the data as it is stored.
|
17
17
|
attr_accessor :enabled
|
18
18
|
|
19
|
-
# @return [DateTime] Gets a
|
20
|
-
# encryption enabled by the user
|
21
|
-
#
|
22
|
-
#
|
23
|
-
# estimate of when encryption was enabled.
|
19
|
+
# @return [DateTime] Gets a rough estimate of the date/time when the
|
20
|
+
# encryption was last enabled by the user. Only returned when encryption
|
21
|
+
# is enabled. There might be some unencrypted blobs which were written
|
22
|
+
# after this time, as it is just a rough estimate.
|
24
23
|
attr_accessor :last_enabled_time
|
25
24
|
|
26
25
|
|
@@ -1,18 +1,19 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
6
|
module Azure::ARM::Storage
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
#
|
9
|
+
# A list of services that support encryption.
|
10
10
|
#
|
11
11
|
class EncryptionServices
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [EncryptionService] The blob
|
15
|
+
# @return [EncryptionService] The encryption function of the blob storage
|
16
|
+
# service.
|
16
17
|
attr_accessor :blob
|
17
18
|
|
18
19
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
6
|
module Azure::ARM::Storage
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# The URIs that are used to perform a retrieval of a public blob, queue or
|
9
|
+
# The URIs that are used to perform a retrieval of a public blob, queue, or
|
10
10
|
# table object.
|
11
11
|
#
|
12
12
|
class Endpoints
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -13,7 +13,7 @@ module Azure::ARM::Storage
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
15
|
# @return [SkuName] Gets or sets the sku name. Required for account
|
16
|
-
# creation
|
16
|
+
# creation; optional for update. Note that in older versions, sku name
|
17
17
|
# was called accountType. Possible values include: 'Standard_LRS',
|
18
18
|
# 'Standard_GRS', 'Standard_RAGRS', 'Standard_ZRS', 'Premium_LRS'
|
19
19
|
attr_accessor :name
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -20,17 +20,17 @@ module Azure::ARM::Storage
|
|
20
20
|
attr_accessor :kind
|
21
21
|
|
22
22
|
# @return [ProvisioningState] Gets the status of the storage account at
|
23
|
-
# the time the operation was called. Possible values include:
|
24
|
-
# '
|
23
|
+
# the time the operation was called. Possible values include: 'Creating',
|
24
|
+
# 'ResolvingDNS', 'Succeeded'
|
25
25
|
attr_accessor :provisioning_state
|
26
26
|
|
27
27
|
# @return [Endpoints] Gets the URLs that are used to perform a retrieval
|
28
|
-
# of a public blob, queue or table object.Note that
|
29
|
-
#
|
28
|
+
# of a public blob, queue, or table object. Note that Standard_ZRS and
|
29
|
+
# Premium_LRS accounts only return the blob endpoint.
|
30
30
|
attr_accessor :primary_endpoints
|
31
31
|
|
32
|
-
# @return [String] Gets the location of the primary for the
|
33
|
-
# account.
|
32
|
+
# @return [String] Gets the location of the primary data center for the
|
33
|
+
# storage account.
|
34
34
|
attr_accessor :primary_location
|
35
35
|
|
36
36
|
# @return [AccountStatus] Gets the status indicating whether the primary
|
@@ -41,43 +41,41 @@ module Azure::ARM::Storage
|
|
41
41
|
# @return [DateTime] Gets the timestamp of the most recent instance of a
|
42
42
|
# failover to the secondary location. Only the most recent timestamp is
|
43
43
|
# retained. This element is not returned if there has never been a
|
44
|
-
# failover instance. Only available if the accountType is
|
45
|
-
#
|
44
|
+
# failover instance. Only available if the accountType is Standard_GRS or
|
45
|
+
# Standard_RAGRS.
|
46
46
|
attr_accessor :last_geo_failover_time
|
47
47
|
|
48
|
-
# @return [String] Gets the location of the geo
|
49
|
-
# the storage account. Only available if the accountType is
|
50
|
-
# or
|
48
|
+
# @return [String] Gets the location of the geo-replicated secondary for
|
49
|
+
# the storage account. Only available if the accountType is Standard_GRS
|
50
|
+
# or Standard_RAGRS.
|
51
51
|
attr_accessor :secondary_location
|
52
52
|
|
53
53
|
# @return [AccountStatus] Gets the status indicating whether the
|
54
|
-
# secondary location of the storage account is available or
|
55
|
-
#
|
56
|
-
#
|
54
|
+
# secondary location of the storage account is available or unavailable.
|
55
|
+
# Only available if the SKU name is Standard_GRS or Standard_RAGRS.
|
56
|
+
# Possible values include: 'Available', 'Unavailable'
|
57
57
|
attr_accessor :status_of_secondary
|
58
58
|
|
59
59
|
# @return [DateTime] Gets the creation date and time of the storage
|
60
60
|
# account in UTC.
|
61
61
|
attr_accessor :creation_time
|
62
62
|
|
63
|
-
# @return [CustomDomain] Gets the user assigned
|
64
|
-
#
|
63
|
+
# @return [CustomDomain] Gets the custom domain the user assigned to this
|
64
|
+
# storage account.
|
65
65
|
attr_accessor :custom_domain
|
66
66
|
|
67
67
|
# @return [Endpoints] Gets the URLs that are used to perform a retrieval
|
68
|
-
# of a public blob, queue or table object from the secondary location
|
69
|
-
#
|
70
|
-
# StandardRAGRS.
|
68
|
+
# of a public blob, queue, or table object from the secondary location of
|
69
|
+
# the storage account. Only available if the SKU name is Standard_RAGRS.
|
71
70
|
attr_accessor :secondary_endpoints
|
72
71
|
|
73
72
|
# @return [Encryption] Gets the encryption settings on the account. If
|
74
|
-
# unspecified the account is unencrypted.
|
73
|
+
# unspecified, the account is unencrypted.
|
75
74
|
attr_accessor :encryption
|
76
75
|
|
77
|
-
# @return [AccessTier]
|
78
|
-
#
|
79
|
-
#
|
80
|
-
# PremiumLRS account types. Possible values include: 'Hot', 'Cool'
|
76
|
+
# @return [AccessTier] Required for storage accounts where kind =
|
77
|
+
# BlobStorage. The access tier used for billing. Possible values include:
|
78
|
+
# 'Hot', 'Cool'
|
81
79
|
attr_accessor :access_tier
|
82
80
|
|
83
81
|
|
data/lib/generated/azure_mgmt_storage/models/storage_account_check_name_availability_parameters.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -7,6 +7,7 @@ module Azure::ARM::Storage
|
|
7
7
|
module Models
|
8
8
|
#
|
9
9
|
# Model object.
|
10
|
+
#
|
10
11
|
#
|
11
12
|
class StorageAccountCheckNameAvailabilityParameters
|
12
13
|
|
@@ -15,7 +16,7 @@ module Azure::ARM::Storage
|
|
15
16
|
# @return [String]
|
16
17
|
attr_accessor :name
|
17
18
|
|
18
|
-
# @return [String]
|
19
|
+
# @return [String] . Default value: 'Microsoft.Storage/storageAccounts' .
|
19
20
|
attr_accessor :type
|
20
21
|
|
21
22
|
|
@@ -1,18 +1,18 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
6
6
|
module Azure::ARM::Storage
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# The parameters
|
9
|
+
# The parameters used when creating a storage account.
|
10
10
|
#
|
11
11
|
class StorageAccountCreateParameters
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [Sku] Required. Gets or sets the sku
|
15
|
+
# @return [Sku] Required. Gets or sets the sku name.
|
16
16
|
attr_accessor :sku
|
17
17
|
|
18
18
|
# @return [Kind] Required. Indicates the type of storage account.
|
@@ -22,33 +22,32 @@ module Azure::ARM::Storage
|
|
22
22
|
# @return [String] Required. Gets or sets the location of the resource.
|
23
23
|
# This will be one of the supported and registered Azure Geo Regions
|
24
24
|
# (e.g. West US, East US, Southeast Asia, etc.). The geo region of a
|
25
|
-
# resource cannot be changed once it is created, but if an identical
|
26
|
-
#
|
25
|
+
# resource cannot be changed once it is created, but if an identical geo
|
26
|
+
# region is specified on update, the request will succeed.
|
27
27
|
attr_accessor :location
|
28
28
|
|
29
|
-
# @return [Hash{String => String}] Gets or sets a list of key value
|
30
|
-
#
|
31
|
-
#
|
32
|
-
#
|
33
|
-
# greater than 128 characters and value
|
29
|
+
# @return [Hash{String => String}] Gets or sets a list of key value pairs
|
30
|
+
# that describe the resource. These tags can be used for viewing and
|
31
|
+
# grouping this resource (across resource groups). A maximum of 15 tags
|
32
|
+
# can be provided for a resource. Each tag must have a key with a length
|
33
|
+
# no greater than 128 characters and a value with a length no greater
|
34
|
+
# than 256 characters.
|
34
35
|
attr_accessor :tags
|
35
36
|
|
36
37
|
# @return [CustomDomain] User domain assigned to the storage account.
|
37
38
|
# Name is the CNAME source. Only one custom domain is supported per
|
38
|
-
# storage account at this time. To clear the existing custom domain,
|
39
|
-
#
|
39
|
+
# storage account at this time. To clear the existing custom domain, use
|
40
|
+
# an empty string for the custom domain name property.
|
40
41
|
attr_accessor :custom_domain
|
41
42
|
|
42
43
|
# @return [Encryption] Provides the encryption settings on the account.
|
43
|
-
# If left unspecified the account encryption settings will remain
|
44
|
-
# default setting is unencrypted.
|
44
|
+
# If left unspecified the account encryption settings will remain the
|
45
|
+
# same. The default setting is unencrypted.
|
45
46
|
attr_accessor :encryption
|
46
47
|
|
47
|
-
# @return [AccessTier] Required for
|
48
|
-
# tier used for billing.
|
49
|
-
#
|
50
|
-
# StandardGRS, StandardRAGRS, or PremiumLRS account types. Possible
|
51
|
-
# values include: 'Hot', 'Cool'
|
48
|
+
# @return [AccessTier] Required for storage accounts where kind =
|
49
|
+
# BlobStorage. The access tier used for billing. Possible values include:
|
50
|
+
# 'Hot', 'Cool'
|
52
51
|
attr_accessor :access_tier
|
53
52
|
|
54
53
|
|