Freigeben über


PrivateEndpointConnectionProxyCollection.Get Methode

Definition

(INTERN – NICHT VERWENDEN) Rufen Sie den angegebenen Privaten Endpunktverbindungsproxy ab, der dem Geräteupdatekonto zugeordnet ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DeviceUpdate/accounts/{accountName}/privateEndpointConnectionProxies/{privateEndpointConnectionProxyId}
  • Vorgang IdPrivateEndpointConnectionProxies_Get
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)

Parameter

privateEndpointConnectionProxyId
String

Die ID des Verbindungsproxyobjekts des privaten Endpunkts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

privateEndpointConnectionProxyId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

privateEndpointConnectionProxyId ist NULL.

Gilt für: