BackupAbsoluteMarker Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public readonly struct BackupAbsoluteMarker : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.BackupAbsoluteMarker>
type BackupAbsoluteMarker = struct
Public Structure BackupAbsoluteMarker
Implements IEquatable(Of BackupAbsoluteMarker)
- Inheritance
-
BackupAbsoluteMarker
- Implements
Constructors
| Name | Description |
|---|---|
| BackupAbsoluteMarker(String) |
Initializes a new instance of BackupAbsoluteMarker. |
Properties
| Name | Description |
|---|---|
| AllBackup |
Gets the AllBackup. |
| FirstOfDay |
Gets the FirstOfDay. |
| FirstOfMonth |
Gets the FirstOfMonth. |
| FirstOfWeek |
Gets the FirstOfWeek. |
| FirstOfYear |
Gets the FirstOfYear. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(BackupAbsoluteMarker, BackupAbsoluteMarker) |
Determines if two BackupAbsoluteMarker values are the same. |
| Implicit(String to BackupAbsoluteMarker) |
Converts a string to a BackupAbsoluteMarker. |
| Implicit(String to Nullable<BackupAbsoluteMarker>) | |
| Inequality(BackupAbsoluteMarker, BackupAbsoluteMarker) |
Determines if two BackupAbsoluteMarker values are not the same. |