Freigeben über


DeviceUpdateAccountResource.GetPrivateEndpointConnectionProxy Methode

Definition

(INTERN – NICHT VERWENDEN) Rufen Sie den angegebenen Verbindungsproxy für den privaten Endpunkt ab, der dem Geräteupdatekonto zugeordnet ist.

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

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: