Package version:

VMwareCbt disk input.

interface VMwareCbtDiskInput {
    diskEncryptionSetId?: string;
    diskId: string;
    diskType?: string;
    isOSDisk: string;
    logStorageAccountId: string;
    logStorageAccountSasSecretName: string;
    sectorSizeInBytes?: number;
}

Properties

diskEncryptionSetId?: string

The DiskEncryptionSet ARM Id.

diskId: string

The disk Id.

diskType?: string

The disk type.

isOSDisk: string

A value indicating whether the disk is the OS disk.

logStorageAccountId: string

The log storage account ARM Id.

logStorageAccountSasSecretName: string

The key vault secret name of the log storage account.

sectorSizeInBytes?: number

The logical sector size (in bytes), 512 by default.