ConfluentExtensions.GetConfluentOrganizations Methode

Definition

Überlädt

GetConfluentOrganizations(ResourceGroupResource)

Ruft eine Auflistung von ConfluentOrganizationResources in resourceGroupResource ab.

GetConfluentOrganizations(SubscriptionResource, CancellationToken)

Listet alle Organisationen unter dem angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Confluent/organizations
  • Vorgangs-IdOrganization_ListBySubscription

GetConfluentOrganizations(ResourceGroupResource)

Ruft eine Auflistung von ConfluentOrganizationResources in resourceGroupResource ab.

public static Azure.ResourceManager.Confluent.ConfluentOrganizationCollection GetConfluentOrganizations (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetConfluentOrganizations : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Confluent.ConfluentOrganizationCollection
<Extension()>
Public Function GetConfluentOrganizations (resourceGroupResource As ResourceGroupResource) As ConfluentOrganizationCollection

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance die -Methode ausgeführt wird.

Gibt zurück

Ein Objekt, das eine Auflistung von ConfluentOrganizationResources und deren Vorgängen über eine ConfluentOrganizationResource darstellt.

Gilt für:

GetConfluentOrganizations(SubscriptionResource, CancellationToken)

Listet alle Organisationen unter dem angegebenen Abonnement auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Confluent/organizations
  • Vorgangs-IdOrganization_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.Confluent.ConfluentOrganizationResource> GetConfluentOrganizations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetConfluentOrganizations : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Confluent.ConfluentOrganizationResource>
<Extension()>
Public Function GetConfluentOrganizations (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConfluentOrganizationResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von ConfluentOrganizationResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: