Share via


IStorageTableManagement.GetProperties(CancellationToken) Method

Definition

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

public Azure.Response<Azure.Data.Tables.Models.TableServiceProperties> GetProperties (System.Threading.CancellationToken cancellationToken);
abstract member GetProperties : System.Threading.CancellationToken -> Azure.Response<Azure.Data.Tables.Models.TableServiceProperties>
Public Function GetProperties (cancellationToken As CancellationToken) As Response(Of TableServiceProperties)

Parameters

cancellationToken
CancellationToken

A CancellationToken controlling the request lifetime.

Returns

Applies to