Freigeben über


DataFactoryPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren DataFactoryPrivateEndpointConnectionResource Vorgänge darstellt. Jedes DataFactoryPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von DataFactoryResource. Um eine DataFactoryPrivateEndpointConnectionCollection instance rufen Sie die GetDataFactoryPrivateEndpointConnections-Methode aus einer instance von aufDataFactoryResource.

public class DataFactoryPrivateEndpointConnectionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.DataFactory.DataFactoryPrivateEndpointConnectionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataFactory.DataFactoryPrivateEndpointConnectionResource>
type DataFactoryPrivateEndpointConnectionCollection = class
    inherit ArmCollection
    interface seq<DataFactoryPrivateEndpointConnectionResource>
    interface IEnumerable
    interface IAsyncEnumerable<DataFactoryPrivateEndpointConnectionResource>
Public Class DataFactoryPrivateEndpointConnectionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of DataFactoryPrivateEndpointConnectionResource), IEnumerable(Of DataFactoryPrivateEndpointConnectionResource)
Vererbung
DataFactoryPrivateEndpointConnectionCollection
Implementiert

Konstruktoren

DataFactoryPrivateEndpointConnectionCollection()

Initialisiert eine neue instance der -Klasse für die DataFactoryPrivateEndpointConnectionCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, DataFactoryPrivateEndpointConnectionCreateOrUpdateContent, String, CancellationToken)

Genehmigt oder lehnt eine Verbindung mit einem privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, DataFactoryPrivateEndpointConnectionCreateOrUpdateContent, String, CancellationToken)

Genehmigt oder lehnt eine Verbindung mit einem privaten Endpunkt ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_CreateOrUpdate
Exists(String, String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
ExistsAsync(String, String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
Get(String, String, CancellationToken)

Ruft eine private Endpunktverbindung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
GetAll(CancellationToken)

Listet Verbindungen mit privaten Endpunkten auf

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndPointConnections
  • Vorgangs-IdprivateEndPointConnections_ListByFactory
GetAllAsync(CancellationToken)

Listet Verbindungen mit privaten Endpunkten auf

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndPointConnections
  • Vorgangs-IdprivateEndPointConnections_ListByFactory
GetAsync(String, String, CancellationToken)

Ruft eine private Endpunktverbindung ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
GetIfExists(String, String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
GetIfExistsAsync(String, String, CancellationToken)

Versucht, Details für diese Ressource vom Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnection_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<DataFactoryPrivateEndpointConnectionResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<DataFactoryPrivateEndpointConnectionResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: