Partager via


DeviceUpdateAccountResource.GetPrivateEndpointConnectionProxyAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>> GetPrivateEndpointConnectionProxyAsync (string privateEndpointConnectionProxyId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateEndpointConnectionProxyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>>
override this.GetPrivateEndpointConnectionProxyAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>>
Public Overridable Function GetPrivateEndpointConnectionProxyAsync (privateEndpointConnectionProxyId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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 à