你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
A2AVmManagedDiskUpdateDetails 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 Vm managed disk update details.
public class A2AVmManagedDiskUpdateDetails
type A2AVmManagedDiskUpdateDetails = class
Public Class A2AVmManagedDiskUpdateDetails
- Inheritance
-
A2AVmManagedDiskUpdateDetails
Constructors
A2AVmManagedDiskUpdateDetails() |
Initializes a new instance of the A2AVmManagedDiskUpdateDetails class. |
A2AVmManagedDiskUpdateDetails(String, String, String, DiskEncryptionInfo, String, String) |
Initializes a new instance of the A2AVmManagedDiskUpdateDetails class. |
Properties
DiskEncryptionInfo |
Gets or sets the recovery os disk encryption information. |
DiskId |
Gets or sets the disk Id. |
FailoverDiskName |
Gets or sets the target disk name for unplanned failover operation. |
RecoveryReplicaDiskAccountType |
Gets or sets the replica disk type before failover. |
RecoveryTargetDiskAccountType |
Gets or sets the target disk type before failover. |
TfoDiskName |
Gets or sets the target disk name for test failover operation. |