HDInsightClusterGatewaySettings Class

Definition

Gateway settings.

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

Properties

IsCredentialEnabled

Indicates whether or not the gateway settings based authorization is enabled.

Password

The gateway settings user password.

UserName

The gateway settings user name.

Explicit Interface Implementations

IJsonModel<HDInsightClusterGatewaySettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterGatewaySettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterGatewaySettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterGatewaySettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterGatewaySettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to