你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TableServiceClient.GetPropertiesAsync(CancellationToken) 方法

定义

获取帐户表服务的属性,包括 Analytics 和 CORS (跨域资源共享) 规则的属性。

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))

参数

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

指示 Response<T> 操作结果的 。

适用于