IMasterTargetServer Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MasterTargetServerTypeConverter))]
public interface IMasterTargetServer : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.MasterTargetServerTypeConverter))>]
type IMasterTargetServer = interface
interface IJsonSerializable
Public Interface IMasterTargetServer
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |