Dela via


InboundEndpointIPConfiguration Class

Definition

IP configuration.

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

Constructors

InboundEndpointIPConfiguration(WritableSubResource)

Initializes a new instance of InboundEndpointIPConfiguration.

Properties

PrivateIPAddress

Private IP address of the IP configuration.

PrivateIPAllocationMethod

Private IP address allocation method.

SubnetId

Gets or sets Id.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<InboundEndpointIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InboundEndpointIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InboundEndpointIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InboundEndpointIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InboundEndpointIPConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to