次の方法で共有


VmGuestPatchRebootBehavior 構造体

定義

パッチの再起動要件について説明します。

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

コンストラクター

VmGuestPatchRebootBehavior(String)

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

プロパティ

AlwaysRequiresReboot

AlwaysRequiresReboot。

CanRequestReboot

CanRequestReboot。

NeverReboots

NeverReboots。

Unknown

不明。

メソッド

Equals(VmGuestPatchRebootBehavior)

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

ToString()

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

演算子

Equality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior)

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

Implicit(String to VmGuestPatchRebootBehavior)

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

Inequality(VmGuestPatchRebootBehavior, VmGuestPatchRebootBehavior)

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

適用対象