UpdatableClusterProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
IsRangerForClusterEnabled |
Enable Ranger for cluster or not. |
LogAnalyticsProfile |
Cluster log analytics profile to enable or disable OMS agent for cluster. |
RangerProfile |
The ranger cluster profile. |
ScriptActionProfiles |
The script action profile list. |
SecretsProfile |
The cluster secret profile. |
ServiceConfigsProfiles |
The service configs profiles. |
SshProfile |
Ssh profile for the cluster. |
TrinoProfile |
Trino Cluster profile. |
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
Azure SDK for .NET