UpdatableClusterProfile Class

Definition

Cluster resource patch properties.

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

Constructors

UpdatableClusterProfile()

Initializes a new instance of UpdatableClusterProfile.

Properties

AuthorizationProfile

Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.

AutoscaleProfile

This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale.

IsEnabled

Enable Prometheus for cluster or not.

LogAnalyticsProfile

Cluster log analytics profile to enable or disable OMS agent for cluster.

RangerPluginProfileEnabled

Enable Ranger for cluster or not.

RangerProfile

The ranger cluster profile.

ScriptActionProfiles

The script action profile list.

ServiceConfigsProfiles

The service configs profiles.

SshProfile

Ssh profile for the cluster.

Explicit Interface Implementations

IJsonModel<UpdatableClusterProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdatableClusterProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdatableClusterProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdatableClusterProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdatableClusterProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to