次の方法で共有


WindowsVmGuestPatchAutomaticByPlatformRebootSetting 構造体

定義

すべての AutomaticByPlatform パッチインストール操作の再起動設定を指定します。

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

コンストラクター

WindowsVmGuestPatchAutomaticByPlatformRebootSetting(String)

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

プロパティ

Always

常に。

IfRequired

IfRequired。

Never

不可

Unknown

不明。

メソッド

Equals(WindowsVmGuestPatchAutomaticByPlatformRebootSetting)

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

ToString()

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

演算子

Equality(WindowsVmGuestPatchAutomaticByPlatformRebootSetting, WindowsVmGuestPatchAutomaticByPlatformRebootSetting)

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

Implicit(String to WindowsVmGuestPatchAutomaticByPlatformRebootSetting)

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

Inequality(WindowsVmGuestPatchAutomaticByPlatformRebootSetting, WindowsVmGuestPatchAutomaticByPlatformRebootSetting)

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

適用対象