MockableBillingBenefitsArmClient.GetFromApplicableConditionalCredit Method

Definition

List contributors under applicable conditional credits for a given billing account.

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

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

scope is null.

Applies to