AzureMonitorPrivateLinkScope type

An Azure Monitor PrivateLinkScope definition.

type AzureMonitorPrivateLinkScope = PrivateLinkScopesResource & {
  privateEndpointConnections?: PrivateEndpointConnection[]
  provisioningState?: string
}