Share via


SettingsOperationsExtensions.ListAsync Method (ISettingsOperations)

 

Lists the settings.

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

Syntax

public static Task<SettingsListResponse> ListAsync(
    this ISettingsOperations operations
)
public:
[ExtensionAttribute]
static Task<SettingsListResponse^>^ ListAsync(
    ISettingsOperations^ operations
)
static member ListAsync : 
        operations:ISettingsOperations -> Task<SettingsListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As ISettingsOperations
) As Task(Of SettingsListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<SettingsListResponse>

The list settings operation response.

See Also

SettingsOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top