MockableBillingBenefitsTenantResource.GetAllAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List maccs by billing account
- Request Path. : /providers/Microsoft.BillingBenefits/listSellerResources.
- Operation Id. : SellerResourceOperationGroup_List.
- Default Api Version. : 2025-12-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.MaccResource> GetAllAsync(Azure.ResourceManager.BillingBenefits.Models.SellerResourceListRequest content, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Azure.ResourceManager.BillingBenefits.Models.SellerResourceListRequest * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.MaccResource>
override this.GetAllAsync : Azure.ResourceManager.BillingBenefits.Models.SellerResourceListRequest * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.BillingBenefits.MaccResource>
Public Overridable Function GetAllAsync (content As SellerResourceListRequest, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaccResource)
Parameters
- content
- SellerResourceListRequest
The request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MaccResource that may take multiple service requests to iterate over.
Exceptions
content is null.