Partager via


PeeringServicePrefixCollection.Exists Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/prefixes/{prefixName}
  • IdPrefixes_Get d’opération
public virtual Azure.Response<bool> Exists (string prefixName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (prefixName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Paramètres

prefixName
String

Nom du préfixe.

expand
String

Propriétés à développer.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

prefixName a la valeur null.

S’applique à