次の方法で共有


EventHubsClusterResource.GetConfigurationAsync(CancellationToken) メソッド

定義

すべての Event Hubs クラスター設定を取得します。クラスターに課されるクォータと設定を表すキーと値のペアのコレクションです。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventHub/clusters/{clusterName}/quotaConfiguration/default
  • 操作IdConfiguration_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventHubs.Models.ClusterQuotaConfigurationProperties>> GetConfigurationAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfigurationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventHubs.Models.ClusterQuotaConfigurationProperties>>
override this.GetConfigurationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.EventHubs.Models.ClusterQuotaConfigurationProperties>>
Public Overridable Function GetConfigurationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ClusterQuotaConfigurationProperties))

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象