Package version:

InterfacePrivateLinkScopeValidationDetails

interface PrivateLinkScopeValidationDetails {
    connectionDetails?: ConnectionDetail[];
    id?: string;
    publicNetworkAccess?: string;
}

Properties

connectionDetails?: ConnectionDetail[]

List of Private Endpoint Connection details.

id?: string

Azure resource Id NOTE: This property will not be serialized. It can only be populated by the server.

publicNetworkAccess?: string

Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints.