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

AzureVmPlatformDetails

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

Azure VM specific details.

interface AzureVmPlatformDetails {
location?: string;
machineTypeLabel?: string;
provisioningState?: string;
}

§Properties

§
location?: string
[src]

The location of the machine in the Azure format.

§
machineTypeLabel?: string
[src]

Azure platform's machine type label.

§
provisioningState?: string
[src]

Azure platform's provisioning state.