Freigeben über


DataFactoryResource.GetDataFactoryPrivateEndpointConnection Methode

Definition

Ruft eine private Endpunktverbindung ab.

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

Parameter

privateEndpointConnectionName
String

Der Name der Verbindung mit dem privaten Endpunkt.

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 wenn * 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: