HDInsightClusterNetworkProperties Class

Definition

The network properties.

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

Constructors

HDInsightClusterNetworkProperties()

Initializes a new instance of HDInsightClusterNetworkProperties.

Properties

OutboundDependenciesManagedType

A value to describe how the outbound dependencies of a HDInsight cluster are managed. 'Managed' means that the outbound dependencies are managed by the HDInsight service. 'External' means that the outbound dependencies are managed by a customer specific solution.

PrivateLink

Indicates whether or not private link is enabled.

PublicIPTag

Gets or sets the IP tag for the public IPs created along with the HDInsight Clusters.

ResourceProviderConnection

The direction for the resource provider connection.

Explicit Interface Implementations

IJsonModel<HDInsightClusterNetworkProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightClusterNetworkProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightClusterNetworkProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightClusterNetworkProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightClusterNetworkProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to