Condividi tramite


LogAnalyticsIdentifier type

Rappresenta un identificatore di ambito dell'area di lavoro Log Analytics.

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