Share via


HDInsightIPConfiguration Class

Definition

The ip configurations for the private link service.

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

Constructors

HDInsightIPConfiguration(String)

Initializes a new instance of HDInsightIPConfiguration.

Properties

Id

The private link IP configuration id.

IsPrimary

Indicates whether this IP configuration is primary for the corresponding NIC.

Name

The name of private link IP configuration.

PrivateIPAddress

The IP address.

PrivateIPAllocationMethod

The method that private IP address is allocated.

ProvisioningState

The private link configuration provisioning state, which only appears in the response.

ResourceType

The type of the private link IP configuration.

SubnetId

Gets or sets Id.

Explicit Interface Implementations

IJsonModel<HDInsightIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<HDInsightIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HDInsightIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HDInsightIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<HDInsightIPConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to