Compartir a través de


PrivateEndpointConnectionProxyCollection.GetAsync Método

Definición

(INTERNO: NO USAR) Obtenga el proxy de conexión de punto de conexión privado especificado asociado a la cuenta de device update.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • IdPrivateEndpointConnectionProxies_Get de operación
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>> GetAsync (string privateEndpointConnectionProxyId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DeviceUpdate.PrivateEndpointConnectionProxyResource>>
Public Overridable Function GetAsync (privateEndpointConnectionProxyId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PrivateEndpointConnectionProxyResource))

Parámetros

privateEndpointConnectionProxyId
String

Identificador del objeto proxy de conexión de punto de conexión privado.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

privateEndpointConnectionProxyId es una cadena vacía y se espera que no esté vacía.

privateEndpointConnectionProxyId es null.

Se aplica a