Package version:

A2A disk input details.

interface A2AVmDiskInputDetails {
    diskUri: string;
    primaryStagingAzureStorageAccountId: string;
    recoveryAzureStorageAccountId: string;
}

Properties

diskUri: string

The disk Uri.

primaryStagingAzureStorageAccountId: string

The primary staging storage account Id.

recoveryAzureStorageAccountId: string

The recovery VHD storage account Id.