CollectorPolicyCollection.GetAsync(String, CancellationToken) Método

Definição

Obtém a política de coletor em um Coletor de Tráfego especificado

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}/collectorPolicies/{collectorPolicyName}
  • Operação IdCollectorPolicies_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>> GetAsync (string collectorPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.NetworkFunction.CollectorPolicyResource>>
Public Overridable Function GetAsync (collectorPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CollectorPolicyResource))

Parâmetros

collectorPolicyName
String

Nome da Política do Coletor.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

collectorPolicyName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

collectorPolicyName é nulo.

Aplica-se a