Get Machine Result
data class GetMachineResult(val adFqdn: String, val agentConfiguration: AgentConfigurationResponse, val agentUpgrade: AgentUpgradeResponse? = null, val agentVersion: String, val clientPublicKey: String? = null, val cloudMetadata: CloudMetadataResponse? = null, val detectedProperties: Map<String, String>, val displayName: String, val dnsFqdn: String, val domainName: String, val errorDetails: List<ErrorDetailResponse>, val extensions: List<MachineExtensionInstanceViewResponse>? = null, val id: String, val identity: IdentityResponse? = null, val lastStatusChange: String, val location: String, val locationData: LocationDataResponse? = null, val machineFqdn: String, val mssqlDiscovered: String? = null, val name: String, val osName: String, val osProfile: OSProfileResponse? = null, val osSku: String, val osType: String? = null, val osVersion: String, val parentClusterResourceId: String? = null, val privateLinkScopeResourceId: String? = null, val provisioningState: String, val resources: List<MachineExtensionResponse>, val serviceStatuses: ServiceStatusesResponse? = null, val status: String, val systemData: SystemDataResponse, 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, agentConfiguration: AgentConfigurationResponse, agentUpgrade: AgentUpgradeResponse? = null, agentVersion: String, clientPublicKey: String? = null, cloudMetadata: CloudMetadataResponse? = null, detectedProperties: Map<String, String>, displayName: String, dnsFqdn: String, domainName: String, errorDetails: List<ErrorDetailResponse>, extensions: List<MachineExtensionInstanceViewResponse>? = null, id: String, identity: IdentityResponse? = null, lastStatusChange: String, location: String, locationData: LocationDataResponse? = null, machineFqdn: String, mssqlDiscovered: String? = null, name: String, osName: String, osProfile: OSProfileResponse? = null, osSku: String, osType: String? = null, osVersion: String, parentClusterResourceId: String? = null, privateLinkScopeResourceId: String? = null, provisioningState: String, resources: List<MachineExtensionResponse>, serviceStatuses: ServiceStatusesResponse? = null, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, vmId: String? = null, vmUuid: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard