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

Name Description
RestorePointType(String)

Initializes a new instance of RestorePointType.

Properties

Name Description
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(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

Name Description
Equality(RestorePointType, RestorePointType)

Determines if two RestorePointType values are the same.

Implicit(String to Nullable<RestorePointType>)
Implicit(String to RestorePointType)

Converts a string to a RestorePointType.

Inequality(RestorePointType, RestorePointType)

Determines if two RestorePointType values are not the same.

Applies to