PrivateEndpointProperties interface
The properties associated with a private endpoint.
Properties
| created |
The date when this private endpoint was created. NOTE: This property will not be serialized. It can only be populated by the server. |
| manual |
A list of connections to the remote resource. Immutable after it is set. |
Property Details
createdDate
The date when this private endpoint was created. NOTE: This property will not be serialized. It can only be populated by the server.
createdDate?: string
Property Value
string
manualPrivateLinkServiceConnections
A list of connections to the remote resource. Immutable after it is set.
manualPrivateLinkServiceConnections?: PrivateLinkServiceConnection[]