| Modifier and Type | Interface and Description |
|---|---|
static interface |
StorageAccount.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
StorageAccount.DefinitionStages.WithCreateAndAccessTier
A storage account definition allowing access tier to be set.
|
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithCreateAndAccessTier.withAccessTier(AccessTier accessTier)
Specifies the access tier used for billing.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithCustomDomain.withCustomDomain(CustomDomain customDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithCustomDomain.withCustomDomain(String name)
Specifies the user domain assigned to the storage account.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithCustomDomain.withCustomDomain(String name,
boolean useSubDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithEncryption.withEncryption()
Enables encryption for all storage services in the account that supports encryption.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithEncryption.withEncryption(Encryption encryption)
Specifies the encryption settings on the account.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind.withGeneralPurposeAccountKind()
Specifies the storage account kind to be "Storage", the kind for
general purposes.
|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.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.
*/