OnPremiseResourceDetails type
評估的內部部署資源詳細數據
type OnPremiseResourceDetails = ResourceDetails & {
machineName: string
source: "OnPremise" | "OnPremiseSql"
sourceComputerId: string
vmuuid: string
workspaceId: string
}