IBlobContainers Interface

Definition

Type representing BlobContainers.

public interface IBlobContainers : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IBlobContainers = interface
    interface IBeta
Public Interface IBlobContainers
Implements IBeta
Derived
Implements

Methods

ClearLegalHoldAsync(String, String, String, IList<String>, CancellationToken)

Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request.

DefineContainer(String)

Begins definition for a new Container resource.

DefineImmutabilityPolicy(String)

Begins definition for a new ImmutabilityPolicy resource.

DeleteAsync(String, String, String, CancellationToken)

Deletes specified container under its account.

DeleteImmutabilityPolicyAsync(String, String, String, String, CancellationToken)

Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, only way is to delete the container after deleting all blobs inside the container.

ExtendImmutabilityPolicyAsync(String, String, String, String, Int32, CancellationToken)

Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation.

GetAsync(String, String, String, CancellationToken)

Gets properties of a specified container.

GetImmutabilityPolicyAsync(String, String, String, CancellationToken)

Gets the existing immutability policy along with the corresponding ETag in response headers and body.

ListAsync(String, String, CancellationToken)

Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token.

LockImmutabilityPolicyAsync(String, String, String, String, CancellationToken)

Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation.

SetLegalHoldAsync(String, String, String, IList<String>, CancellationToken)

Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request.

Applies to