Interface BlobServiceProperties.Update
-
- All Superinterfaces:
Appliable<BlobServiceProperties>,BlobServiceProperties.UpdateStages.WithCors,BlobServiceProperties.UpdateStages.WithDefaultServiceVersion,BlobServiceProperties.UpdateStages.WithDeleteRetentionPolicy,Indexable
- Enclosing interface:
- BlobServiceProperties
public static interface BlobServiceProperties.Update extends Appliable<BlobServiceProperties>, BlobServiceProperties.UpdateStages.WithCors, BlobServiceProperties.UpdateStages.WithDefaultServiceVersion, BlobServiceProperties.UpdateStages.WithDeleteRetentionPolicy
The template for a BlobServiceProperties update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.storage.models.BlobServiceProperties.UpdateStages.WithCors
withCORSRule, withCORSRules
-
Methods inherited from interface com.azure.resourcemanager.storage.models.BlobServiceProperties.UpdateStages.WithDefaultServiceVersion
withDefaultServiceVersion
-
Methods inherited from interface com.azure.resourcemanager.storage.models.BlobServiceProperties.UpdateStages.WithDeleteRetentionPolicy
withDeleteRetentionPolicy, withDeleteRetentionPolicyDisabled, withDeleteRetentionPolicyEnabled
-
-