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