OperatingSystemOperationsExtensions Class

 

Represents the extensions for operating system management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.OperatingSystemOperationsExtensions

Syntax

public static class OperatingSystemOperationsExtensions
[ExtensionAttribute]
public ref class OperatingSystemOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type OperatingSystemOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class OperatingSystemOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static List(IOperatingSystemOperations)

Lists the guest operating systems that are currently available.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IOperatingSystemOperations)

Asynchronously lists the guest operating systems that are currently available.

System_CAPS_pubmethodSystem_CAPS_static ListFamilies(IOperatingSystemOperations)

Lists the families of guest operating that are currently available.

System_CAPS_pubmethodSystem_CAPS_static ListFamiliesAsync(IOperatingSystemOperations)

Asynchronously lists the families of guest operating that are currently available.

Remarks

For more information about retrieving operating system information, see the following resources:

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top