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)
パラメーター
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperationsMicrosoft.WindowsAzure.WebSitesExtensions.ISettingsOperations への参照。
戻り値
Type: System.Threading.Tasks.Task<SettingsListResponse>
一覧の設定の操作の応答。
参照
SettingsOperationsExtensions クラス
Microsoft.WindowsAzure 名前空間
トップに戻る