Share via


RestorePointType Struct

Definition

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