DedicatedHostInstanceView Class

Definition

The instance view of a dedicated host.

public class DedicatedHostInstanceView : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.DedicatedHostInstanceView>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.DedicatedHostInstanceView>
type DedicatedHostInstanceView = class
    interface IJsonModel<DedicatedHostInstanceView>
    interface IPersistableModel<DedicatedHostInstanceView>
Public Class DedicatedHostInstanceView
Implements IJsonModel(Of DedicatedHostInstanceView), IPersistableModel(Of DedicatedHostInstanceView)
Inheritance
DedicatedHostInstanceView
Derived
Implements

Properties

AssetId

Specifies the unique id of the dedicated physical machine on which the dedicated host resides.

AvailableCapacityAllocatableVms

The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host.

Statuses

The resource status information.

Explicit Interface Implementations

IJsonModel<DedicatedHostInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DedicatedHostInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DedicatedHostInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DedicatedHostInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DedicatedHostInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to