ClusterConnectivityProfile Class

Definition

Cluster connectivity profile.

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

Properties

Ssh

List of SSH connectivity endpoints.

Web

Web connectivity endpoint details.

Explicit Interface Implementations

IJsonModel<ClusterConnectivityProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ClusterConnectivityProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ClusterConnectivityProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ClusterConnectivityProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ClusterConnectivityProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to