次の方法で共有


DevTestLabReportingCycleType 構造体

定義

レポート サイクルの種類。

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

コンストラクター

DevTestLabReportingCycleType(String)

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

プロパティ

CalendarMonth

CalendarMonth。

Custom

カスタム。

メソッド

Equals(DevTestLabReportingCycleType)

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

ToString()

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

演算子

Equality(DevTestLabReportingCycleType, DevTestLabReportingCycleType)

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

Implicit(String to DevTestLabReportingCycleType)

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

Inequality(DevTestLabReportingCycleType, DevTestLabReportingCycleType)

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

適用対象