次の方法で共有


VirtualMachinesOperationsExtensions.BeginInstallPatches メソッド

定義

VM にパッチをインストールします。

public static Microsoft.Azure.Management.Compute.Models.VirtualMachineInstallPatchesResult BeginInstallPatches (this Microsoft.Azure.Management.Compute.IVirtualMachinesOperations operations, string resourceGroupName, string vmName, Microsoft.Azure.Management.Compute.Models.VirtualMachineInstallPatchesParameters installPatchesInput);
static member BeginInstallPatches : Microsoft.Azure.Management.Compute.IVirtualMachinesOperations * string * string * Microsoft.Azure.Management.Compute.Models.VirtualMachineInstallPatchesParameters -> Microsoft.Azure.Management.Compute.Models.VirtualMachineInstallPatchesResult
<Extension()>
Public Function BeginInstallPatches (operations As IVirtualMachinesOperations, resourceGroupName As String, vmName As String, installPatchesInput As VirtualMachineInstallPatchesParameters) As VirtualMachineInstallPatchesResult

パラメーター

operations
IVirtualMachinesOperations

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

resourceGroupName
String

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

vmName
String

仮想マシンの名前。

installPatchesInput
VirtualMachineInstallPatchesParameters

API によって直接受信された InstallPatches の入力

戻り値

適用対象