PrivateLinkProperties interface
Properties of a private link resource. These properties control the behavior and configuration of private endpoint connectivity to Defender services.
Properties
| private |
List of private endpoint connections associated with this private link. Each connection represents a private endpoint from a customer's virtual network. |
| private |
List of private link resources available for connection. For Defender services, this typically includes the 'containers' group with 'api' and regional data endpoints. |
| provisioning |
The current provisioning state of the private link resource. Indicates whether the resource is being created, updated, deleted, or has completed successfully. |
| public |
This determines if traffic is allowed over public network. By default it is disabled. |
Property Details
privateEndpointConnections
List of private endpoint connections associated with this private link. Each connection represents a private endpoint from a customer's virtual network.
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
privateLinkResources
List of private link resources available for connection. For Defender services, this typically includes the 'containers' group with 'api' and regional data endpoints.
privateLinkResources?: PrivateLinkGroupResource[]
Property Value
provisioningState
The current provisioning state of the private link resource. Indicates whether the resource is being created, updated, deleted, or has completed successfully.
provisioningState?: string
Property Value
string
publicNetworkAccess
This determines if traffic is allowed over public network. By default it is disabled.
publicNetworkAccess?: string
Property Value
string