Get Machine Result
data class GetMachineResult(val adFqdn: String, val agentVersion: String, val clientPublicKey: String? = null, val displayName: String, val dnsFqdn: String, val domainName: String, val errorDetails: List<ErrorDetailResponse>, val extensions: List<MachineExtensionInstanceViewResponse>, val id: String, val identity: MachineResponseIdentity? = null, val lastStatusChange: String, val location: String, val locationData: LocationDataResponse? = null, val machineFqdn: String, val name: String, val osName: String, val osProfile: MachinePropertiesResponseOsProfile? = null, val osSku: String, val osVersion: String, val provisioningState: String, val status: String, val tags: Map<String, String>? = null, val type: String, val vmId: String? = null, val vmUuid: String)
Describes a hybrid machine.
Constructors
Link copied to clipboard
fun GetMachineResult(adFqdn: String, agentVersion: String, clientPublicKey: String? = null, displayName: String, dnsFqdn: String, domainName: String, errorDetails: List<ErrorDetailResponse>, extensions: List<MachineExtensionInstanceViewResponse>, id: String, identity: MachineResponseIdentity? = null, lastStatusChange: String, location: String, locationData: LocationDataResponse? = null, machineFqdn: String, name: String, osName: String, osProfile: MachinePropertiesResponseOsProfile? = null, osSku: String, osVersion: String, provisioningState: String, status: String, tags: Map<String, String>? = null, type: String, vmId: String? = null, vmUuid: String)