LinuxVmGuestPatchMode 構造体
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
OrchestrationMode をフレキシブルとして使用して、IaaS 仮想マシンまたは仮想マシン スケール セットに関連付けられている仮想マシンへの VM ゲスト パッチ適用のモードを指定します。<br /><br /> 指定できる値は:<br /br /><>ImageDefault です。仮想マシンの既定の修正プログラムの構成が使用されます。 <br /><br />AutomaticByPlatform - 仮想マシンはプラットフォームによって自動的に更新されます。 プロパティ provisionVMAgent は true である必要があります。
public readonly struct LinuxVmGuestPatchMode : IEquatable<Azure.ResourceManager.Compute.Models.LinuxVmGuestPatchMode>
type LinuxVmGuestPatchMode = struct
Public Structure LinuxVmGuestPatchMode
Implements IEquatable(Of LinuxVmGuestPatchMode)
- 継承
-
LinuxVmGuestPatchMode
- 実装
コンストラクター
LinuxVmGuestPatchMode(String) |
LinuxVmGuestPatchMode の新しいインスタンスを初期化します。 |
プロパティ
AutomaticByPlatform |
AutomaticByPlatform。 |
ImageDefault |
ImageDefault。 |
メソッド
Equals(LinuxVmGuestPatchMode) |
現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。 |
ToString() |
このインスタンスの完全修飾型名を返します。 |
演算子
Equality(LinuxVmGuestPatchMode, LinuxVmGuestPatchMode) |
2 つの LinuxVmGuestPatchMode 値が同じかどうかを判断します。 |
Implicit(String to LinuxVmGuestPatchMode) |
文字列を LinuxVmGuestPatchMode に変換します。 |
Inequality(LinuxVmGuestPatchMode, LinuxVmGuestPatchMode) |
2 つの LinuxVmGuestPatchMode 値が同じでないかどうかを判断します。 |
適用対象
Azure SDK for .NET