| Modifier and Type | Method and Description |
|---|---|
StorageAccount.Update |
StorageAccount.UpdateStages.WithAccessTier.withAccessTier(AccessTier accessTier)
Specifies the access tier used for billing.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(CustomDomain customDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(String name)
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(String name,
boolean useSubDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithEncryption.withEncryption(Encryption encryption)
Specifies the encryption setting on the account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithCustomDomain.withoutCustomDomain()
Clears the existing user domain assigned to the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithSku.withSku(SkuName skuName)
Specifies the sku of the storage account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/