你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IProcessServerDetails 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.Api202401.ProcessServerDetailsTypeConverter))]
public interface IProcessServerDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ProcessServerDetailsTypeConverter))>]
type IProcessServerDetails = interface
interface IJsonSerializable
Public Interface IProcessServerDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |