Get Pool Result
data class GetPoolResult(val assignments: List<AssignmentResponse>? = null, val id: String, val location: String, val name: String, val poolType: PoolTypeResponse, val provisioningState: String, val reclaimPolicy: String? = null, val resources: ResourcesResponse? = null, val status: ResourceOperationalStatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)
Pool resource
Constructors
Link copied to clipboard
fun GetPoolResult(assignments: List<AssignmentResponse>? = null, id: String, location: String, name: String, poolType: PoolTypeResponse, provisioningState: String, reclaimPolicy: String? = null, resources: ResourcesResponse? = null, status: ResourceOperationalStatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zones: List<String>? = null)