ScVmmInventoryItemDetails Class

Definition

Defines the resource properties.

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

Constructors

ScVmmInventoryItemDetails()

Initializes a new instance of ScVmmInventoryItemDetails.

Properties

InventoryItemId

Gets or sets the inventory Item ID for the resource.

InventoryItemName

Gets or sets the Managed Object name in VMM for the resource.

Explicit Interface Implementations

IJsonModel<ScVmmInventoryItemDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScVmmInventoryItemDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScVmmInventoryItemDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScVmmInventoryItemDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScVmmInventoryItemDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to