PrivateEndpointIPConfigurationPropertiesOutput interface
Properties of an IP Configuration of the private endpoint.
Properties
| group |
The ID of a group obtained from the remote resource that this private endpoint should connect to. |
| member |
The member name of a group obtained from the remote resource that this private endpoint should connect to. |
| private |
A private ip address obtained from the private endpoint's subnet. |
Property Details
groupId
The ID of a group obtained from the remote resource that this private endpoint should connect to.
groupId?: string
Property Value
string
memberName
The member name of a group obtained from the remote resource that this private endpoint should connect to.
memberName?: string
Property Value
string
privateIPAddress
A private ip address obtained from the private endpoint's subnet.
privateIPAddress?: string
Property Value
string