다음을 통해 공유


LogAnalyticsIdentifier type

Log Analytics 작업 영역 범위 식별자를 나타냅니다.

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