LogAnalyticsIdentifier type  
Representerar en Log Analytics-omfångsidentifierare för arbetsytan.
type LogAnalyticsIdentifier = ResourceIdentifier & {
  agentId?: string
  type: "LogAnalytics"
  workspaceId?: string
  workspaceResourceGroup?: string
  workspaceSubscriptionId?: string
}