Interface StorageAccount.DefinitionStages.WithBlobStorageAccountKind
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithBlobStorageAccountKind
The stage of a storage account definition allowing to specify account kind as blob storage.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the storage account kind to be "BlobStorage".
-
Method Details
-
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
-