IA2AProtectedDiskDetails Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AProtectedDiskDetailsTypeConverter))]
public interface IA2AProtectedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.A2AProtectedDiskDetailsTypeConverter))>]
type IA2AProtectedDiskDetails = interface
interface IJsonSerializable
Public Interface IA2AProtectedDiskDetails
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. |
DiskName |
The disk name. |
DiskState |
The disk state. |
DiskType |
The type of disk. |
DiskUri |
The disk uri. |
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. |
PrimaryDiskAzureStorageAccountId |
The primary disk storage account. |
PrimaryStagingAzureStorageAccountId |
The primary staging storage account. |
RecoveryAzureStorageAccountId |
The recovery disk storage account. |
RecoveryDiskUri |
Recovery disk uri. |
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) |