VirtualMachineVMImageOperationsExtensions::UpdateAsync Method (IVirtualMachineVMImageOperations^, String^, VirtualMachineVMImageUpdateParameters^)
The Update VM Image operation updates a VM image that in your image repository.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: [ExtensionAttribute] static Task<AzureOperationResponse^>^ UpdateAsync( IVirtualMachineVMImageOperations^ operations, String^ imageName, VirtualMachineVMImageUpdateParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute::IVirtualMachineVMImageOperations^
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations.
- imageName
-
Type:
System::String^
Required. The name of the virtual machine image to be updated.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Compute.Models::VirtualMachineVMImageUpdateParameters^
Required. Parameters supplied to the Update Virtual Machine Image operation.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: