次の方法で共有


DevTestLabNotificationChannelEventType 構造体

定義

この通知が有効になっているイベントの種類 (AutoShutdown、Cost など)。

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

コンストラクター

DevTestLabNotificationChannelEventType(String)

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

プロパティ

AutoShutdown

AutoShutdown。

Cost

コスト。

メソッド

Equals(DevTestLabNotificationChannelEventType)

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

ToString()

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

演算子

Equality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType)

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

Implicit(String to DevTestLabNotificationChannelEventType)

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

Inequality(DevTestLabNotificationChannelEventType, DevTestLabNotificationChannelEventType)

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

適用対象