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