Share via


HDInsightAzureMonitorExtensionStatus Class

Definition

The azure monitor status response.

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

Properties

IsClusterMonitoringEnabled

The status of the monitor on the HDInsight cluster.

SelectedConfigurations

The selected configurations.

WorkspaceId

The workspace ID of the monitor on the HDInsight cluster.

Explicit Interface Implementations

IJsonModel<HDInsightAzureMonitorExtensionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightAzureMonitorExtensionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightAzureMonitorExtensionStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightAzureMonitorExtensionStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightAzureMonitorExtensionStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to