VirtualMachineOSImageOperationsExtensions::UpdateAsync 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)
public: [ExtensionAttribute] static Task<VirtualMachineOSImageUpdateResponse^>^ UpdateAsync( IVirtualMachineOSImageOperations^ operations, String^ imageName, VirtualMachineOSImageUpdateParameters^ parameters )
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: System.Threading.Tasks::Task<VirtualMachineOSImageUpdateResponse^>^Parameters returned from the Create Virtual Machine Image operation.
Show: