DeviceUpdateAccountResource.GetPrivateEndpointConnectionProxyAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
(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 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))
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:
Azure SDK for .NET