Partager via


AzureTrafficCollectorResource.GetCollectorPolicyAsync Méthode

Définition

Obtient la stratégie de collecteur dans un collecteur de trafic spécifié

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkFunction/azureTrafficCollectors/{azureTrafficCollectorName}/collectorPolicies/{collectorPolicyName}
  • IdCollectorPolicies_Get d’opération
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))

Paramètres

collectorPolicyName
String

Nom de la stratégie du collecteur.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

collectorPolicyName est une chaîne vide et devait être non vide.

collectorPolicyName a la valeur null.

S’applique à