Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AzureVmsDetails

import type { AzureVmsDetails } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";

AzureVmsDetails describes VMs in Azure.

interface AzureVmsDetails {
details?: AzureVmDetails[];
}

§Properties

§

The details of the Azure VMs.