get Billing Role Assignment By Enrollment Account
suspend fun getBillingRoleAssignmentByEnrollmentAccount(argument: GetBillingRoleAssignmentByEnrollmentAccountPlainArgs): GetBillingRoleAssignmentByEnrollmentAccountResult
Gets a role assignment for the caller on a enrollment Account. The operation is supported only for billing accounts with agreement type Enterprise Agreement. API Version: 2019-10-01-preview.
Return
The role assignment
Parameters
argument
null
suspend fun getBillingRoleAssignmentByEnrollmentAccount(billingAccountName: String, billingRoleAssignmentName: String, enrollmentAccountName: String): GetBillingRoleAssignmentByEnrollmentAccountResult
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.
enrollment Account Name
The ID that uniquely identifies an enrollment account.
See also
suspend fun getBillingRoleAssignmentByEnrollmentAccount(argument: suspend GetBillingRoleAssignmentByEnrollmentAccountPlainArgsBuilder.() -> Unit): GetBillingRoleAssignmentByEnrollmentAccountResult
Return
The role assignment
Parameters
argument
Builder for com.pulumi.azurenative.billing.kotlin.inputs.GetBillingRoleAssignmentByEnrollmentAccountPlainArgs.