PrivateEndpointIPConfiguration Class

Definition

An IP Configuration of the private endpoint.

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

Constructors

PrivateEndpointIPConfiguration()

Initializes a new instance of PrivateEndpointIPConfiguration.

Properties

ETag

A unique read-only string that changes whenever the resource is updated.

GroupId

The ID of a group obtained from the remote resource that this private endpoint should connect to.

MemberName

The member name of a group obtained from the remote resource that this private endpoint should connect to.

Name

The name of the resource that is unique within a resource group.

PrivateEndpointIPConfigurationType

The resource type.

PrivateIPAddress

A private ip address obtained from the private endpoint's subnet.

Explicit Interface Implementations

IJsonModel<PrivateEndpointIPConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateEndpointIPConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PrivateEndpointIPConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateEndpointIPConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateEndpointIPConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to