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
DataProtectionBackupWeekNumber(String) |
Initializes a new instance of DataProtectionBackupWeekNumber. |
Properties
First |
First. |
Fourth |
Fourth. |
Last |
Last. |
Second |
Second. |
Third |
Third. |
Methods
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
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. |
Applies to
Azure SDK for .NET