RcmProxyDetails 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.
RCM proxy details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RcmProxyDetailsTypeConverter))]
public class RcmProxyDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRcmProxyDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.RcmProxyDetailsTypeConverter))>]
type RcmProxyDetails = class
interface IRcmProxyDetails
interface IJsonSerializable
Public Class RcmProxyDetails
Implements IRcmProxyDetails
- Inheritance
-
RcmProxyDetails
- Attributes
- Implements
Constructors
RcmProxyDetails() |
Creates an new RcmProxyDetails instance. |
Properties
BiosId |
The RCM proxy Bios Id. |
ClientAuthenticationType |
The client authentication type. |
FabricObjectId |
The fabric object Id. |
Fqdn |
The RCM proxy Fqdn. |
Health |
The health of the RCM proxy. |
HealthError |
The health errors. |
Id |
The RCM proxy Id. |
LastHeartbeatUtc |
The last heartbeat received from the RCM proxy. |
Name |
The RCM proxy name. |
Version |
The version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RcmProxyDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RcmProxyDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IRcmProxyDetails. |
FromJsonString(String) |
Creates a new instance of RcmProxyDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RcmProxyDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |