BillingAccountCollectionGetAllOptions Class

Definition

The BillingAccountCollectionGetAllOptions.

public class BillingAccountCollectionGetAllOptions
type BillingAccountCollectionGetAllOptions = class
Public Class BillingAccountCollectionGetAllOptions
Inheritance
BillingAccountCollectionGetAllOptions

Constructors

BillingAccountCollectionGetAllOptions()

Initializes a new instance of BillingAccountCollectionGetAllOptions.

Properties

Expand

Expand is allowed for SoldTo and EnrollmentDetails/PONumber.

Filter

The filter query option allows clients to filter a collection of resources that are addressed by a request URL.

IncludeAll

When true, results will include Billing Accounts that the user does not have a direct role assignment on if the user has one of the following AAD roles: Global Administrator, Global Reader, Billing Administrator.

IncludeAllWithoutBillingProfiles

When true, results will include Billing Accounts that are not fully created if the user has one of the following AAD roles: Global Administrator, Global Reader, Billing Administrator.

IncludeDeleted

When true, results will include any billing accounts in a deleted state.

IncludePendingAgreement

Includes billing accounts with agreement pending signature that the user has access to.

IncludeResellee

Includes the customer's billing account of Microsoft Partner Agreement that the user has access to.

LegalOwnerOID

Must be combined with legalOwnerTID, results will only include Billing Accounts for whom is legally responsible for the Billing Accounts. Optional.

LegalOwnerTID

Must be combined with legalOwnerOID, results will only include Billing Accounts for whom is legally responsible for the Billing Accounts. Optional.

Search

The search query option allows clients to request items within a collection matching a free-text search expression. search is only supported for string fields.

Skip

The skip query option requests the number of items in the queried collection that are to be skipped and not included in the result.

Top

The top query option requests the number of items in the queried collection to be included in the result. The maximum supported value for top is 50.

Applies to