Udostępnij za pośrednictwem


BillingEnrollmentAccountCollection Class

Definition

A class representing a collection of BillingEnrollmentAccountResource and their operations. Each BillingEnrollmentAccountResource in the collection will belong to the same instance of BillingAccountResource. To get a BillingEnrollmentAccountCollection instance call the GetBillingEnrollmentAccounts method from an instance of BillingAccountResource.

public class BillingEnrollmentAccountCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Billing.BillingEnrollmentAccountResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Billing.BillingEnrollmentAccountResource>
type BillingEnrollmentAccountCollection = class
    inherit ArmCollection
    interface seq<BillingEnrollmentAccountResource>
    interface IEnumerable
    interface IAsyncEnumerable<BillingEnrollmentAccountResource>
Public Class BillingEnrollmentAccountCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of BillingEnrollmentAccountResource), IEnumerable(Of BillingEnrollmentAccountResource)
Inheritance
BillingEnrollmentAccountCollection
Implements

Constructors

BillingEnrollmentAccountCollection()

Initializes a new instance of the BillingEnrollmentAccountCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
  • Operation Id: EnrollmentAccounts_Get
  • Default Api Version: 2024-04-01
  • Resource: BillingEnrollmentAccountResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
  • Operation Id: EnrollmentAccounts_Get
  • Default Api Version: 2024-04-01
  • Resource: BillingEnrollmentAccountResource
Get(String, CancellationToken)

Gets an enrollment account by ID. The operation is supported only for billing accounts with agreement type Enterprise Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
  • Operation Id: EnrollmentAccounts_Get
  • Default Api Version: 2024-04-01
  • Resource: BillingEnrollmentAccountResource
GetAll(BillingEnrollmentAccountCollectionGetAllOptions, CancellationToken)

Lists the enrollment accounts for a billing account. The operation is supported only for billing accounts with agreement type Enterprise Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts
  • Operation Id: EnrollmentAccounts_ListByBillingAccount
  • Default Api Version: 2024-04-01
  • Resource: BillingEnrollmentAccountResource
GetAllAsync(BillingEnrollmentAccountCollectionGetAllOptions, CancellationToken)

Lists the enrollment accounts for a billing account. The operation is supported only for billing accounts with agreement type Enterprise Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts
  • Operation Id: EnrollmentAccounts_ListByBillingAccount
  • Default Api Version: 2024-04-01
  • Resource: BillingEnrollmentAccountResource
GetAsync(String, CancellationToken)

Gets an enrollment account by ID. The operation is supported only for billing accounts with agreement type Enterprise Agreement.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
  • Operation Id: EnrollmentAccounts_Get
  • Default Api Version: 2024-04-01
  • Resource: BillingEnrollmentAccountResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
  • Operation Id: EnrollmentAccounts_Get
  • Default Api Version: 2024-04-01
  • Resource: BillingEnrollmentAccountResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Billing/billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}
  • Operation Id: EnrollmentAccounts_Get
  • Default Api Version: 2024-04-01
  • Resource: BillingEnrollmentAccountResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<BillingEnrollmentAccountResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<BillingEnrollmentAccountResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to