Freigeben über


PurviewPrivateEndpointConnectionCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren PurviewPrivateEndpointConnectionResource Vorgänge darstellt. Jedes PurviewPrivateEndpointConnectionResource in der Auflistung gehört zum gleichen instance von PurviewAccountResource. Um einen PurviewPrivateEndpointConnectionCollection instance rufen Sie die GetPurviewPrivateEndpointConnections-Methode aus einer instance von aufPurviewAccountResource.

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

Konstruktoren

PurviewPrivateEndpointConnectionCollection()

Initialisiert eine neue instance der -Klasse für die PurviewPrivateEndpointConnectionCollection 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, PurviewPrivateEndpointConnectionData, CancellationToken)

Erstellt oder aktualisiert die Verbindung mit einem privaten Endpunkt

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PurviewPrivateEndpointConnectionData, CancellationToken)

Erstellt oder aktualisiert die Verbindung mit einem privaten Endpunkt

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
Get(String, CancellationToken)

Abrufen einer Verbindung mit einem privaten Endpunkt

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_Get
GetAll(String, CancellationToken)

Abrufen von Verbindungen mit privaten Endpunkten für das Konto

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_ListByAccount
GetAllAsync(String, CancellationToken)

Abrufen von Verbindungen mit privaten Endpunkten für das Konto

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections
  • Vorgangs-IdPrivateEndpointConnections_ListByAccount
GetAsync(String, CancellationToken)

Abrufen einer Verbindung mit einem privaten Endpunkt

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
  • Vorgangs-IdPrivateEndpointConnections_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<PurviewPrivateEndpointConnectionResource>.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<PurviewPrivateEndpointConnectionResource>.GetEnumerator()

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

Gilt für: