ClusterAccessProfile Class

Definition

Cluster access profile.

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

Constructors

ClusterAccessProfile(Boolean)

Initializes a new instance of ClusterAccessProfile.

Properties

EnableInternalIngress

Whether to create cluster using private IP instead of public IP. This property must be set at create time.

PrivateLinkServiceId

Private link service resource ID. Only when enableInternalIngress is true, this property will be returned.

Explicit Interface Implementations

IJsonModel<ClusterAccessProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterAccessProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterAccessProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterAccessProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterAccessProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to