次の方法で共有


VirtualMachineScaleSetRollingUpgradesOperationsExtensions.StartOSUpgrade メソッド

定義

ローリング アップグレードを開始して、すべての仮想マシン スケール セット インスタンスを利用可能な最新のプラットフォーム イメージ OS バージョンに移動します。 使用可能な最新の OS バージョンを既に実行しているインスタンスは影響を受けません。

public static void StartOSUpgrade (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetRollingUpgradesOperations operations, string resourceGroupName, string vmScaleSetName);
static member StartOSUpgrade : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetRollingUpgradesOperations * string * string -> unit
<Extension()>
Public Sub StartOSUpgrade (operations As IVirtualMachineScaleSetRollingUpgradesOperations, resourceGroupName As String, vmScaleSetName As String)

パラメーター

operations
IVirtualMachineScaleSetRollingUpgradesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

vmScaleSetName
String

VM スケール セットの名前。

適用対象