public class StorageAccountUpdateParameters extends Object
Constructor and Description |
---|
StorageAccountUpdateParameters() |
Modifier and Type | Method and Description |
---|---|
AccessTier |
accessTier()
Get required for storage accounts where kind = BlobStorage.
|
CustomDomain |
customDomain()
Get custom domain assigned to the storage account by the user.
|
Boolean |
enableAzureFilesAadIntegration()
Get enables Azure Files AAD Integration for SMB if sets to true.
|
Boolean |
enableHttpsTrafficOnly()
Get allows https traffic only to storage service if sets to true.
|
Encryption |
encryption()
Get provides the encryption settings on the account.
|
Identity |
identity()
Get the identity of the resource.
|
Kind |
kind()
Get optional.
|
NetworkRuleSet |
networkRuleSet()
Get network rule set.
|
com.microsoft.azure.management.storage.implementation.SkuInner |
sku()
Get gets or sets the SKU name.
|
Map<String,String> |
tags()
Get gets or sets a list of key value pairs that describe the resource.
|
StorageAccountUpdateParameters |
withAccessTier(AccessTier accessTier)
Set required for storage accounts where kind = BlobStorage.
|
StorageAccountUpdateParameters |
withCustomDomain(CustomDomain customDomain)
Set custom domain assigned to the storage account by the user.
|
StorageAccountUpdateParameters |
withEnableAzureFilesAadIntegration(Boolean enableAzureFilesAadIntegration)
Set enables Azure Files AAD Integration for SMB if sets to true.
|
StorageAccountUpdateParameters |
withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
Set allows https traffic only to storage service if sets to true.
|
StorageAccountUpdateParameters |
withEncryption(Encryption encryption)
Set provides the encryption settings on the account.
|
StorageAccountUpdateParameters |
withIdentity(Identity identity)
Set the identity of the resource.
|
StorageAccountUpdateParameters |
withKind(Kind kind)
Set optional.
|
StorageAccountUpdateParameters |
withNetworkRuleSet(NetworkRuleSet networkRuleSet)
Set network rule set.
|
StorageAccountUpdateParameters |
withSku(com.microsoft.azure.management.storage.implementation.SkuInner sku)
Set gets or sets the SKU name.
|
StorageAccountUpdateParameters |
withTags(Map<String,String> tags)
Set gets or sets a list of key value pairs that describe the resource.
|
public com.microsoft.azure.management.storage.implementation.SkuInner sku()
public StorageAccountUpdateParameters withSku(com.microsoft.azure.management.storage.implementation.SkuInner sku)
sku
- the sku value to setpublic Map<String,String> tags()
public StorageAccountUpdateParameters withTags(Map<String,String> tags)
tags
- the tags value to setpublic Identity identity()
public StorageAccountUpdateParameters withIdentity(Identity identity)
identity
- the identity value to setpublic CustomDomain customDomain()
public StorageAccountUpdateParameters withCustomDomain(CustomDomain customDomain)
customDomain
- the customDomain value to setpublic Encryption encryption()
public StorageAccountUpdateParameters withEncryption(Encryption encryption)
encryption
- the encryption value to setpublic AccessTier accessTier()
public StorageAccountUpdateParameters withAccessTier(AccessTier accessTier)
accessTier
- the accessTier value to setpublic Boolean enableAzureFilesAadIntegration()
public StorageAccountUpdateParameters withEnableAzureFilesAadIntegration(Boolean enableAzureFilesAadIntegration)
enableAzureFilesAadIntegration
- the enableAzureFilesAadIntegration value to setpublic Boolean enableHttpsTrafficOnly()
public StorageAccountUpdateParameters withEnableHttpsTrafficOnly(Boolean enableHttpsTrafficOnly)
enableHttpsTrafficOnly
- the enableHttpsTrafficOnly value to setpublic NetworkRuleSet networkRuleSet()
public StorageAccountUpdateParameters withNetworkRuleSet(NetworkRuleSet networkRuleSet)
networkRuleSet
- the networkRuleSet value to setpublic Kind kind()
public StorageAccountUpdateParameters withKind(Kind kind)
kind
- the kind value to setCopyright © 2019. All rights reserved.