SettingsOperationsExtensions.ListAsync 方法 (ISettingsOperations)

 

列出的设置。

命名空间:   Microsoft.WindowsAzure
程序集:  Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)

语法

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)

参数

返回值

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

列表设置操作响应。

请参阅

SettingsOperationsExtensions 类
Microsoft.WindowsAzure 命名空间

返回页首