Partager via


ConnectionMonitorTestCollection.CreateOrUpdate Méthode

Définition

Crée ou met à jour un test de moniteur de connexion avec le nom spécifié sous l’abonnement, le groupe de ressources et le service de peering donnés.

  • Chemin d’accès/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/connectionMonitorTests/{connectionMonitorTestName}
  • IdConnectionMonitorTests_CreateOrUpdate d’opération
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.ConnectionMonitorTestResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string connectionMonitorTestName, Azure.ResourceManager.Peering.ConnectionMonitorTestData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Peering.ConnectionMonitorTestData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Peering.ConnectionMonitorTestData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, connectionMonitorTestName As String, data As ConnectionMonitorTestData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ConnectionMonitorTestResource)

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner 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 Azure.Core Long-Running.

connectionMonitorTestName
String

Nom du test du moniteur de connexion.

data
ConnectionMonitorTestData

Propriétés nécessaires pour créer un test de moniteur de connexion.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

connectionMonitorTestName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

connectionMonitorTestName ou data est null.

S’applique à