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