Share via


IA2AProtectedManagedDiskDetails Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AProtectedManagedDiskDetailsTypeConverter))]
public interface IA2AProtectedManagedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AProtectedManagedDiskDetailsTypeConverter))>]
type IA2AProtectedManagedDiskDetails = interface
    interface IJsonSerializable
Public Interface IA2AProtectedManagedDiskDetails
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AllowedDiskLevelOperation

The disk level operations list.

DataPendingAtSourceAgentInMb

The data pending at source virtual machine in MB.

DataPendingInStagingStorageAccountInMb

The data pending for replication in MB at staging account.

DekKeyVaultArmId

The KeyVault resource id for secret (BEK).

DiskCapacityInByte

The disk capacity in bytes.

DiskId

The managed disk Arm id.

DiskName

The disk name.

DiskState

The disk state.

DiskType

The type of disk.

FailoverDiskName

The failover name for the managed disk.

IsDiskEncrypted

A value indicating whether vm has encrypted os disk or not.

IsDiskKeyEncrypted

A value indicating whether disk key got encrypted or not.

KekKeyVaultArmId

The KeyVault resource id for key (KEK).

KeyIdentifier

The key URL / identifier (KEK).

MonitoringJobType

The type of the monitoring job. The progress is contained in MonitoringPercentageCompletion property.

MonitoringPercentageCompletion

The percentage of the monitoring job. The type of the monitoring job is defined by MonitoringJobType property.

PrimaryDiskEncryptionSetId

The primary disk encryption set Id.

PrimaryStagingAzureStorageAccountId

The primary staging storage account.

RecoveryDiskEncryptionSetId

The recovery disk encryption set Id.

RecoveryOrignalTargetDiskId

Recovery original target disk Arm Id.

RecoveryReplicaDiskAccountType

The replica disk type. Its an optional value and will be same as source disk type if not user provided.

RecoveryReplicaDiskId

Recovery replica disk Arm Id.

RecoveryResourceGroupId

The recovery disk resource group Arm Id.

RecoveryTargetDiskAccountType

The target disk type after failover. Its an optional value and will be same as source disk type if not user provided.

RecoveryTargetDiskId

Recovery target disk Arm Id.

ResyncRequired

A value indicating whether resync is required for this disk.

SecretIdentifier

The secret URL / identifier (BEK).

TfoDiskName

The test failover name for the managed disk.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to