IOperatingSystemOperations Interface

 

Represents the interface for the operations that are used to retrieve operating system information.

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

Syntax

public interface IOperatingSystemOperations
public interface class IOperatingSystemOperations
type IOperatingSystemOperations = interface end
Public Interface IOperatingSystemOperations

Methods

Name Description
System_CAPS_pubmethod ListAsync(CancellationToken)

Asynchronously lists the guest operating systems that are currently available.

System_CAPS_pubmethod ListFamiliesAsync(CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod List()

Lists the guest operating systems that are currently available.(Defined by OperatingSystemOperationsExtensions.)

System_CAPS_pubmethod ListAsync()

Asynchronously lists the guest operating systems that are currently available.(Defined by OperatingSystemOperationsExtensions.)

System_CAPS_pubmethod ListFamilies()

Lists the families of guest operating that are currently available.(Defined by OperatingSystemOperationsExtensions.)

System_CAPS_pubmethod ListFamiliesAsync()

Asynchronously lists the families of guest operating that are currently available.(Defined by OperatingSystemOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Compute Namespace

Return to top