Share via


AgentProperties interface

model interface AgentProperties

Properties

agentStatus

The Agent status.

agentVersion

The Agent version.

arcResourceId

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

arcVmUuid

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

description

A description for the Agent.

errorDetails
lastStatusUpdate

The last updated time of the Agent status.

localIPAddress

Local IP address reported by the Agent.

memoryInMB

Available memory reported by the Agent, in MB.

numberOfCores

Available compute cores reported by the Agent.

provisioningState

The provisioning state of this resource.

timeZone

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

uploadLimitSchedule

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.

uptimeInSeconds

Uptime of the Agent in seconds.

Property Details

agentStatus

The Agent status.

agentStatus?: string

Property Value

string

agentVersion

The Agent version.

agentVersion?: string

Property Value

string

arcResourceId

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

arcResourceId: string

Property Value

string

arcVmUuid

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

arcVmUuid: string

Property Value

string

description

A description for the Agent.

description?: string

Property Value

string

errorDetails

errorDetails?: AgentPropertiesErrorDetails

Property Value

lastStatusUpdate

The last updated time of the Agent status.

lastStatusUpdate?: Date

Property Value

Date

localIPAddress

Local IP address reported by the Agent.

localIPAddress?: string

Property Value

string

memoryInMB

Available memory reported by the Agent, in MB.

memoryInMB?: number

Property Value

number

numberOfCores

Available compute cores reported by the Agent.

numberOfCores?: number

Property Value

number

provisioningState

The provisioning state of this resource.

provisioningState?: string

Property Value

string

timeZone

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

timeZone?: string

Property Value

string

uploadLimitSchedule

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.

uploadLimitSchedule?: UploadLimitSchedule

Property Value

uptimeInSeconds

Uptime of the Agent in seconds.

uptimeInSeconds?: number

Property Value

number