你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RcmProxyDetails Class

Definition

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.

Applies to