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. Uses Azure REST API version 2019-10-01-preview. Other available API versions: 2024-04-01.
Return
The role assignment
Parameters
argument
null
suspend fun getBillingRoleAssignmentByBillingAccount(billingAccountName: String, billingRoleAssignmentName: String): GetBillingRoleAssignmentByBillingAccountResult
Return
The role assignment
Parameters
billing Account Name
The ID that uniquely identifies a billing account.
billing Role Assignment Name
The ID that uniquely identifies a role assignment.
See also
suspend fun getBillingRoleAssignmentByBillingAccount(argument: suspend GetBillingRoleAssignmentByBillingAccountPlainArgsBuilder.() -> Unit): GetBillingRoleAssignmentByBillingAccountResult
Return
The role assignment
Parameters
argument
Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetBillingRoleAssignmentByBillingAccountPlainArgs.