Share via


SettingsOperationsExtensions.List Method (ISettingsOperations)

 

Lists the settings.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsListResponse

The list settings operation response.

See Also

SettingsOperationsExtensions Class
Microsoft.WindowsAzure Namespace

Return to top