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 | |
---|---|---|
ListAsync(CancellationToken) | Asynchronously lists the guest operating systems that are currently available. |
|
ListFamiliesAsync(CancellationToken) | Asynchronously lists the families of guest operating that are currently available. |
Extension Methods
Name | Description | |
---|---|---|
List() | Lists the guest operating systems that are currently available.(Defined by OperatingSystemOperationsExtensions.) |
|
ListAsync() | Asynchronously lists the guest operating systems that are currently available.(Defined by OperatingSystemOperationsExtensions.) |
|
ListFamilies() | Lists the families of guest operating that are currently available.(Defined by OperatingSystemOperationsExtensions.) |
|
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