PrivateLinkResource type

A private link resource

type PrivateLinkResource = Resource & {
  groupId?: string
  identity?: Identity
  location?: string
  requiredMembers?: string[]
  requiredZoneNames?: string[]
  sku?: Sku
  systemData?: SystemData
  tags?: { [propertyName: string]: string }
}