다음을 통해 공유


ArcExtensionInstanceView Class

Definition

Describes the Extension Instance View.

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

Properties

ExtensionInstanceViewType

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

Name

The extension name.

Status

Instance view status.

TypeHandlerVersion

Specifies the version of the script handler.

Explicit Interface Implementations

IJsonModel<ArcExtensionInstanceView>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ArcExtensionInstanceView>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArcExtensionInstanceView>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArcExtensionInstanceView>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ArcExtensionInstanceView>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to