WebPubSubResource.GetWebPubSubPrivateEndpointConnection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir la connexion de point de terminaison privé spécifiée
- Chemin de la requête/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SignalRService/webPubSub/{resourceName}/privateEndpointConnections/{privateEndpointConnectionName}
- IdWebPubSubPrivateEndpointConnections_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.WebPubSub.WebPubSubPrivateEndpointConnectionResource> GetWebPubSubPrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWebPubSubPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WebPubSub.WebPubSubPrivateEndpointConnectionResource>
override this.GetWebPubSubPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WebPubSub.WebPubSubPrivateEndpointConnectionResource>
Public Overridable Function GetWebPubSubPrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebPubSubPrivateEndpointConnectionResource)
Paramètres
- privateEndpointConnectionName
- String
Nom de la connexion de point de terminaison privé.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
privateEndpointConnectionName
est une chaîne vide et devait être non vide.
privateEndpointConnectionName
a la valeur null.