StorageMoverAgentData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the StorageMoverAgent data model. The Agent resource.
public class StorageMoverAgentData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageMover.StorageMoverAgentData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageMover.StorageMoverAgentData>
public class StorageMoverAgentData : Azure.ResourceManager.Models.ResourceData
type StorageMoverAgentData = class
inherit ResourceData
interface IJsonModel<StorageMoverAgentData>
interface IPersistableModel<StorageMoverAgentData>
type StorageMoverAgentData = class
inherit ResourceData
Public Class StorageMoverAgentData
Inherits ResourceData
Implements IJsonModel(Of StorageMoverAgentData), IPersistableModel(Of StorageMoverAgentData)
Public Class StorageMoverAgentData
Inherits ResourceData
- Inheritance
- Implements
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) |
TimeZone |
The agent's local time zone represented in Windows format. |
UploadLimitScheduleWeeklyRecurrences |
The set of weekly repeating recurrences of the WAN-link upload limit schedule. |
UptimeInSeconds |
Uptime of the Agent in seconds. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<StorageMoverAgentData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StorageMoverAgentData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StorageMoverAgentData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StorageMoverAgentData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StorageMoverAgentData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET