次の方法で共有


NotificationPreference(NotificationStageName, Boolean) コンストラクター

定義

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

public NotificationPreference(Azure.ResourceManager.DataBox.Models.NotificationStageName stageName, bool sendNotification);
new Azure.ResourceManager.DataBox.Models.NotificationPreference : Azure.ResourceManager.DataBox.Models.NotificationStageName * bool -> Azure.ResourceManager.DataBox.Models.NotificationPreference
Public Sub New (stageName As NotificationStageName, sendNotification As Boolean)

パラメーター

stageName
NotificationStageName

ステージの名前。

sendNotification
Boolean

通知が必要かどうか。

適用対象