VirtualMachineExtensionHandlerInstanceView Class

Definition

The instance view of a virtual machine extension handler.

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

Properties

Status

The extension handler status.

TypeHandlerVersion

Specifies the version of the script handler.

VirtualMachineExtensionHandlerInstanceViewType

Specifies the type of the extension; an example is "CustomScriptExtension".

Explicit Interface Implementations

IJsonModel<VirtualMachineExtensionHandlerInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<VirtualMachineExtensionHandlerInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<VirtualMachineExtensionHandlerInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<VirtualMachineExtensionHandlerInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<VirtualMachineExtensionHandlerInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to