Partager via


ConnectionMonitorTestCollection.GetIfExists(String, CancellationToken) Méthode

Définition

Tente d’obtenir les détails de cette ressource à partir du service.

  • Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/connectionMonitorTests/{connectionMonitorTestName}
  • IdConnectionMonitorTests_Get d’opération
public virtual Azure.NullableResponse<Azure.ResourceManager.Peering.ConnectionMonitorTestResource> GetIfExists (string connectionMonitorTestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>
Public Overridable Function GetIfExists (connectionMonitorTestName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ConnectionMonitorTestResource)

Paramètres

connectionMonitorTestName
String

Nom du test du moniteur de connexion.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

connectionMonitorTestName a la valeur null.

S’applique à