VirtualMachineOSImageOperationsExtensions.Update Method (IVirtualMachineOSImageOperations, String, VirtualMachineOSImageUpdateParameters)
The Update OS Image operation updates an OS image that in your image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function Update ( operations As IVirtualMachineOSImageOperations, imageName As String, parameters As VirtualMachineOSImageUpdateParameters ) As VirtualMachineOSImageUpdateResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
- imageName
-
Type:
System.String
Required. The name of the virtual machine image to be updated.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageUpdateParameters
Required. Parameters supplied to the Update Virtual Machine Image operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageUpdateResponseParameters returned from the Create Virtual Machine Image operation.
Show: