MasterTargetServer 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.
Details of a Master Target Server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MasterTargetServerTypeConverter))]
public class MasterTargetServer : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMasterTargetServer
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MasterTargetServerTypeConverter))>]
type MasterTargetServer = class
interface IMasterTargetServer
interface IJsonSerializable
Public Class MasterTargetServer
Implements IMasterTargetServer
- Inheritance
-
MasterTargetServer
- Attributes
- Implements
Constructors
MasterTargetServer() |
Creates an new MasterTargetServer instance. |
Properties
AgentExpiryDate |
Agent expiry date. |
AgentVersion |
The version of the scout component on the server. |
AgentVersionDetailExpiryDate |
Version expiry date. |
AgentVersionDetailStatus |
A value indicating whether security update required. |
AgentVersionDetailVersion |
The agent version. |
DataStore |
The list of data stores in the fabric. |
DiskCount |
Disk count of the master target. |
HealthError |
Health errors. |
Id |
The server Id. |
IPAddress |
The IP address of the server. |
LastHeartbeat |
The last heartbeat received from the server. |
MarAgentVersionDetailExpiryDate |
Version expiry date. |
MarAgentVersionDetailStatus |
A value indicating whether security update required. |
MarAgentVersionDetailVersion |
The agent version. |
MarsAgentExpiryDate |
MARS agent expiry date. |
MarsAgentVersion |
MARS agent version. |
Name |
The server name. |
OSType |
The OS type of the server. |
OSVersion |
OS Version of the master target. |
RetentionVolume |
The retention volumes of Master target Server. |
ValidationError |
Validation errors. |
VersionStatus |
Version status. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MasterTargetServer. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MasterTargetServer. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IMasterTargetServer. |
FromJsonString(String) |
Creates a new instance of MasterTargetServer, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MasterTargetServer into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |