GetAgentResult

data class GetAgentResult(val agentStatus: String, val agentVersion: String, val arcResourceId: String, val arcVmUuid: String, val description: String? = null, val errorDetails: AgentPropertiesResponseErrorDetails, val id: String, val lastStatusUpdate: String, val localIPAddress: String, val memoryInMB: Double, val name: String, val numberOfCores: Double, val provisioningState: String, val systemData: SystemDataResponse, val type: String, val uptimeInSeconds: Double)

The Agent resource.

Constructors

Link copied to clipboard
constructor(agentStatus: String, agentVersion: String, arcResourceId: String, arcVmUuid: String, description: String? = null, errorDetails: AgentPropertiesResponseErrorDetails, id: String, lastStatusUpdate: String, localIPAddress: String, memoryInMB: Double, name: String, numberOfCores: Double, provisioningState: String, systemData: SystemDataResponse, type: String, uptimeInSeconds: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Agent status.

Link copied to clipboard

The Agent version.

Link copied to clipboard

The fully qualified resource ID of the Hybrid Compute resource for the Agent.

Link copied to clipboard

The VM UUID of the Hybrid Compute resource for the Agent.

Link copied to clipboard
val description: String? = null

A description for the Agent.

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

The last updated time of the Agent status.

Link copied to clipboard

Local IP address reported by the Agent.

Link copied to clipboard

Available memory reported by the Agent, in MB.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Available compute cores reported by the Agent.

Link copied to clipboard

The provisioning state of this resource.

Link copied to clipboard

Resource system metadata.

Link copied to clipboard

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

Link copied to clipboard

Uptime of the Agent in seconds.