Udostępnij przez


LogAnalyticsIdentifier type

Reprezentuje identyfikator zakresu obszaru roboczego usługi Log Analytics.

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