GetResult

data class GetResult(val activeDirectoryFqdn: String, val agentVersion: String, val agents: List<GetAgent>, val clientPublicKey: String, val cloudMetadatas: List<GetCloudMetadata>, val detectedProperties: Map<String, String>, val displayName: String, val dnsFqdn: String, val domainName: String, val id: String, val identities: List<GetIdentity>, val lastStatusChangeTime: String, val location: String, val locationDatas: List<GetLocationData>, val machineFqdn: String, val mssqlDiscovered: Boolean, val name: String, val osName: String, val osProfiles: List<GetOsProfile>, val osSku: String, val osType: String, val osVersion: String, val parentClusterResourceId: String, val privateLinkScopeResourceId: String, val resourceGroupName: String, val serviceStatuses: List<GetServiceStatus>, val status: String, val tags: Map<String, String>, val vmId: String, val vmUuid: String)

A collection of values returned by get.

Constructors

Link copied to clipboard
constructor(activeDirectoryFqdn: String, agentVersion: String, agents: List<GetAgent>, clientPublicKey: String, cloudMetadatas: List<GetCloudMetadata>, detectedProperties: Map<String, String>, displayName: String, dnsFqdn: String, domainName: String, id: String, identities: List<GetIdentity>, lastStatusChangeTime: String, location: String, locationDatas: List<GetLocationData>, machineFqdn: String, mssqlDiscovered: Boolean, name: String, osName: String, osProfiles: List<GetOsProfile>, osSku: String, osType: String, osVersion: String, parentClusterResourceId: String, privateLinkScopeResourceId: String, resourceGroupName: String, serviceStatuses: List<GetServiceStatus>, status: String, tags: Map<String, String>, vmId: String, 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

A agent block as defined below.

Link copied to clipboard

The Azure Arc 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

A cloud_metadata block as defined below.

Link copied to clipboard

A detected_properties block as defined below.

Link copied to clipboard

Specifies the Azure Arc 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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard

The time of the last status change.

Link copied to clipboard

The Azure Region where the Azure Arc machine exists.

Link copied to clipboard

A location_data block as defined below.

Link copied to clipboard

Specifies the Azure Arc machine fully qualified display name.

Link copied to clipboard

Specifies whether any MS SQL instance is discovered on the machine.

Link copied to clipboard

A canonical name for the geographic or physical location.

Link copied to clipboard

The Operating System running on the Azure Arc machine.

Link copied to clipboard

A os_profile block as defined below.

Link copied to clipboard

Specifies the Operating System product SKU.

Link copied to clipboard

The type of Operating System. Possible values are windows and linux.

Link copied to clipboard

The version of Operating System running on the Azure Arc machine.

Link copied to clipboard

The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.

Link copied to clipboard

The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.

Link copied to clipboard
Link copied to clipboard

A service_status block as defined below.

Link copied to clipboard

The current status of the service.

Link copied to clipboard

A mapping of tags assigned to the Hybrid Compute.

Link copied to clipboard

Specifies the Azure Arc machine unique ID.

Link copied to clipboard

Specifies the Arc Machine's unique SMBIOS ID.