VirtualMachineOSImageOperationsExtensions.Create 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 Create OS Image operation adds an operating system image that is stored in a storage account and is available from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157192.aspx for more information)
public static Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageCreateResponse Create (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations operations, Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations * Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageCreateParameters -> Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageCreateResponse
<Extension()>
Public Function Create (operations As IVirtualMachineOSImageOperations, parameters As VirtualMachineOSImageCreateParameters) As VirtualMachineOSImageCreateResponse
Parameters
- operations
- IVirtualMachineOSImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
- parameters
- VirtualMachineOSImageCreateParameters
Required. Parameters supplied to the Create Virtual Machine Image operation.
Returns
Parameters returned from the Create Virtual Machine Image operation.