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
constructor(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)
Properties
Link copied to clipboard
The hybrid machine agent full version.
Link copied to clipboard
Public Key that the client provides to be used during initial resource onboarding
Link copied to clipboard
Specifies the hybrid machine display name.
Link copied to clipboard
Specifies the Windows domain name.
Link copied to clipboard
Details about the error state.
Link copied to clipboard
Machine Extensions information
Link copied to clipboard
Link copied to clipboard
The time of the last status change.
Link copied to clipboard
Metadata pertaining to the geographic location of the resource.
Link copied to clipboard
Specifies the hybrid machine FQDN.
Link copied to clipboard
Specifies the operating system settings for the hybrid machine.
Link copied to clipboard
The provisioning state, which only appears in the response.