QueueServiceClient.GetProperties(CancellationToken) メソッド

定義

キュー サービスのプロパティを取得します。

詳細については、「 キュー サービスのプロパティを取得します

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)

パラメーター

戻り値

Response<T>

適用対象