Get Management Association Result
data class GetManagementAssociationResult(val id: String, val location: String? = null, val name: String, val properties: ManagementAssociationPropertiesResponse, val type: String)
The container for solution.
Constructors
Link copied to clipboard
constructor(id: String, location: String? = null, name: String, properties: ManagementAssociationPropertiesResponse, type: String)