你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IApplianceMonitoringDetails 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.ApplianceMonitoringDetailsTypeConverter))]
public interface IApplianceMonitoringDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ApplianceMonitoringDetailsTypeConverter))>]
type IApplianceMonitoringDetails = interface
interface IJsonSerializable
Public Interface IApplianceMonitoringDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CpuDetailCapacity |
A value indicating the total capacity of appliance resource. |
CpuDetailProcessUtilization |
A value indicating the utilization percentage by gateway agent on appliance. |
CpuDetailStatus |
A value indicating the status of appliance resource. |
CpuDetailTotalUtilization |
A value indicating the total utilization percentage for all processes on the appliance. |
DatastoreSnapshot |
The appliance datastore snapshot details. |
DiskReplicationDetailCapacity |
A value indicating the total capacity of appliance resource. |
DiskReplicationDetailProcessUtilization |
A value indicating the utilization percentage by gateway agent on appliance. |
DiskReplicationDetailStatus |
A value indicating the status of appliance resource. |
DiskReplicationDetailTotalUtilization |
A value indicating the total utilization percentage for all processes on the appliance. |
EsxiNfcBufferCapacity |
A value indicating the total capacity of appliance resource. |
EsxiNfcBufferProcessUtilization |
A value indicating the utilization percentage by gateway agent on appliance. |
EsxiNfcBufferStatus |
A value indicating the status of appliance resource. |
EsxiNfcBufferTotalUtilization |
A value indicating the total utilization percentage for all processes on the appliance. |
NetworkBandwidthCapacity |
A value indicating the total capacity of appliance resource. |
NetworkBandwidthProcessUtilization |
A value indicating the utilization percentage by gateway agent on appliance. |
NetworkBandwidthStatus |
A value indicating the status of appliance resource. |
NetworkBandwidthTotalUtilization |
A value indicating the total utilization percentage for all processes on the appliance. |
RamDetailCapacity |
A value indicating the total capacity of appliance resource. |
RamDetailProcessUtilization |
A value indicating the utilization percentage by gateway agent on appliance. |
RamDetailStatus |
A value indicating the status of appliance resource. |
RamDetailTotalUtilization |
A value indicating the total utilization percentage for all processes on the appliance. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |