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

 

列出的网站部署的日志。

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

语法

public static Task<DeploymentListLogsResponse> ListLogsAsync(
    this IDeploymentOperations operations,
    string deploymentId,
    DeploymentListParameters parameters
)
public:
[ExtensionAttribute]
static Task<DeploymentListLogsResponse^>^ ListLogsAsync(
    IDeploymentOperations^ operations,
    String^ deploymentId,
    DeploymentListParameters^ parameters
)
static member ListLogsAsync : 
        operations:IDeploymentOperations *
        deploymentId:string *
        parameters:DeploymentListParameters -> Task<DeploymentListLogsResponse>
<ExtensionAttribute>
Public Shared Function ListLogsAsync (
    operations As IDeploymentOperations,
    deploymentId As String,
    parameters As DeploymentListParameters
) As Task(Of DeploymentListLogsResponse)

参数

返回值

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

部署操作响应的列表。

请参阅

DeploymentOperationsExtensions 类
Microsoft.WindowsAzure 命名空间

返回页首