Partager via


ExpressRouteProviderPortCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Network/expressRouteProviderPorts/{providerport}
  • Opération IdExpressRouteProviderPort
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string providerport, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (providerport As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

providerport
String

Nom du port du fournisseur.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

providerport a la valeur null.

S’applique à