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
| Name | Description |
|---|---|
| SubProtectionPolicyType(String) |
Initializes a new instance of SubProtectionPolicyType. |
Properties
| Name | Description |
|---|---|
| CopyOnlyFull |
Gets the CopyOnlyFull. |
| Differential |
Gets the Differential. |
| Full |
Gets the Full. |
| Incremental |
Gets the Incremental. |
| Invalid |
Gets the Invalid. |
| Log |
Gets the Log. |
| SnapshotCopyOnlyFull |
Gets the SnapshotCopyOnlyFull. |
| SnapshotFull |
Gets the SnapshotFull. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(SubProtectionPolicyType, SubProtectionPolicyType) |
Determines if two SubProtectionPolicyType values are the same. |
| Implicit(String to Nullable<SubProtectionPolicyType>) | |
| Implicit(String to SubProtectionPolicyType) |
Converts a string to a SubProtectionPolicyType. |
| Inequality(SubProtectionPolicyType, SubProtectionPolicyType) |
Determines if two SubProtectionPolicyType values are not the same. |