Partager via


PrivateEndpointConnectionProxyCollection.Get 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/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • IdPrivateEndpointConnectionProxies_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource> Get (string privateEndpointConnectionProxyId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>
Public Overridable Function Get (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 on s’attendait à ce qu’elle ne soit pas vide.

privateEndpointConnectionProxyId a la valeur null.

S’applique à