次の方法で共有


LinuxVmGuestPatchAutomaticByPlatformRebootSetting 構造体

定義

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

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

コンストラクター

LinuxVmGuestPatchAutomaticByPlatformRebootSetting(String)

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

プロパティ

Always

常に。

IfRequired

IfRequired。

Never

不可

Unknown

不明。

メソッド

Equals(LinuxVmGuestPatchAutomaticByPlatformRebootSetting)

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

ToString()

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

演算子

Equality(LinuxVmGuestPatchAutomaticByPlatformRebootSetting, LinuxVmGuestPatchAutomaticByPlatformRebootSetting)

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

Implicit(String to LinuxVmGuestPatchAutomaticByPlatformRebootSetting)

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

Inequality(LinuxVmGuestPatchAutomaticByPlatformRebootSetting, LinuxVmGuestPatchAutomaticByPlatformRebootSetting)

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

適用対象