IComputeManagementClient.VirtualMachineOSImages Property

 

The Service Management API includes operations for managing the OS images in your subscription. (see https://msdn.microsoft.com/library/windowsazure/jj157175.aspx for more information)

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

Syntax

IVirtualMachineOSImageOperations VirtualMachineOSImages { get; }
property IVirtualMachineOSImageOperations^ VirtualMachineOSImages {
    IVirtualMachineOSImageOperations^ get();
}
abstract VirtualMachineOSImages : IVirtualMachineOSImageOperations with get
ReadOnly Property VirtualMachineOSImages As IVirtualMachineOSImageOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.IVirtualMachineOSImageOperations

See Also

IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top