getBillingRoleAssignmentByDepartment

Gets a role assignment for the caller on a department. 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 getBillingRoleAssignmentByDepartment(billingAccountName: String, billingRoleAssignmentName: String, departmentName: String): GetBillingRoleAssignmentByDepartmentResult

Return

The role assignment

Parameters

billingAccountName

The ID that uniquely identifies a billing account.

billingRoleAssignmentName

The ID that uniquely identifies a role assignment.

departmentName

The ID that uniquely identifies a department.

See also


Return

The role assignment

Parameters

argument

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

See also