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

QueueServiceClient.GetProperties(CancellationToken) Method

Definition

Gets the properties of the queue service.

For more information, see Get Queue Service Properties.

public virtual Azure.Response<Azure.Storage.Queues.Models.QueueServiceProperties> GetProperties(System.Threading.CancellationToken cancellationToken = default);
abstract member GetProperties : System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Queues.Models.QueueServiceProperties>
override this.GetProperties : System.Threading.CancellationToken -> Azure.Response<Azure.Storage.Queues.Models.QueueServiceProperties>
Public Overridable Function GetProperties (Optional cancellationToken As CancellationToken = Nothing) As Response(Of QueueServiceProperties)

Parameters

Returns

Response<T>

Applies to