MockableNapsterOmniagentApiSubscriptionResource.GetNapsterOrganizations Method

Definition

List OrganizationResource resources by subscription ID

  • Request Path. : /subscriptions/{subscriptionId}/providers/Napster.CompanionAPI/organizations.
  • Operation Id. : Organizations_ListBySubscription.
  • Default Api Version. : 2025-12-24-preview.
public virtual Azure.Pageable<Azure.ResourceManager.NapsterOmniagentApi.NapsterOrganizationResource> GetNapsterOrganizations(System.Threading.CancellationToken cancellationToken = default);
abstract member GetNapsterOrganizations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NapsterOmniagentApi.NapsterOrganizationResource>
override this.GetNapsterOrganizations : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.NapsterOmniagentApi.NapsterOrganizationResource>
Public Overridable Function GetNapsterOrganizations (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of NapsterOrganizationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to