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)

property IOperatingSystemOperations^ OperatingSystems {
	IOperatingSystemOperations^ get();
}

Property Value

Type: Microsoft.WindowsAzure.Management.Compute::IOperatingSystemOperations^

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

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

Return to top
Show: