MockableBillingBenefitsArmClient.GetFromApplicableMaccAsync Method

Definition

List contributors under applicable MACCs for a given billing account.

  • Request Path. : /providers/microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.BillingBenefits/applicableMaccs/{systemId}/providers/microsoft.BillingBenefits/applicableContributors.
  • Operation Id. : ContributorsOperationGroup_ListFromApplicableMacc.
  • Default Api Version. : 2025-12-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.ContributorResource> GetFromApplicableMaccAsync(Azure.Core.ResourceIdentifier scope, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFromApplicableMaccAsync : Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.ContributorResource>
override this.GetFromApplicableMaccAsync : Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.ContributorResource>
Public Overridable Function GetFromApplicableMaccAsync (scope As ResourceIdentifier, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ContributorResource)

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

scope is null.

Applies to