OnPremiseResourceDetails type
評価されたオンプレミス リソースの詳細
type OnPremiseResourceDetails = ResourceDetails & {
machineName: string
source: "OnPremise" | "OnPremiseSql"
sourceComputerId: string
vmuuid: string
workspaceId: string
}