Freigeben über


DataCollectionEndpointCollection.GetAsync(String, CancellationToken) Methode

Definition

Gibt den angegebenen Datensammlungsendpunkt zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • Vorgang IdDataCollectionEndpoints_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>> GetAsync (string dataCollectionEndpointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>>
Public Overridable Function GetAsync (dataCollectionEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataCollectionEndpointResource))

Parameter

dataCollectionEndpointName
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

dataCollectionEndpointName ist NULL.

Gilt für: