VirtualMachineOSImageOperationsExtensions.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
public static Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageUpdateResponse Update (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations operations, string imageName, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations * string * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageUpdateParameters -> Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageUpdateResponse
<Extension()>
Public Function Update (operations As IVirtualMachineOSImageOperations, imageName As String, parameters As VirtualMachineOSImageUpdateParameters) As VirtualMachineOSImageUpdateResponse
Parameters
- operations
- IVirtualMachineOSImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
- imageName
- String
Required. The name of the virtual machine image to be updated.
- parameters
- VirtualMachineOSImageUpdateParameters
Required. Parameters supplied to the Update Virtual Machine Image operation.
Returns
Parameters returned from the Create Virtual Machine Image operation.
Applies to
Azure SDK for .NET