CloudTable.GetPermissionsAsync Method

Definition

Overloads

GetPermissionsAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get the permissions settings for the table.

GetPermissionsAsync(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to get the permissions settings for the table.

GetPermissionsAsync(CancellationToken)

Initiates an asynchronous operation to get the permissions settings for the table.

GetPermissionsAsync()

Initiates an asynchronous operation to get the permissions settings for the table.

GetPermissionsAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get the permissions settings for the table.

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions> GetPermissionsAsync (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member GetPermissionsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions>
override this.GetPermissionsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions>
Public Overridable Function GetPermissionsAsync (requestOptions As TableRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of TablePermissions)

Parameters

requestOptions
TableRequestOptions

A TableRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An Microsoft.Azure.Cosmos.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 of type TablePermissions that represents the asynchronous operation.

Applies to

GetPermissionsAsync(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to get the permissions settings for the table.

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions> GetPermissionsAsync (Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member GetPermissionsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions>
override this.GetPermissionsAsync : Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions>
Public Overridable Function GetPermissionsAsync (requestOptions As TableRequestOptions, operationContext As OperationContext) As Task(Of TablePermissions)

Parameters

requestOptions
TableRequestOptions

A TableRequestOptions object that specifies additional options for the request.

operationContext
OperationContext

An Microsoft.Azure.Cosmos.OperationContext object that represents the context for the current operation.

Returns

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

Applies to

GetPermissionsAsync(CancellationToken)

Initiates an asynchronous operation to get the permissions settings for the table.

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions> GetPermissionsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetPermissionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions>
override this.GetPermissionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions>
Public Overridable Function GetPermissionsAsync (cancellationToken As CancellationToken) As Task(Of TablePermissions)

Parameters

cancellationToken
CancellationToken

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

Returns

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

Applies to

GetPermissionsAsync()

Initiates an asynchronous operation to get the permissions settings for the table.

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions> GetPermissionsAsync ();
abstract member GetPermissionsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions>
override this.GetPermissionsAsync : unit -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.Table.TablePermissions>
Public Overridable Function GetPermissionsAsync () As Task(Of TablePermissions)

Returns

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

Applies to