Share via


IComputeManagementClient.OperatingSystems Property

 

Gets the operations for retrieving the version of the Azure Guest Operating System on which an application is running.

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

Syntax

IOperatingSystemOperations OperatingSystems { get; }
property IOperatingSystemOperations^ OperatingSystems {
    IOperatingSystemOperations^ get();
}
abstract OperatingSystems : IOperatingSystemOperations with get
ReadOnly Property OperatingSystems As IOperatingSystemOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations

The operations for determining the version of the Azure Guest Operating System.

Remarks

For more information about retrieving version information, see the following resources:

See Also

IComputeManagementClient Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top