Interface BlobServiceProperties.Definition
-
- All Superinterfaces:
BlobServiceProperties.DefinitionStages.Blank,BlobServiceProperties.DefinitionStages.WithCors,BlobServiceProperties.DefinitionStages.WithCreate,BlobServiceProperties.DefinitionStages.WithDefaultServiceVersion,BlobServiceProperties.DefinitionStages.WithDeleteRetentionPolicy,BlobServiceProperties.DefinitionStages.WithStorageAccount,Creatable<BlobServiceProperties>,HasName,Indexable
- Enclosing interface:
- BlobServiceProperties
public static interface BlobServiceProperties.Definition extends BlobServiceProperties.DefinitionStages.Blank, BlobServiceProperties.DefinitionStages.WithStorageAccount, BlobServiceProperties.DefinitionStages.WithCreate
The entirety of the BlobServiceProperties definition.
-
-
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.storage.models.BlobServiceProperties.DefinitionStages.WithStorageAccount
withExistingStorageAccount
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
-