Interface BlobServiceProperties.DefinitionStages
-
- Enclosing interface:
- BlobServiceProperties
public static interface BlobServiceProperties.DefinitionStagesGrouping of BlobServiceProperties definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBlobServiceProperties.DefinitionStages.BlankThe first stage of a BlobServiceProperties definition.static interfaceBlobServiceProperties.DefinitionStages.WithCorsThe stage of the blobserviceproperties definition allowing to specify Cors.static interfaceBlobServiceProperties.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 interfaceBlobServiceProperties.DefinitionStages.WithDefaultServiceVersionThe stage of the blobserviceproperties definition allowing to specify DefaultServiceVersion.static interfaceBlobServiceProperties.DefinitionStages.WithDeleteRetentionPolicyThe stage of the blobserviceproperties definition allowing to specify DeleteRetentionPolicy.static interfaceBlobServiceProperties.DefinitionStages.WithStorageAccountThe stage of the blobserviceproperties definition allowing to specify StorageAccount.
-