Partager via


DataCollectionEndpointsOperationsExtensions.CreateAsync Méthode

Définition

Crée ou met à jour un point de terminaison de collecte de données.

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

body
DataCollectionEndpointResource

Charge utile

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à