Freigeben über


DataFactoryResource.GetDataFactoryPrivateEndpointConnectionAsync Methode

Definition

Ruft eine private Endpunktverbindung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgang IdPrivateEndpointConnection_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.DataFactoryPrivateEndpointConnectionResource>> GetDataFactoryPrivateEndpointConnectionAsync (string privateEndpointConnectionName, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataFactoryPrivateEndpointConnectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.DataFactoryPrivateEndpointConnectionResource>>
override this.GetDataFactoryPrivateEndpointConnectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.DataFactory.DataFactoryPrivateEndpointConnectionResource>>
Public Overridable Function GetDataFactoryPrivateEndpointConnectionAsync (privateEndpointConnectionName As String, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DataFactoryPrivateEndpointConnectionResource))

Parameter

privateEndpointConnectionName
String

Der Verbindungsname des privaten Endpunkts.

ifNoneMatch
String

ETag der Verbindungsentität des privaten Endpunkts. Sollte nur für get angegeben werden. Wenn das ETag mit dem vorhandenen Entitätstag übereinstimmt oder * angegeben wurde, wird kein Inhalt zurückgegeben.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

privateEndpointConnectionName ist NULL.

Gilt für: