Package version:

Disk input details.

interface InMageAzureV2DiskInputDetails {
    diskEncryptionSetId?: string;
    diskId?: string;
    diskType?: string;
    logStorageAccountId?: string;
}

Properties

diskEncryptionSetId?: string

The DiskEncryptionSet ARM ID.

diskId?: string

The DiskId.

diskType?: string

The disk type.

logStorageAccountId?: string

The LogStorageAccountId.