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