共用方式為


LogAnalyticsIdentifier type

表示 Log Analytics 工作區範圍標識碼。

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