Compartir a través de


LogAnalyticsIdentifier type

Representa un identificador de ámbito del área de trabajo de Log Analytics.

type LogAnalyticsIdentifier = ResourceIdentifier & {
  agentId?: string
  type: "LogAnalytics"
  workspaceId?: string
  workspaceResourceGroup?: string
  workspaceSubscriptionId?: string
}