GetAgentResult

data class GetAgentResult(val agentStatus: String, val agentVersion: String, val arcResourceId: String, val arcVmUuid: String, val azureApiVersion: 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 timeZone: String, val type: String, val uploadLimitSchedule: UploadLimitScheduleResponse? = null, val uptimeInSeconds: Double)

The Agent resource.

Constructors

Link copied to clipboard
constructor(agentStatus: String, agentVersion: String, arcResourceId: String, arcVmUuid: String, azureApiVersion: String, description: String? = null, errorDetails: AgentPropertiesResponseErrorDetails, id: String, lastStatusUpdate: String, localIPAddress: String, memoryInMB: Double, name: String, numberOfCores: Double, provisioningState: String, systemData: SystemDataResponse, timeZone: String, type: String, uploadLimitSchedule: UploadLimitScheduleResponse? = null, 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

The Azure API version of the resource.

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

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The agent's local time zone represented in Windows format.

Link copied to clipboard

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

Link copied to clipboard

The WAN-link upload limit schedule that applies to any Job Run the agent executes. Data plane operations (migrating files) are affected. Control plane operations ensure seamless migration functionality and are not limited by this schedule. The schedule is interpreted with the agent's local time.

Link copied to clipboard

Uptime of the Agent in seconds.