PrivateEndpointConnectionProxyCollection.GetAsync 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 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 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))
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