get Billing Role Assignment By Billing Account
suspend fun getBillingRoleAssignmentByBillingAccount(argument: GetBillingRoleAssignmentByBillingAccountPlainArgs): GetBillingRoleAssignmentByBillingAccountResult
Gets a role assignment for the caller on a billing account. The operation is supported for billing accounts with agreement type Microsoft Partner Agreement, Microsoft Customer Agreement or Enterprise Agreement. Azure REST API version: 2019-10-01-preview.
Return
The role assignment
Parameters
argument
null
suspend fun getBillingRoleAssignmentByBillingAccount(billingAccountName: String, billingRoleAssignmentName: String): GetBillingRoleAssignmentByBillingAccountResult
Return
The role assignment
See also
Parameters
billing Account Name
The ID that uniquely identifies a billing account.
billing Role Assignment Name
The ID that uniquely identifies a role assignment.
suspend fun getBillingRoleAssignmentByBillingAccount(argument: suspend GetBillingRoleAssignmentByBillingAccountPlainArgsBuilder.() -> Unit): GetBillingRoleAssignmentByBillingAccountResult
Return
The role assignment
See also
Parameters
argument
Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetBillingRoleAssignmentByBillingAccountPlainArgs.