ApplianceResourceDetails Class

Definition

Details of the appliance resource.

public class ApplianceResourceDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplianceResourceDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.ApplianceResourceDetails>
type ApplianceResourceDetails = class
    interface IJsonModel<ApplianceResourceDetails>
    interface IPersistableModel<ApplianceResourceDetails>
Public Class ApplianceResourceDetails
Implements IJsonModel(Of ApplianceResourceDetails), IPersistableModel(Of ApplianceResourceDetails)
Inheritance
ApplianceResourceDetails
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.

Explicit Interface Implementations

IJsonModel<ApplianceResourceDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ApplianceResourceDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplianceResourceDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplianceResourceDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ApplianceResourceDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to