PrivateEndpointIPConfigurationProperties Class
Properties of an IP Configuration of the private endpoint.
Constructor
PrivateEndpointIPConfigurationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
group_id
|
The ID of a group obtained from the remote resource that this private endpoint should connect to. |
|
member_name
|
The member name of a group obtained from the remote resource that this private endpoint should connect to. |
|
private_ip_address
|
A private ip address obtained from the private endpoint's subnet. |
Attributes
group_id
The ID of a group obtained from the remote resource that this private endpoint should connect to.
group_id: str | None
member_name
The member name of a group obtained from the remote resource that this private endpoint should connect to.
member_name: str | None
private_ip_address
A private ip address obtained from the private endpoint's subnet.
private_ip_address: str | None