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 {
readonly diskId?: string;
readonly diskNumber?: number;
readonly sizeGb?: bigint;
}

§Properties

§
readonly diskId?: string
[src]

Output only. Azure disk ID.

§
readonly diskNumber?: number
[src]

Output only. The ordinal number of the disk.

§
readonly sizeGb?: bigint
[src]

Output only. Size in GB.