Partager via


DeviceUpdateAccountResource.GetPrivateEndpointConnectionProxy Méthode

Définition

(INTERNE - NE PAS UTILISER) Obtenez le proxy de connexion de point de terminaison privé spécifié associé au compte de mise à jour de l’appareil.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • IdPrivateEndpointConnectionProxies_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource> GetPrivateEndpointConnectionProxy (string privateEndpointConnectionProxyId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateEndpointConnectionProxy : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
override this.GetPrivateEndpointConnectionProxy : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
Public Overridable Function GetPrivateEndpointConnectionProxy (privateEndpointConnectionProxyId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PrivateEndpointConnectionProxyResource)

Paramètres

privateEndpointConnectionProxyId
String

ID de l’objet proxy de connexion de point de terminaison privé.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

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

privateEndpointConnectionProxyId a la valeur null.

S’applique à