Share via


VirtualMachineOSImageOperationsExtensions.Get Method (IVirtualMachineOSImageOperations, String)

 

The Get OS Image operation retrieves the details for an operating system image from the image repository. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public static VirtualMachineOSImageGetResponse Get(
    this IVirtualMachineOSImageOperations operations,
    string imageName
)
public:
[ExtensionAttribute]
static VirtualMachineOSImageGetResponse^ Get(
    IVirtualMachineOSImageOperations^ operations,
    String^ imageName
)
static member Get : 
        operations:IVirtualMachineOSImageOperations *
        imageName:string -> VirtualMachineOSImageGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IVirtualMachineOSImageOperations,
    imageName As String
) As VirtualMachineOSImageGetResponse

Parameters

  • imageName
    Type: System.String

    Required. The name of the OS image to retrieve.

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineOSImageGetResponse

A virtual machine image associated with your subscription.

See Also

VirtualMachineOSImageOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top