HDInsightComputeIsolationProperties Class

Definition

The compute isolation properties.

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

Constructors

HDInsightComputeIsolationProperties()

Initializes a new instance of HDInsightComputeIsolationProperties.

Properties

EnableComputeIsolation

The flag indicates whether enable compute isolation or not.

HostSku

The host sku.

Explicit Interface Implementations

IJsonModel<HDInsightComputeIsolationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightComputeIsolationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightComputeIsolationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightComputeIsolationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightComputeIsolationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to