Uses of Class
com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesProperties
Packages that use BlobServicePropertiesProperties
Package
Description
Package containing the inner data models for StorageManagementClient.
-
Uses of BlobServicePropertiesProperties in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobServicePropertiesPropertiesModifier and TypeMethodDescriptionBlobServicePropertiesProperties.withAutomaticSnapshotPolicyEnabled(Boolean automaticSnapshotPolicyEnabled) Set the automaticSnapshotPolicyEnabled property: Deprecated in favor of isVersioningEnabled property.BlobServicePropertiesProperties.withChangeFeed(ChangeFeed changeFeed) Set the changeFeed property: The blob service properties for change feed events.BlobServicePropertiesProperties.withContainerDeleteRetentionPolicy(DeleteRetentionPolicy containerDeleteRetentionPolicy) Set the containerDeleteRetentionPolicy property: The blob service properties for container soft delete.Set the cors property: Specifies CORS rules for the Blob service.BlobServicePropertiesProperties.withDefaultServiceVersion(String defaultServiceVersion) Set the defaultServiceVersion property: DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified.BlobServicePropertiesProperties.withDeleteRetentionPolicy(DeleteRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: The blob service properties for blob soft delete.BlobServicePropertiesProperties.withIsVersioningEnabled(Boolean isVersioningEnabled) Set the isVersioningEnabled property: Versioning is enabled if set to true.BlobServicePropertiesProperties.withLastAccessTimeTrackingPolicy(LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy) Set the lastAccessTimeTrackingPolicy property: The blob service property to configure last access time based tracking policy.BlobServicePropertiesProperties.withRestorePolicy(RestorePolicyProperties restorePolicy) Set the restorePolicy property: The blob service properties for blob restore policy.