BillingAccountsListOptionalParams interface
Optional parameters.
- Extends
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. |
include |
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. |
include |
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. |
include |
When true, results will include any billing accounts in a deleted state. |
include |
Includes billing accounts with agreement pending signature that the user has access to. |
include |
Includes the customer's billing account of Microsoft Partner Agreement that the user has access to. |
legal |
Must be combined with legalOwnerTID, results will only include Billing Accounts for whom is legally responsible for the Billing Accounts. Optional. |
legal |
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. |
Inherited Properties
abort |
The signal which can be used to abort requests. |
on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
request |
Options used when creating and sending HTTP requests for this operation. |
serializer |
Options to override serialization/de-serialization behavior. |
tracing |
Options used when tracing is enabled. |
Property Details
expand
Expand is allowed for SoldTo and EnrollmentDetails/PONumber.
expand?: string
Property Value
string
filter
The filter query option allows clients to filter a collection of resources that are addressed by a request URL.
filter?: string
Property Value
string
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.
includeAll?: boolean
Property Value
boolean
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.
includeAllWithoutBillingProfiles?: boolean
Property Value
boolean
includeDeleted
When true, results will include any billing accounts in a deleted state.
includeDeleted?: boolean
Property Value
boolean
includePendingAgreement
Includes billing accounts with agreement pending signature that the user has access to.
includePendingAgreement?: boolean
Property Value
boolean
includeResellee
Includes the customer's billing account of Microsoft Partner Agreement that the user has access to.
includeResellee?: boolean
Property Value
boolean
legalOwnerOID
Must be combined with legalOwnerTID, results will only include Billing Accounts for whom is legally responsible for the Billing Accounts. Optional.
legalOwnerOID?: string
Property Value
string
legalOwnerTID
Must be combined with legalOwnerOID, results will only include Billing Accounts for whom is legally responsible for the Billing Accounts. Optional.
legalOwnerTID?: string
Property Value
string
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.
search?: string
Property Value
string
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.
skip?: number
Property Value
number
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.
top?: number
Property Value
number
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From coreClient.OperationOptions.abortSignal
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From coreClient.OperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From coreClient.OperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From coreClient.OperationOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From coreClient.OperationOptions.tracingOptions