SiteRecoveryPointType 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.
The recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored.
public readonly struct SiteRecoveryPointType : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryPointType>
type SiteRecoveryPointType = struct
Public Structure SiteRecoveryPointType
Implements IEquatable(Of SiteRecoveryPointType)
- Inheritance
-
SiteRecoveryPointType
- Implements
Constructors
SiteRecoveryPointType(String) |
Initializes a new instance of SiteRecoveryPointType. |
Properties
Custom |
Custom. |
LatestTag |
LatestTag. |
LatestTime |
LatestTime. |
Methods
Equals(SiteRecoveryPointType) |
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(SiteRecoveryPointType, SiteRecoveryPointType) |
Determines if two SiteRecoveryPointType values are the same. |
Implicit(String to SiteRecoveryPointType) |
Converts a string to a SiteRecoveryPointType. |
Inequality(SiteRecoveryPointType, SiteRecoveryPointType) |
Determines if two SiteRecoveryPointType values are not the same. |
Applies to
Azure SDK for .NET