你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HyperVReplicaBaseReplicationDetails 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.
Hyper V replica provider specific settings base class.
[Newtonsoft.Json.JsonObject("HyperVReplicaBaseReplicationDetails")]
public class HyperVReplicaBaseReplicationDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.ReplicationProviderSpecificSettings
[<Newtonsoft.Json.JsonObject("HyperVReplicaBaseReplicationDetails")>]
type HyperVReplicaBaseReplicationDetails = class
inherit ReplicationProviderSpecificSettings
Public Class HyperVReplicaBaseReplicationDetails
Inherits ReplicationProviderSpecificSettings
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
HyperVReplicaBaseReplicationDetails() |
Initializes a new instance of the HyperVReplicaBaseReplicationDetails class. |
HyperVReplicaBaseReplicationDetails(Nullable<DateTime>, IList<VMNicDetails>, String, String, String, InitialReplicationDetails, IList<DiskDetails>) |
Initializes a new instance of the HyperVReplicaBaseReplicationDetails class. |
Properties
InitialReplicationDetails |
Gets or sets initial replication details. |
LastReplicatedTime |
Gets or sets the Last replication time. |
VMDiskDetails |
Gets or sets vM disk details. |
VMId |
Gets or sets the virtual machine Id. |
VMNics |
Gets or sets the PE Network details. |
VMProtectionState |
Gets or sets the protection state for the vm. |
VMProtectionStateDescription |
Gets or sets the protection state description for the vm. |