Freigeben über


ConfluentOrganizationCollection Klasse

Definition

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

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

Konstruktoren

ConfluentOrganizationCollection()

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

Erstellen einer Organisationsressource

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}
  • Vorgangs-IdOrganization_Create
CreateOrUpdateAsync(WaitUntil, String, ConfluentOrganizationData, CancellationToken)

Erstellen einer Organisationsressource

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}
  • Vorgangs-IdOrganization_Create
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}
  • Vorgangs-IdOrganization_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}
  • Vorgangs-IdOrganization_Get
Get(String, CancellationToken)

Ruft die Eigenschaften einer bestimmten Organisationsressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}
  • Vorgangs-IdOrganization_Get
GetAll(CancellationToken)

Listet alle Organisationen unter der angegebenen Ressourcengruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations
  • Vorgangs-IdOrganization_ListByResourceGroup
GetAllAsync(CancellationToken)

Listet alle Organisationen unter der angegebenen Ressourcengruppe auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations
  • Vorgangs-IdOrganization_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft die Eigenschaften einer bestimmten Organisationsressource ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Confluent/organizations/{organizationName}
  • Vorgangs-IdOrganization_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<ConfluentOrganizationResource>.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<ConfluentOrganizationResource>.GetEnumerator()

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

Gilt für: