PrivateAccessProperties interface
The properties of a private access resource
Properties
| private |
A readonly collection of private endpoint connection. Currently only one endpoint connection is supported. |
| provisioning |
Most recent provisioning state for the given privateAccess resource. |
| public |
Public Network Access Control for PrivateAccess resource. |
Property Details
privateEndpointConnections
A readonly collection of private endpoint connection. Currently only one endpoint connection is supported.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
Most recent provisioning state for the given privateAccess resource.
provisioningState?: string
Property Value
string
publicNetworkAccess
Public Network Access Control for PrivateAccess resource.
publicNetworkAccess?: string
Property Value
string