getBillingRoleAssignmentByEnrollmentAccount

Gets a role assignment for the caller on a enrollment Account. The operation is supported only for billing accounts with agreement type 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 getBillingRoleAssignmentByEnrollmentAccount(billingAccountName: String, billingRoleAssignmentName: String, enrollmentAccountName: String): GetBillingRoleAssignmentByEnrollmentAccountResult

Return

The role assignment

Parameters

billingAccountName

The ID that uniquely identifies a billing account.

billingRoleAssignmentName

The ID that uniquely identifies a role assignment.

enrollmentAccountName

The ID that uniquely identifies an enrollment account.

See also


Return

The role assignment

Parameters

argument

Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetBillingRoleAssignmentByEnrollmentAccountPlainArgs.

See also