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.
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 |
Gets the First. |
| Fourth |
Gets the Fourth. |
| Last |
Gets the Last. |
| Second |
Gets the Second. |
| Third |
Gets the 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. |
| Implicit(String to Nullable<DataProtectionBackupWeekNumber>) | |
| Inequality(DataProtectionBackupWeekNumber, DataProtectionBackupWeekNumber) |
Determines if two DataProtectionBackupWeekNumber values are not the same. |