PrivateEndpointIPConfiguration Class

An IP Configuration of the private endpoint.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network._serialization.Model
PrivateEndpointIPConfiguration

Constructor

PrivateEndpointIPConfiguration(*, name: str | None = None, group_id: str | None = None, member_name: str | None = None, private_ip_address: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

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

group_id
str

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

member_name
str

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

private_ip_address
str

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

Variables

Name Description
name
str

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

type
str

The resource type.

etag
str

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

group_id
str

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

member_name
str

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

private_ip_address
str

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