Partager via


DataCollectionEndpointsOperationsExtensions.GetAsync Méthode

Définition

Retourne le point de terminaison de collecte de données spécifié.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource> GetAsync (this Microsoft.Azure.Management.Monitor.IDataCollectionEndpointsOperations operations, string resourceGroupName, string dataCollectionEndpointName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Monitor.IDataCollectionEndpointsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource>
<Extension()>
Public Function GetAsync (operations As IDataCollectionEndpointsOperations, resourceGroupName As String, dataCollectionEndpointName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataCollectionEndpointResource)

Paramètres

operations
IDataCollectionEndpointsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

dataCollectionEndpointName
String

Nom du point de terminaison de collecte de données. Le nom ne respecte pas la casse.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à