StorageMoverAgentData Class

Definition

A class representing the StorageMoverAgent data model. The Agent resource.

public class StorageMoverAgentData : Azure.ResourceManager.Models.ResourceData
type StorageMoverAgentData = class
    inherit ResourceData
Public Class StorageMoverAgentData
Inherits ResourceData
Inheritance
StorageMoverAgentData

Constructors

StorageMoverAgentData(String, String)

Initializes a new instance of StorageMoverAgentData.

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

Gets the error details.

Id

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

(Inherited from ResourceData)
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.

Name

The name of the resource.

(Inherited from ResourceData)
NumberOfCores

Available compute cores reported by the Agent.

ProvisioningState

The provisioning state of this resource.

ResourceType

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

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UptimeInSeconds

Uptime of the Agent in seconds.

Applies to