Interface BlobContainer.DefinitionStages
-
- Enclosing interface:
- BlobContainer
public static interface BlobContainer.DefinitionStagesGrouping of BlobContainer definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBlobContainer.DefinitionStages.BlankThe first stage of a BlobContainer definition.static interfaceBlobContainer.DefinitionStages.WithBlobServiceThe stage of the blobcontainer definition allowing to specify BlobService.static interfaceBlobContainer.DefinitionStages.WithCreateThe stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.static interfaceBlobContainer.DefinitionStages.WithMetadataThe stage of the blobcontainer definition allowing to specify Metadata.static interfaceBlobContainer.DefinitionStages.WithPublicAccessThe stage of the blobcontainer definition allowing to specify PublicAccess.
-