Delen via


BlobServiceProperties Interface

Implements

public interface BlobServiceProperties
extends HasInnerModel<BlobServicePropertiesInner>, Indexable, Refreshable<BlobServiceProperties>, Updatable<Update>, HasManager<StorageManager>

Type representing BlobServiceProperties.

Method Summary

Modifier and Type Method and Description
abstract DeleteRetentionPolicy containerDeleteRetentionPolicy()

Gets container soft delete policy.

abstract CorsRules cors()

Gets cors rules.

abstract String defaultServiceVersion()

Gets the default service version.

abstract DeleteRetentionPolicy deleteRetentionPolicy()

Gets blob soft delete policy.

abstract String id()

Gets the resource ID.

abstract Boolean isBlobVersioningEnabled()

Checks whether blob versioning is enabled.

abstract boolean isLastAccessTimeTrackingPolicyEnabled()

Checks whether last access time tracking policy is enabled.

abstract LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy()

Gets the last access time tracking policy.

abstract String name()

Gets the name.

abstract String type()

Gets the type.

Method Details

containerDeleteRetentionPolicy

public abstract DeleteRetentionPolicy containerDeleteRetentionPolicy()

Gets container soft delete policy.

Returns:

container soft delete policy used to restore a container that has been deleted.

cors

public abstract CorsRules cors()

Gets cors rules.

Returns:

the cors value.

defaultServiceVersion

public abstract String defaultServiceVersion()

Gets the default service version.

Returns:

the defaultServiceVersion value.

deleteRetentionPolicy

public abstract DeleteRetentionPolicy deleteRetentionPolicy()

Gets blob soft delete policy.

Returns:

blob soft delete policy used to restore a blob, snapshot, or version that has been deleted.

id

public abstract String id()

Gets the resource ID.

Returns:

the id value.

isBlobVersioningEnabled

public abstract Boolean isBlobVersioningEnabled()

Checks whether blob versioning is enabled.

Returns:

whether blob versioning is enabled

isLastAccessTimeTrackingPolicyEnabled

public abstract boolean isLastAccessTimeTrackingPolicyEnabled()

Checks whether last access time tracking policy is enabled.

Returns:

whether last access time tracking policy is enabled

lastAccessTimeTrackingPolicy

public abstract LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy()

Gets the last access time tracking policy.

Returns:

the last access time tracking policy

name

public abstract String name()

Gets the name.

Returns:

the name value.

type

public abstract String type()

Gets the type.

Returns:

the type value.

Applies to