Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface A2AVmManagedDiskInputDetails

Package version

interface

An interface representing A2AVmManagedDiskInputDetails. Azure VM managed disk input details.

Hierarchy

  • A2AVmManagedDiskInputDetails

Index

Properties

Optional diskId

diskId: undefined | string
member

{string} [diskId] The disk Id.

Optional primaryStagingAzureStorageAccountId

primaryStagingAzureStorageAccountId: undefined | string
member

{string} [primaryStagingAzureStorageAccountId] The primary staging storage account Arm Id.

Optional recoveryReplicaDiskAccountType

recoveryReplicaDiskAccountType: undefined | string
member

{string} [recoveryReplicaDiskAccountType] The replica disk type. Its an optional value and will be same as source disk type if not user provided.

Optional recoveryResourceGroupId

recoveryResourceGroupId: undefined | string
member

{string} [recoveryResourceGroupId] The target resource group Arm Id.

Optional recoveryTargetDiskAccountType

recoveryTargetDiskAccountType: undefined | string
member

{string} [recoveryTargetDiskAccountType] The target disk type after failover. Its an optional value and will be same as source disk type if not user provided.

Generated using TypeDoc