Freigeben über


VirtualMachinesOperationsExtensions.InstallPatches Methode

Definition

Installiert Patches auf dem virtuellen Computer.

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

Parameter

operations
IVirtualMachinesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

vmName
String

Der Name des virtuellen Computers.

installPatchesInput
VirtualMachineInstallPatchesParameters

Eingabe für InstallPatches, die direkt von der API empfangen wird

Gibt zurück

Gilt für: