Freigeben über


PrivateEndpointCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren PrivateEndpointResource Vorgänge darstellt. Jedes PrivateEndpointResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen PrivateEndpointCollection instance rufen Sie die GetPrivateEndpoints-Methode aus einer instance von aufResourceGroupResource.

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

Konstruktoren

PrivateEndpointCollection()

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

Erstellt oder aktualisiert einen privaten Endpunkt in der angegebenen Ressourcengruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
  • Vorgangs-IdPrivateEndpoints_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, PrivateEndpointData, CancellationToken)

Erstellt oder aktualisiert einen privaten Endpunkt in der angegebenen Ressourcengruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
  • Vorgangs-IdPrivateEndpoints_CreateOrUpdate
Exists(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
  • Vorgangs-IdPrivateEndpoints_Get
ExistsAsync(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
  • Vorgangs-IdPrivateEndpoints_Get
Get(String, String, CancellationToken)

Ruft den angegebenen privaten Endpunkt nach Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
  • Vorgangs-IdPrivateEndpoints_Get
GetAll(CancellationToken)

Ruft alle privaten Endpunkte in einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints
  • Vorgangs-IdPrivateEndpoints_List
GetAllAsync(CancellationToken)

Ruft alle privaten Endpunkte in einer Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints
  • Vorgangs-IdPrivateEndpoints_List
GetAsync(String, String, CancellationToken)

Ruft den angegebenen privaten Endpunkt nach Ressourcengruppe ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
  • Vorgangs-IdPrivateEndpoints_Get
GetIfExists(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
  • Vorgangs-IdPrivateEndpoints_Get
GetIfExistsAsync(String, String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}
  • Vorgangs-IdPrivateEndpoints_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<PrivateEndpointResource>.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<PrivateEndpointResource>.GetEnumerator()

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

Gilt für: