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

ProcessServerDetails Class

Definition

Process server details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProcessServerDetailsTypeConverter))]
public class ProcessServerDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProcessServerDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.ProcessServerDetailsTypeConverter))>]
type ProcessServerDetails = class
    interface IProcessServerDetails
    interface IJsonSerializable
Public Class ProcessServerDetails
Implements IProcessServerDetails
Inheritance
ProcessServerDetails
Attributes
Implements

Constructors

ProcessServerDetails()

Creates an new ProcessServerDetails instance.

Properties

AvailableMemoryInByte

The available memory.

AvailableSpaceInByte

The available disk space.

BiosId

The process server Bios Id.

DiskUsageStatus

The disk usage status.

FabricObjectId

The fabric object Id.

Fqdn

The process server Fqdn.

FreeSpacePercentage

The free disk space percentage.

Health

The health of the process server.

HealthError

The health errors.

HistoricHealth

The historic health of the process server based on the health in last 24 hours.

Id

The process server Id.

IPAddress

The list of IP addresses for communicating with the RCM component.

LastHeartbeatUtc

The last heartbeat received from the process server.

MemoryUsagePercentage

The memory usage percentage.

MemoryUsageStatus

The memory usage status.

Name

The process server name.

ProcessorUsagePercentage

The processor usage percentage.

ProcessorUsageStatus

The processor usage status.

ProtectedItemCount

The protected item count.

SystemLoad

The system load.

SystemLoadStatus

The system load status.

ThroughputInByte

The throughput in bytes.

ThroughputStatus

The throughput status.

ThroughputUploadPendingDataInByte

The uploading pending data in bytes.

TotalMemoryInByte

The total memory.

TotalSpaceInByte

The total disk space.

UsedMemoryInByte

The used memory.

UsedSpaceInByte

The used disk space.

Version

The version.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProcessServerDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProcessServerDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IProcessServerDetails.

FromJsonString(String)

Creates a new instance of ProcessServerDetails, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProcessServerDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to