A2AProtectedManagedDiskDetails Class
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.
A2A protected managed disk details.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AProtectedManagedDiskDetailsTypeConverter))]
public class A2AProtectedManagedDiskDetails : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AProtectedManagedDiskDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.A2AProtectedManagedDiskDetailsTypeConverter))>]
type A2AProtectedManagedDiskDetails = class
interface IA2AProtectedManagedDiskDetails
interface IJsonSerializable
Public Class A2AProtectedManagedDiskDetails
Implements IA2AProtectedManagedDiskDetails
- Inheritance
-
A2AProtectedManagedDiskDetails
- Attributes
- Implements
Constructors
A2AProtectedManagedDiskDetails() |
Creates an new A2AProtectedManagedDiskDetails instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2AProtectedManagedDiskDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2AProtectedManagedDiskDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IA2AProtectedManagedDiskDetails. |
FromJsonString(String) |
Creates a new instance of A2AProtectedManagedDiskDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2AProtectedManagedDiskDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |