public static interface StorageAccount.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StorageAccount.DefinitionStages.Blank
The first stage of the storage account definition.
|
static interface |
StorageAccount.DefinitionStages.WithBlobStorageAccountKind
A storage account definition specifying the account kind to be blob.
|
static interface |
StorageAccount.DefinitionStages.WithCreate
A storage account definition with sufficient inputs to create a new
storage account in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
StorageAccount.DefinitionStages.WithCreateAndAccessTier
A storage account definition allowing access tier to be set.
|
static interface |
StorageAccount.DefinitionStages.WithCustomDomain
A storage account definition specifying a custom domain to associate with the account.
|
static interface |
StorageAccount.DefinitionStages.WithEncryption
A storage account definition specifying encryption setting.
|
static interface |
StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind
A storage account definition selecting the general purpose account kind.
|
static interface |
StorageAccount.DefinitionStages.WithGroup
A storage account definition allowing resource group to be set.
|
static interface |
StorageAccount.DefinitionStages.WithSku
A storage account definition allowing the sku to be set.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/