WebHostingPlanOperationsExtensions.ListAsync 方法 (IWebHostingPlanOperations, String)

 

您可以通过发出 GET 请求列出当前订阅下的 web 空间。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/dn166961.aspx 有关详细信息)

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

语法

public static Task<WebHostingPlanListResponse> ListAsync(
    this IWebHostingPlanOperations operations,
    string webSpaceName
)
public:
[ExtensionAttribute]
static Task<WebHostingPlanListResponse^>^ ListAsync(
    IWebHostingPlanOperations^ operations,
    String^ webSpaceName
)
static member ListAsync : 
        operations:IWebHostingPlanOperations *
        webSpaceName:string -> Task<WebHostingPlanListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IWebHostingPlanOperations,
    webSpaceName As String
) As Task(Of WebHostingPlanListResponse)

参数

  • webSpaceName
    Type: System.String

    必需。 Web 空间的名称。

返回值

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

Web 托管计划列表操作响应。

请参阅

WebHostingPlanOperationsExtensions 类
Microsoft.WindowsAzure 命名空间

返回页首