次の方法で共有


DataProtectionBackupMonth 構造体

定義

DataProtectionBackupMonth。

public readonly struct DataProtectionBackupMonth : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.DataProtectionBackupMonth>
type DataProtectionBackupMonth = struct
Public Structure DataProtectionBackupMonth
Implements IEquatable(Of DataProtectionBackupMonth)
継承
DataProtectionBackupMonth
実装

コンストラクター

DataProtectionBackupMonth(String)

DataProtectionBackupMonth の新しいインスタンスを初期化します。

プロパティ

April

4 月。

August

8 月。

December

12 月。

February

2 月。

January

月。

July

7 月

June

6 月。

March

3 月

May

5 月。

November

11 月。

October

10 月。

September

9 月。

メソッド

Equals(DataProtectionBackupMonth)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(DataProtectionBackupMonth, DataProtectionBackupMonth)

2 つの DataProtectionBackupMonth 値が同じかどうかを判断します。

Implicit(String to DataProtectionBackupMonth)

文字列を DataProtectionBackupMonth に変換します。

Inequality(DataProtectionBackupMonth, DataProtectionBackupMonth)

2 つの DataProtectionBackupMonth 値が同じでないかどうかを判断します。

適用対象