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