CloudTableClient.GetServicePropertiesAsync Method

Definition

Overloads

GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get the service properties of the Table service.

GetServicePropertiesAsync(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to get the service properties of the Table service.

GetServicePropertiesAsync()

Initiates an asynchronous operation to get the service properties of the Table service.

GetServicePropertiesAsync(CancellationToken)

Initiates an asynchronous operation to get the service properties of the Table service.

GetServicePropertiesAsync(TableRequestOptions, OperationContext, CancellationToken)

Initiates an asynchronous operation to get the service properties of the Table service.

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

Parameters

requestOptions
TableRequestOptions

A TableRequestOptions 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 of type ServiceProperties that represents the asynchronous operation.

Applies to

GetServicePropertiesAsync(TableRequestOptions, OperationContext)

Initiates an asynchronous operation to get the service properties of the Table service.

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

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 ServiceProperties that represents the asynchronous operation.

Applies to

GetServicePropertiesAsync()

Initiates an asynchronous operation to get the service properties of the Table service.

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

Returns

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

Applies to

GetServicePropertiesAsync(CancellationToken)

Initiates an asynchronous operation to get the service properties of the Table service.

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

Parameters

cancellationToken
CancellationToken

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

Returns

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

Applies to