Share via


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.

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

Syntax

public virtual IOperatingSystemOperations OperatingSystems { get; }
public:
property IOperatingSystemOperations^ OperatingSystems {
    virtual IOperatingSystemOperations^ get();
}
abstract OperatingSystems : IOperatingSystemOperations with get
override OperatingSystems : IOperatingSystemOperations with get
Public Overridable ReadOnly Property OperatingSystems As IOperatingSystemOperations

Property Value

Type: Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations

The IOperatingSystemOperations object.

Implements

IComputeManagementClient.OperatingSystems

Remarks

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

See Also

ComputeManagementClient Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top