Compartilhar via


PrivateLinkResource type

Um recurso de link privado

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