次の方法で共有


InstallRebootBehavior 構造体

定義

更新プログラムが利用可能であり、少なくとも 1 つの更新プログラムで再起動が必要かどうかを示します。

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

コンストラクター

InstallRebootBehavior(String)

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

プロパティ

NeverReboots

NeverReboots。

RequestReboot

RequestReboot。

RequiresReboot

RequiresReboot。

メソッド

Equals(InstallRebootBehavior)

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

ToString()

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

演算子

Equality(InstallRebootBehavior, InstallRebootBehavior)

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

Implicit(String to InstallRebootBehavior)

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

Inequality(InstallRebootBehavior, InstallRebootBehavior)

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

適用対象