PrivateEndpointIPConfiguration interface
An IP Configuration of the private endpoint.
Properties
etag | A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
name | The name of the resource that is unique within a resource group. |
private |
A private ip address obtained from the private endpoint's subnet. |
type | The resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
etag
A unique read-only string that changes whenever the resource is updated. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
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
name
The name of the resource that is unique within a resource group.
name?: string
Property Value
string
privateIPAddress
A private ip address obtained from the private endpoint's subnet.
privateIPAddress?: string
Property Value
string
type
The resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string