Share via


HDInsightClusterExtensionStatus Class

Definition

The cluster monitoring status response.

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

Properties

IsClusterMonitoringEnabled

The status of the monitor on the HDInsight cluster.

WorkspaceId

The workspace ID of the monitor on the HDInsight cluster.

Explicit Interface Implementations

IJsonModel<HDInsightClusterExtensionStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterExtensionStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterExtensionStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterExtensionStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterExtensionStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to