SiteRecoveryPointType Struct

Definition

The recovery point type. Values from LatestTime, LatestTag or Custom. In the case of custom, the recovery point provided by RecoveryPointId will be used. In the other two cases, recovery point id will be ignored.

public readonly struct SiteRecoveryPointType : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryPointType>
type SiteRecoveryPointType = struct
Public Structure SiteRecoveryPointType
Implements IEquatable(Of SiteRecoveryPointType)
Inheritance
SiteRecoveryPointType
Implements

Constructors

SiteRecoveryPointType(String)

Initializes a new instance of SiteRecoveryPointType.

Properties

Custom

Custom.

LatestTag

LatestTag.

LatestTime

LatestTime.

Methods

Equals(SiteRecoveryPointType)

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(SiteRecoveryPointType, SiteRecoveryPointType)

Determines if two SiteRecoveryPointType values are the same.

Implicit(String to SiteRecoveryPointType)

Converts a string to a SiteRecoveryPointType.

Inequality(SiteRecoveryPointType, SiteRecoveryPointType)

Determines if two SiteRecoveryPointType values are not the same.

Applies to