LogAnalyticsIdentifier type
Log Analytics 작업 영역 범위 식별자를 나타냅니다.
type LogAnalyticsIdentifier = ResourceIdentifier & {
agentId?: string
type: "LogAnalytics"
workspaceId?: string
workspaceResourceGroup?: string
workspaceSubscriptionId?: string
}