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.
public class A2AProtectedManagedDiskDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AProtectedManagedDiskDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.A2AProtectedManagedDiskDetails>
type A2AProtectedManagedDiskDetails = class
interface IJsonModel<A2AProtectedManagedDiskDetails>
interface IPersistableModel<A2AProtectedManagedDiskDetails>
Public Class A2AProtectedManagedDiskDetails
Implements IJsonModel(Of A2AProtectedManagedDiskDetails), IPersistableModel(Of A2AProtectedManagedDiskDetails)
- Inheritance
-
A2AProtectedManagedDiskDetails
- 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). |
DiskCapacityInBytes |
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. |
IsResyncRequired |
A value indicating whether resync is required for this disk. |
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. |
SecretIdentifier |
The secret URL / identifier (BEK). |
TfoDiskName |
The test failover name for the managed disk. |
Explicit Interface Implementations
IJsonModel<A2AProtectedManagedDiskDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<A2AProtectedManagedDiskDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<A2AProtectedManagedDiskDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<A2AProtectedManagedDiskDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<A2AProtectedManagedDiskDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET