IDeploymentOperations.ListAsync 方法 (DeploymentListParameters, CancellationToken)

 

列出网站的部署。

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

语法

Task<DeploymentListResponse> ListAsync(
    DeploymentListParameters parameters,
    CancellationToken cancellationToken
)
Task<DeploymentListResponse^>^ ListAsync(
    DeploymentListParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        parameters:DeploymentListParameters *
        cancellationToken:CancellationToken -> Task<DeploymentListResponse>
Function ListAsync (
    parameters As DeploymentListParameters,
    cancellationToken As CancellationToken
) As Task(Of DeploymentListResponse)

参数

返回值

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

部署操作响应的列表。

请参阅

IDeploymentOperations 接口
Microsoft.WindowsAzure.WebSitesExtensions 命名空间

返回页首