次の方法で共有


DataProtectionBackupWeekNumber 構造体

定義

DataProtectionBackupWeekNumber。

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

コンストラクター

DataProtectionBackupWeekNumber(String)

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

プロパティ

First

最初に、

Fourth

第 四。

Last

最後です。

Second

2 番目。

Third

3 番目。

メソッド

Equals(DataProtectionBackupWeekNumber)

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

ToString()

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

演算子

Equality(DataProtectionBackupWeekNumber, DataProtectionBackupWeekNumber)

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

Implicit(String to DataProtectionBackupWeekNumber)

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

Inequality(DataProtectionBackupWeekNumber, DataProtectionBackupWeekNumber)

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

適用対象