StorageAccountUpdateParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StorageAccountUpdateParameters() |
Initializes a new instance of the StorageAccountUpdateParameters class. |
StorageAccountUpdateParameters(SkuInner, IDictionary<String,String>, Identity, CustomDomain, Encryption, Nullable<AccessTier>, Nullable<Boolean>, Nullable<Boolean>, NetworkRuleSet, Nullable<Kind>) |
Initializes a new instance of the StorageAccountUpdateParameters class. |
StorageAccountUpdateParameters()
Initializes a new instance of the StorageAccountUpdateParameters class.
public StorageAccountUpdateParameters ();
Public Sub New ()
Applies to
StorageAccountUpdateParameters(SkuInner, IDictionary<String,String>, Identity, CustomDomain, Encryption, Nullable<AccessTier>, Nullable<Boolean>, Nullable<Boolean>, NetworkRuleSet, Nullable<Kind>)
Initializes a new instance of the StorageAccountUpdateParameters class.
public StorageAccountUpdateParameters (Microsoft.Azure.Management.Storage.Fluent.Models.SkuInner sku = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Storage.Fluent.Models.Identity identity = default, Microsoft.Azure.Management.Storage.Fluent.Models.CustomDomain customDomain = default, Microsoft.Azure.Management.Storage.Fluent.Models.Encryption encryption = default, Microsoft.Azure.Management.Storage.Fluent.Models.AccessTier? accessTier = default, bool? enableAzureFilesAadIntegration = default, bool? enableHttpsTrafficOnly = default, Microsoft.Azure.Management.Storage.Fluent.Models.NetworkRuleSet networkRuleSet = default, Microsoft.Azure.Management.Storage.Fluent.Models.Kind? kind = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountUpdateParameters : Microsoft.Azure.Management.Storage.Fluent.Models.SkuInner * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Storage.Fluent.Models.Identity * Microsoft.Azure.Management.Storage.Fluent.Models.CustomDomain * Microsoft.Azure.Management.Storage.Fluent.Models.Encryption * Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.AccessTier> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Storage.Fluent.Models.NetworkRuleSet * Nullable<Microsoft.Azure.Management.Storage.Fluent.Models.Kind> -> Microsoft.Azure.Management.Storage.Fluent.Models.StorageAccountUpdateParameters
Public Sub New (Optional sku As SkuInner = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As Identity = Nothing, Optional customDomain As CustomDomain = Nothing, Optional encryption As Encryption = Nothing, Optional accessTier As Nullable(Of AccessTier) = Nothing, Optional enableAzureFilesAadIntegration As Nullable(Of Boolean) = Nothing, Optional enableHttpsTrafficOnly As Nullable(Of Boolean) = Nothing, Optional networkRuleSet As NetworkRuleSet = Nothing, Optional kind As Nullable(Of Kind) = Nothing)
Parameters
- sku
- SkuInner
Gets or sets the SKU name. Note that the SKU name cannot be updated to Standard_ZRS, Premium_LRS or Premium_ZRS, nor can accounts of those SKU names be updated to any other value.
- tags
- IDictionary<String,String>
Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.
- identity
- Identity
The identity of the resource.
- customDomain
- CustomDomain
Custom domain assigned to the storage account by the user. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property.
- encryption
- Encryption
Provides the encryption settings on the account. The default setting is unencrypted.
- accessTier
- Nullable<AccessTier>
Required for storage accounts where kind = BlobStorage. The access tier used for billing. Possible values include: 'Hot', 'Cool'
Enables Azure Files AAD Integration for SMB if sets to true.
Allows https traffic only to storage service if sets to true.
- networkRuleSet
- NetworkRuleSet
Network rule set
Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage', 'BlockBlobStorage'