SettingsOperationsExtensions.ListAsync Method (ISettingsOperations)

 

Lists the settings.

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

public static Task<SettingsListResponse> ListAsync(
	this ISettingsOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.

Return Value

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

The list settings operation response.

Return to top
Show: