GetMachineResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the AD fully qualified display name.

Link copied to clipboard

The hybrid machine agent full version.

Link copied to clipboard
val clientPublicKey: String? = null

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 DNS fully qualified 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
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
Link copied to clipboard

The time of the last status change.

Link copied to clipboard

The geo-location where the resource lives

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

The name of the resource

Link copied to clipboard

The Operating System running on the hybrid machine.

Link copied to clipboard

Specifies the operating system settings for the hybrid machine.

Link copied to clipboard

Specifies the Operating System product SKU.

Link copied to clipboard

The version of Operating System running on the hybrid machine.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

The status of the hybrid machine agent.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val vmId: String? = null

Specifies the hybrid machine unique ID.

Link copied to clipboard

Specifies the Arc Machine's unique SMBIOS ID