Get Billing Role Assignment By Enrollment Account Result
data class GetBillingRoleAssignmentByEnrollmentAccountResult(val azureApiVersion: String, val id: String, val name: String, val properties: BillingRoleAssignmentPropertiesResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The properties of the billing role assignment.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, properties: BillingRoleAssignmentPropertiesResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)