VirtualMachineOSImageOperationsExtensions.Update Method (IVirtualMachineOSImageOperations, String, VirtualMachineOSImageUpdateParameters)
The Update OS Image operation updates an OS image that in your image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157198.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Compute
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public static VirtualMachineOSImageUpdateResponse Update(
this IVirtualMachineOSImageOperations operations,
string imageName,
VirtualMachineOSImageUpdateParameters parameters
)
public:
[ExtensionAttribute]
static VirtualMachineOSImageUpdateResponse^ Update(
IVirtualMachineOSImageOperations^ operations,
String^ imageName,
VirtualMachineOSImageUpdateParameters^ parameters
)
static member Update :
operations:IVirtualMachineOSImageOperations *
imageName:string *
parameters:VirtualMachineOSImageUpdateParameters -> VirtualMachineOSImageUpdateResponse
<ExtensionAttribute>
Public Shared Function Update (
operations As IVirtualMachineOSImageOperations,
imageName As String,
parameters As VirtualMachineOSImageUpdateParameters
) As VirtualMachineOSImageUpdateResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperationsReference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
imageName
Type: System.StringRequired. The name of the virtual machine image to be updated.
parameters
Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageUpdateParametersRequired. Parameters supplied to the Update Virtual Machine Image operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageUpdateResponse
Parameters returned from the Create Virtual Machine Image operation.
See Also
VirtualMachineOSImageOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top