RestorePointType 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.
Type of restore point.
public readonly struct RestorePointType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.RestorePointType>
type RestorePointType = struct
Public Structure RestorePointType
Implements IEquatable(Of RestorePointType)
- Inheritance
-
RestorePointType
- Implements
Constructors
RestorePointType(String) |
Initializes a new instance of RestorePointType. |
Properties
Differential |
Differential. |
Full |
Full. |
Incremental |
Incremental. |
Invalid |
Invalid. |
Log |
Log. |
SnapshotCopyOnlyFull |
SnapshotCopyOnlyFull. |
SnapshotFull |
SnapshotFull. |
Methods
Equals(RestorePointType) |
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(RestorePointType, RestorePointType) |
Determines if two RestorePointType values are the same. |
Implicit(String to RestorePointType) |
Converts a string to a RestorePointType. |
Inequality(RestorePointType, RestorePointType) |
Determines if two RestorePointType values are not the same. |
Applies to
Azure SDK for .NET