CloudBlobContainer.GetPermissionsAsync Method

Definition

Overloads

GetPermissionsAsync()

Initiates an asynchronous operation that gets the permissions settings for the container.

GetPermissionsAsync(CancellationToken)

Initiates an asynchronous operation that gets the permissions settings for the container.

GetPermissionsAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation that gets the permissions settings for the container.

GetPermissionsAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation that gets the permissions settings for the container.

GetPermissionsAsync()

Initiates an asynchronous operation that gets the permissions settings for the container.

C#
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobContainerPermissions> GetPermissionsAsync();

Returns

A Task<TResult> object that represents the asynchronous operation.

Attributes

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

GetPermissionsAsync(CancellationToken)

Initiates an asynchronous operation that gets the permissions settings for the container.

C#
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobContainerPermissions> GetPermissionsAsync(System.Threading.CancellationToken cancellationToken);

Parameters

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task<TResult> object that represents the asynchronous operation.

Attributes

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

GetPermissionsAsync(AccessCondition, BlobRequestOptions, OperationContext)

Initiates an asynchronous operation that gets the permissions settings for the container.

C#
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobContainerPermissions> GetPermissionsAsync(Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);

Parameters

accessCondition
AccessCondition

An AccessCondition object that represents the condition that must be met in order for the request to proceed. If null, no condition is used.

options
BlobRequestOptions

A BlobRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

Returns

A Task<TResult> object that represents the asynchronous operation.

Attributes

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy

GetPermissionsAsync(AccessCondition, BlobRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation that gets the permissions settings for the container.

C#
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobContainerPermissions> GetPermissionsAsync(Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);

Parameters

accessCondition
AccessCondition

An AccessCondition object that represents the condition that must be met in order for the request to proceed. If null, no condition is used.

options
BlobRequestOptions

A BlobRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An OperationContext object that represents the context for the current operation.

cancellationToken
CancellationToken

A CancellationToken to observe while waiting for a task to complete.

Returns

A Task<TResult> object that represents the asynchronous operation.

Attributes

Applies to

Azure SDK for .NET Legacy
Product Versions
Azure SDK for .NET Legacy