IDeploymentOperations.ListLogsAsync 方法 (String, DeploymentListParameters, CancellationToken)

 

列出的网站部署的日志。

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

语法

Task<DeploymentListLogsResponse> ListLogsAsync(
    string deploymentId,
    DeploymentListParameters parameters,
    CancellationToken cancellationToken
)
Task<DeploymentListLogsResponse^>^ ListLogsAsync(
    String^ deploymentId,
    DeploymentListParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListLogsAsync : 
        deploymentId:string *
        parameters:DeploymentListParameters *
        cancellationToken:CancellationToken -> Task<DeploymentListLogsResponse>
Function ListLogsAsync (
    deploymentId As String,
    parameters As DeploymentListParameters,
    cancellationToken As CancellationToken
) As Task(Of DeploymentListLogsResponse)

参数

返回值

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

部署操作响应的列表。

请参阅

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

返回页首