Share via


SubProtectionPolicyType Struct

Definition

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