Interface BlobServiceProperties.DefinitionStages.WithCreate
-
- All Superinterfaces:
BlobServiceProperties.DefinitionStages.WithCors,BlobServiceProperties.DefinitionStages.WithDefaultServiceVersion,BlobServiceProperties.DefinitionStages.WithDeleteRetentionPolicy,Creatable<BlobServiceProperties>,HasName,Indexable
- All Known Subinterfaces:
BlobServiceProperties.Definition
- Enclosing interface:
- BlobServiceProperties.DefinitionStages
public static interface BlobServiceProperties.DefinitionStages.WithCreate extends Creatable<BlobServiceProperties>, BlobServiceProperties.DefinitionStages.WithCors, BlobServiceProperties.DefinitionStages.WithDefaultServiceVersion, BlobServiceProperties.DefinitionStages.WithDeleteRetentionPolicy
The 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.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.storage.models.BlobServiceProperties.DefinitionStages.WithCors
withCORSRule, withCORSRules
-
Methods inherited from interface com.azure.resourcemanager.storage.models.BlobServiceProperties.DefinitionStages.WithDefaultServiceVersion
withDefaultServiceVersion
-
Methods inherited from interface com.azure.resourcemanager.storage.models.BlobServiceProperties.DefinitionStages.WithDeleteRetentionPolicy
withDeleteRetentionPolicy, withDeleteRetentionPolicyDisabled, withDeleteRetentionPolicyEnabled
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
-