Método DeploymentOperationsExtensions.ListLogsAsync (IDeploymentOperations, String, DeploymentListParameters)
Lista os logs para uma implantação de um site.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
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)
Parâmetros
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperationsReferência para o Microsoft.WindowsAzure.WebSitesExtensions.IDeploymentOperations.
deploymentId
Type: System.StringObrigatório. O identificador de implantação.
parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DeploymentListParametersOpcional. Parâmetros adicionais.
Valor de retorno
Type: System.Threading.Tasks.Task<DeploymentListLogsResponse>
A lista de resposta da operação de implantações.
Consulte também
Classe DeploymentOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo