Partager via


DataCollectionEndpointCollection.CreateOrUpdateAsync Méthode

Définition

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

  • Chemin de requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}
  • IdDataCollectionEndpoints_Create d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string dataCollectionEndpointName, Azure.ResourceManager.Monitor.DataCollectionEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.DataCollectionEndpointData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.DataCollectionEndpointData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, dataCollectionEndpointName As String, data As DataCollectionEndpointData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DataCollectionEndpointResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre pour retourner jusqu’à ce que l’opération de longue durée soit terminée sur le service ; Started si elle doit être retournée après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations de Long-Running Azure.Core.

dataCollectionEndpointName
String

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

data
DataCollectionEndpointData

Charge utile.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

dataCollectionEndpointName ou data est null.

S’applique à