TableServiceClient.GetPropertiesAsync(CancellationToken) Method

Definition

Gets the properties of an account's Table service, including properties for Analytics and CORS (Cross-Origin Resource Sharing) rules.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Data.Tables.Models.TableServiceProperties>> GetPropertiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Data.Tables.Models.TableServiceProperties>>
override this.GetPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Data.Tables.Models.TableServiceProperties>>
Public Overridable Function GetPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TableServiceProperties))

Parameters

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

The Response<T> indicating the result of the operation.

Applies to