VirtualMachineOSImageOperationsExtensions.Get 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 Get OS Image operation retrieves the details for an operating system image from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)
public static Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageGetResponse Get (this Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations operations, string imageName);
static member Get : Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations * string -> Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageGetResponse
<Extension()>
Public Function Get (operations As IVirtualMachineOSImageOperations, imageName As String) As VirtualMachineOSImageGetResponse
Parameters
- operations
- IVirtualMachineOSImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations.
- imageName
- String
Required. The name of the OS image to retrieve.
Returns
A virtual machine image associated with your subscription.
Applies to
Azure SDK for .NET