Udostępnij za pośrednictwem


MockableAstroSubscriptionResource.GetAstroOrganizations Method

Definition

List OrganizationResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/Astronomer.Astro/organizations
  • Operation Id: Organizations_ListBySubscription
  • Default Api Version: 2023-08-01
  • Resource: AstroOrganizationResource
public virtual Azure.Pageable<Azure.ResourceManager.Astro.AstroOrganizationResource> GetAstroOrganizations (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAstroOrganizations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Astro.AstroOrganizationResource>
override this.GetAstroOrganizations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Astro.AstroOrganizationResource>
Public Overridable Function GetAstroOrganizations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AstroOrganizationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AstroOrganizationResource that may take multiple service requests to iterate over.

Applies to