ManagedPrivateEndpointPropertiesOutput interface
The properties of managed private endpoint.
Properties
| connection |
The properties of connection state. |
| fqdns | The fqdns of managed private endpoint. |
| group |
The group identifier of managed private endpoint. |
| private |
The private link resource identifier of managed private endpoint. |
| provisioning |
The provisioning state of managed private endpoint. |
Property Details
connectionState
The properties of connection state.
connectionState?: ConnectionStatePropertiesOutput
Property Value
fqdns
The fqdns of managed private endpoint.
fqdns?: string[]
Property Value
string[]
groupId
The group identifier of managed private endpoint.
groupId?: string
Property Value
string
privateLinkResourceId
The private link resource identifier of managed private endpoint.
privateLinkResourceId?: string
Property Value
string
provisioningState
The provisioning state of managed private endpoint.
provisioningState?: string
Property Value
string