Interface StorageAccount.DefinitionStages.WithBlobStorageAccountKind
-
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
- StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithBlobStorageAccountKindThe stage of a storage account definition allowing to specify account kind as blob storage.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreateAndAccessTierwithBlobStorageAccountKind()Specifies the storage account kind to be "BlobStorage".
-
-
-
Method Detail
-
withBlobStorageAccountKind
StorageAccount.DefinitionStages.WithCreateAndAccessTier withBlobStorageAccountKind()
Specifies the storage account kind to be "BlobStorage". The access tier is defaulted to be "Hot".- Returns:
- the next stage of storage account definition
-
-