DataProtectionBackupMonth 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 DataProtectionBackupMonth.
public readonly struct DataProtectionBackupMonth : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupMonth>
type DataProtectionBackupMonth = struct
Public Structure DataProtectionBackupMonth
Implements IEquatable(Of DataProtectionBackupMonth)
- Inheritance
-
DataProtectionBackupMonth
- Implements
Constructors
DataProtectionBackupMonth(String) |
Initializes a new instance of DataProtectionBackupMonth. |
Properties
April |
April. |
August |
August. |
December |
December. |
February |
February. |
January |
January. |
July |
July. |
June |
June. |
March |
March. |
May |
May. |
November |
November. |
October |
October. |
September |
September. |
Methods
Equals(DataProtectionBackupMonth) |
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(DataProtectionBackupMonth, DataProtectionBackupMonth) |
Determines if two DataProtectionBackupMonth values are the same. |
Implicit(String to DataProtectionBackupMonth) |
Converts a string to a DataProtectionBackupMonth. |
Inequality(DataProtectionBackupMonth, DataProtectionBackupMonth) |
Determines if two DataProtectionBackupMonth values are not the same. |
Applies to
Azure SDK for .NET