Interface BlobServiceProperties
- All Superinterfaces:
HasInnerModel<BlobServicePropertiesInner>,HasManager<StorageManager>,Indexable,Refreshable<BlobServiceProperties>,Updatable<BlobServiceProperties.Update>
public interface BlobServiceProperties
extends HasInnerModel<BlobServicePropertiesInner>, Indexable, Refreshable<BlobServiceProperties>, Updatable<BlobServiceProperties.Update>, HasManager<StorageManager>
Type representing BlobServiceProperties.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the BlobServiceProperties definition.static interfaceGrouping of BlobServiceProperties definition stages.static interfaceThe template for a BlobServiceProperties update operation, containing all the settings that can be modified.static interfaceGrouping of BlobServiceProperties update stages. -
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Method Details
-
cors
CorsRules cors()- Returns:
- the cors value.
-
defaultServiceVersion
String defaultServiceVersion()- Returns:
- the defaultServiceVersion value.
-
deleteRetentionPolicy
DeleteRetentionPolicy deleteRetentionPolicy()- Returns:
- blob soft delete policy used to restore a blob, snapshot, or version that has been deleted.
-
containerDeleteRetentionPolicy
DeleteRetentionPolicy containerDeleteRetentionPolicy()- Returns:
- container soft delete policy used to restore a container that has been deleted.
-
id
String id()- Returns:
- the id value.
-
name
String name()- Returns:
- the name value.
-
type
String type()- Returns:
- the type value.
-
isBlobVersioningEnabled
Boolean isBlobVersioningEnabled()- Returns:
- whether blob versioning is enabled
-
isLastAccessTimeTrackingPolicyEnabled
boolean isLastAccessTimeTrackingPolicyEnabled()- Returns:
- whether last access time tracking policy is enabled
-
lastAccessTimeTrackingPolicy
LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy()- Returns:
- the last access time tracking policy
-