DataProtectionBackupWeekNumber 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.
The DataProtectionBackupWeekNumber.
public readonly struct DataProtectionBackupWeekNumber : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupWeekNumber>
type DataProtectionBackupWeekNumber = struct
Public Structure DataProtectionBackupWeekNumber
Implements IEquatable(Of DataProtectionBackupWeekNumber)
- Inheritance
-
DataProtectionBackupWeekNumber
- Implements
Constructors
| Name | Description |
|---|---|
| DataProtectionBackupWeekNumber(String) |
Initializes a new instance of DataProtectionBackupWeekNumber. |
Properties
| Name | Description |
|---|---|
| First |
First. |
| Fourth |
Fourth. |
| Last |
Last. |
| Second |
Second. |
| Third |
Third. |
Methods
| Name | Description |
|---|---|
| Equals(DataProtectionBackupWeekNumber) |
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(DataProtectionBackupWeekNumber, DataProtectionBackupWeekNumber) |
Determines if two DataProtectionBackupWeekNumber values are the same. |
| Implicit(String to DataProtectionBackupWeekNumber) |
Converts a String to a DataProtectionBackupWeekNumber. |
| Inequality(DataProtectionBackupWeekNumber, DataProtectionBackupWeekNumber) |
Determines if two DataProtectionBackupWeekNumber values are not the same. |