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.WithAccessTraffic
The stage of storage account definition allowing to restrict access protocol.
|
static interface |
StorageAccount.DefinitionStages.WithAzureFilesAadIntegration
The stage of storage account definition allowing to specify whether azure files aad integration will be enabled.
|
static interface |
StorageAccount.DefinitionStages.WithBlobAccess
The stage of storage account definition allowing to configure blob access.
|
static interface |
StorageAccount.DefinitionStages.WithBlobStorageAccountKind
The stage of a storage account definition allowing to specify account kind as blob storage.
|
static interface |
StorageAccount.DefinitionStages.WithBlockBlobStorageAccountKind
The stage of a storage account definition allowing to specify account kind as block blob storage.
|
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
The stage of storage account definition allowing to set access tier.
|
static interface |
StorageAccount.DefinitionStages.WithCustomDomain
The stage of a storage account definition allowing to associate custom domain with the account.
|
static interface |
StorageAccount.DefinitionStages.WithEncryption
The stage of a storage account definition allowing to specify encryption settings.
|
static interface |
StorageAccount.DefinitionStages.WithFileStorageAccountKind
The stage of a storage account definition allowing to specify account kind as file storage.
|
static interface |
StorageAccount.DefinitionStages.WithGeneralPurposeAccountKind
The stage of a storage account definition allowing to specify account kind as general purpose.
|
static interface |
StorageAccount.DefinitionStages.WithGroup
The stage of a storage account definition allowing to specify the resource group.
|
static interface |
StorageAccount.DefinitionStages.WithHns
The stage of the storage account definition allowing to specify whether Hns is enabled.
|
static interface |
StorageAccount.DefinitionStages.WithLargeFileShares
The stage of storage account definition allowing to specify whether large file shares will be enabled.
|
static interface |
StorageAccount.DefinitionStages.WithManagedServiceIdentity
The stage of a storage account definition allowing to enable implicit managed service identity (MSI).
|
static interface |
StorageAccount.DefinitionStages.WithNetworkAccess
The stage of storage account definition allowing to configure network access settings.
|
static interface |
StorageAccount.DefinitionStages.WithSku
The stage of a storage account definition allowing to specify sku.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/