Freigeben über


MonitorExtensions.GetDataCollectionRuleAssociationAsync Methode

Definition

Gibt die angegebene Zuordnung zurück.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations/{associationName}
  • Vorgangs-IdDataCollectionRuleAssociations_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>> GetDataCollectionRuleAssociationAsync (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, string associationName, System.Threading.CancellationToken cancellationToken = default);
static member GetDataCollectionRuleAssociationAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>>
<Extension()>
Public Function GetDataCollectionRuleAssociationAsync (client As ArmClient, scope As ResourceIdentifier, associationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataCollectionRuleAssociationResource))

Parameter

client
ArmClient

Der ArmClient instance die -Methode ausgeführt wird.

scope
ResourceIdentifier

Der Bereich, für den die Ressource gilt.

associationName
String

Der Name der Zuordnung. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

associationName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

associationName ist NULL.

Gilt für: