Interface StorageAccount.DefinitionStages.WithBlockBlobStorageAccountKind
- All Known Subinterfaces:
StorageAccount.Definition,StorageAccount.DefinitionStages.WithCreate,StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithBlockBlobStorageAccountKind
The stage of a storage account definition allowing to specify account kind as block blob storage.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the storage account kind to be "BlockBlobStorage".
-
Method Details
-
withBlockBlobStorageAccountKind
StorageAccount.DefinitionStages.WithCreate withBlockBlobStorageAccountKind()Specifies the storage account kind to be "BlockBlobStorage".- Returns:
- The next stage of storage account definition.
-