MultiVmSyncPointOption Struct
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.
A value indicating whether multi VM sync enabled VMs should use multi VM sync points for failover.
public readonly struct MultiVmSyncPointOption : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.MultiVmSyncPointOption>
type MultiVmSyncPointOption = struct
Public Structure MultiVmSyncPointOption
Implements IEquatable(Of MultiVmSyncPointOption)
- Inheritance
-
MultiVmSyncPointOption
- Implements
Constructors
MultiVmSyncPointOption(String) |
Initializes a new instance of MultiVmSyncPointOption. |
Properties
UseMultiVmSyncRecoveryPoint |
UseMultiVmSyncRecoveryPoint. |
UsePerVmRecoveryPoint |
UsePerVmRecoveryPoint. |
Methods
Equals(MultiVmSyncPointOption) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MultiVmSyncPointOption, MultiVmSyncPointOption) |
Determines if two MultiVmSyncPointOption values are the same. |
Implicit(String to MultiVmSyncPointOption) |
Converts a string to a MultiVmSyncPointOption. |
Inequality(MultiVmSyncPointOption, MultiVmSyncPointOption) |
Determines if two MultiVmSyncPointOption values are not the same. |