VirtualMachinesOperationsExtensions.InstallPatches Método

Definição

Instala patches na VM.

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

Parâmetros

operations
IVirtualMachinesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

vmName
String

O nome da máquina virtual.

installPatchesInput
VirtualMachineInstallPatchesParameters

Entrada para InstallPatches conforme recebido diretamente pela API

Retornos

Aplica-se a