SellerResourceListRequestProperties interface
Request properties to list maccs under a billing account
Properties
| billing |
Fully-qualified billing account resource identifier where the benefit is applied. Present only for Enterprise Agreement customers. |
| contributors | Setting it to true will return the list of contributors associated with the MACC. |
| filter | This is an OData expresssion to filter the list of MACCs based on the properties of MACC passed in the filter. |
| milestones | Setting it to true will return the list of milestones associated with the MACC. |
| primary |
Fully-qualified resource identifier of the primary MACC. Format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BillingBenefits/maccs/{maccName}. |
Property Details
billingAccountResourceId
Fully-qualified billing account resource identifier where the benefit is applied. Present only for Enterprise Agreement customers.
billingAccountResourceId: string
Property Value
string
contributors
Setting it to true will return the list of contributors associated with the MACC.
contributors?: boolean
Property Value
boolean
filter
This is an OData expresssion to filter the list of MACCs based on the properties of MACC passed in the filter.
filter?: string
Property Value
string
milestones
Setting it to true will return the list of milestones associated with the MACC.
milestones?: boolean
Property Value
boolean
primaryResourceId
Fully-qualified resource identifier of the primary MACC. Format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BillingBenefits/maccs/{maccName}.
primaryResourceId?: string
Property Value
string