Get Attached Network By Dev Center Result
data class GetAttachedNetworkByDevCenterResult(val domainJoinType: String, val healthCheckStatus: String, val id: String, val name: String, val networkConnectionId: String, val networkConnectionLocation: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
Represents an attached NetworkConnection.
Constructors
Link copied to clipboard
fun GetAttachedNetworkByDevCenterResult(domainJoinType: String, healthCheckStatus: String, id: String, name: String, networkConnectionId: String, networkConnectionLocation: String, provisioningState: String, systemData: SystemDataResponse, type: String)