HyperVSiteDetails Class

Definition

HyperVSite fabric specific details.

public class HyperVSiteDetails : Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.FabricSpecificDetails, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVSiteDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.HyperVSiteDetails>
type HyperVSiteDetails = class
    inherit FabricSpecificDetails
    interface IJsonModel<HyperVSiteDetails>
    interface IPersistableModel<HyperVSiteDetails>
Public Class HyperVSiteDetails
Inherits FabricSpecificDetails
Implements IJsonModel(Of HyperVSiteDetails), IPersistableModel(Of HyperVSiteDetails)
Inheritance
HyperVSiteDetails
Implements

Properties

HyperVHosts

The list of Hyper-V hosts associated with the fabric.

Explicit Interface Implementations

IJsonModel<FabricSpecificDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FabricSpecificDetails)
IJsonModel<FabricSpecificDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FabricSpecificDetails)
IJsonModel<HyperVSiteDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HyperVSiteDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FabricSpecificDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FabricSpecificDetails)
IPersistableModel<FabricSpecificDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FabricSpecificDetails)
IPersistableModel<FabricSpecificDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FabricSpecificDetails)
IPersistableModel<HyperVSiteDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HyperVSiteDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HyperVSiteDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to