Compartir a través de


DeploymentScriptsOperationsExtensions.GetLogsAsync Método

Definición

Obtiene los registros de script de implementación para un nombre de script de implementación determinado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ScriptLogsList> GetLogsAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName, System.Threading.CancellationToken cancellationToken = default);
static member GetLogsAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ScriptLogsList>
<Extension()>
Public Function GetLogsAsync (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ScriptLogsList)

Parámetros

operations
IDeploymentScriptsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

scriptName
String

Nombre del script de implementación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a