PrivateEndpointIPConfiguration Class  
An IP Configuration of the private endpoint.
Variables are only populated by the server, and will be ignored when sending a request.
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 | The name of the resource that is unique within a resource group. Default value: None | 
| group_id | The ID of a group obtained from the remote resource that this private endpoint should connect to. Default value: None | 
| member_name | The member name of a group obtained from the remote resource that this private endpoint should connect to. Default value: None | 
| private_ip_address | A private ip address obtained from the private endpoint's subnet. Default value: None | 
Variables
| Name | Description | 
|---|---|
| name | The name of the resource that is unique within a resource group. | 
| type | The resource type. | 
| etag | A unique read-only string that changes whenever the resource is updated. | 
| 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. |