次の方法で共有


AzureTrafficCollectorResource.GetCollectorPolicyAsync メソッド

定義

指定したトラフィック コレクター内のコレクター ポリシーを取得します

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}/collectorPolicies/{collectorPolicyName}
  • 操作IdCollectorPolicies_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>> GetCollectorPolicyAsync (string collectorPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCollectorPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>>
override this.GetCollectorPolicyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>>
Public Overridable Function GetCollectorPolicyAsync (collectorPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CollectorPolicyResource))

パラメーター

collectorPolicyName
String

コレクター ポリシー名。

cancellationToken
CancellationToken

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

戻り値

例外

collectorPolicyName は空の文字列であり、空でないと想定されていました。

collectorPolicyName が null です。

適用対象