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