ComputeManagementClient::OperatingSystems Property
Gets the IOperatingSystemOperations object that contains the operations for retrieving the version of the Azure Guest Operating System on which an application is running.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IOperatingSystemOperations^ OperatingSystems { virtual IOperatingSystemOperations^ get(); }
Property Value
Type: Microsoft.WindowsAzure.Management.Compute::IOperatingSystemOperations^The IOperatingSystemOperations object.
For more information about retrieving version information, see the following resources:
Show: