BackupAbsoluteMarker Struct

Definition

The BackupAbsoluteMarker.

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

Constructors

BackupAbsoluteMarker(String)

Initializes a new instance of BackupAbsoluteMarker.

Properties

AllBackup

AllBackup.

FirstOfDay

FirstOfDay.

FirstOfMonth

FirstOfMonth.

FirstOfWeek

FirstOfWeek.

FirstOfYear

FirstOfYear.

Methods

Equals(BackupAbsoluteMarker)

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

Determines if two BackupAbsoluteMarker values are the same.

Implicit(String to BackupAbsoluteMarker)

Converts a string to a BackupAbsoluteMarker.

Inequality(BackupAbsoluteMarker, BackupAbsoluteMarker)

Determines if two BackupAbsoluteMarker values are not the same.

Applies to