次の方法で共有


EmailNotificationEnableType 構造体

定義

電子メール通知の種類を決定する列挙型。

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

コンストラクター

EmailNotificationEnableType(String)

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

プロパティ

JobCancelled

JobCancelled。

JobCompleted

JobCompleted。

JobFailed

JobFailed。

メソッド

Equals(EmailNotificationEnableType)

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

ToString()

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

演算子

Equality(EmailNotificationEnableType, EmailNotificationEnableType)

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

Implicit(String to EmailNotificationEnableType)

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

Inequality(EmailNotificationEnableType, EmailNotificationEnableType)

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

適用対象