Get Hyperv Host Controller Result
data class GetHypervHostControllerResult(val createdTimestamp: String, val errors: List<HealthErrorDetailsResponse>, val fqdn: String? = null, val id: String, val name: String, val provisioningState: String? = null, val runAsAccountId: String? = null, val systemData: SystemDataResponse, val type: String, val updatedTimestamp: String, val version: String)
A host resource belonging to a site resource.
Constructors
Link copied to clipboard
fun GetHypervHostControllerResult(createdTimestamp: String, errors: List<HealthErrorDetailsResponse>, fqdn: String? = null, id: String, name: String, provisioningState: String? = null, runAsAccountId: String? = null, systemData: SystemDataResponse, type: String, updatedTimestamp: String, version: String)