Package version:

InMageRcm disk input.

interface InMageRcmDisksDefaultInput {
    diskEncryptionSetId?: string;
    diskType: string;
    logStorageAccountId: string;
    sectorSizeInBytes?: number;
}

Properties

diskEncryptionSetId?: string

The DiskEncryptionSet ARM Id.

diskType: string

The disk type.

logStorageAccountId: string

The log storage account ARM Id.

sectorSizeInBytes?: number

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