DeploymentOperationsExtensions.GetLogAsync 方法 (IDeploymentOperations, String, String)
获取网站的部署日志。
命名空间: Microsoft.WindowsAzure
程序集: Microsoft.WindowsAzure.Management.WebSites(Microsoft.WindowsAzure.Management.WebSites.dll 中)
语法
public static Task<DeploymentGetLogResponse> GetLogAsync(
this IDeploymentOperations operations,
string deploymentId,
string deploymentLogId
)
public:
[ExtensionAttribute]
static Task<DeploymentGetLogResponse^>^ GetLogAsync(
IDeploymentOperations^ operations,
String^ deploymentId,
String^ deploymentLogId
)
static member GetLogAsync :
operations:IDeploymentOperations *
deploymentId:string *
deploymentLogId:string -> Task<DeploymentGetLogResponse>
<ExtensionAttribute>
Public Shared Function GetLogAsync (
operations As IDeploymentOperations,
deploymentId As String,
deploymentLogId As String
) As Task(Of DeploymentGetLogResponse)
参数
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations对 Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations 引用。
deploymentId
Type: System.String必需。 部署标识符。
deploymentLogId
Type: System.String必需。 部署日志标识符。
返回值
Type: System.Threading.Tasks.Task<DeploymentGetLogResponse>
部署操作响应 get 日志。
请参阅
DeploymentOperationsExtensions 类
Microsoft.WindowsAzure 命名空间
返回页首