Sdílet prostřednictvím


DataProtectionBackupMonth Struct

Definition

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