AzureVmPlatformDetails
import type { AzureVmPlatformDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";
Azure VM specific details.
interface AzureVmPlatformDetails {
hyperthreading?: "HYPERTHREADING_STATUS_UNSPECIFIED" | "HYPERTHREADING_STATUS_DISABLED" | "HYPERTHREADING_STATUS_ENABLED";
location?: string;
machineTypeLabel?: string;
provisioningState?: string;
}