IApplianceResourceDetails 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.ApplianceResourceDetailsTypeConverter))]
public interface IApplianceResourceDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ApplianceResourceDetailsTypeConverter))>]
type IApplianceResourceDetails = interface
interface IJsonSerializable
Public Interface IApplianceResourceDetails
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Capacity |
A value indicating the total capacity of appliance resource. |
ProcessUtilization |
A value indicating the utilization percentage by gateway agent on appliance. |
Status |
A value indicating the status of appliance resource. |
TotalUtilization |
A value indicating the total utilization percentage for all processes on the appliance. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |