Partager via


DataCollectionEndpointCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionEndpointResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string dataCollectionEndpointName, Azure.ResourceManager.Monitor.DataCollectionEndpointData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.DataCollectionEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.DataCollectionEndpointData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, dataCollectionEndpointName As String, data As DataCollectionEndpointData, Optional cancellationToken As CancellationToken = Nothing) As 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 à