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

AzureDiskDetails

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

The details of an Azure VM disk.

interface AzureDiskDetails {
diskId?: string;
diskNumber?: number;
sizeGb?: bigint;
}

§Properties

§
diskId?: string
[src]

Azure disk ID.

§
diskNumber?: number
[src]

The ordinal number of the disk.

§
sizeGb?: bigint
[src]

Size in GB.