Compartir a través de


DeploymentScriptsOperationsExtensions.GetLogsDefault Método

Definición

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

public static Microsoft.Azure.Management.ResourceManager.Models.ScriptLog GetLogsDefault (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName, int? tail = default);
static member GetLogsDefault : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string * Nullable<int> -> Microsoft.Azure.Management.ResourceManager.Models.ScriptLog
<Extension()>
Public Function GetLogsDefault (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String, Optional tail As Nullable(Of Integer) = Nothing) As ScriptLog

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.

tail
Nullable<Int32>

Número de líneas que se van a mostrar del final del registro del script de implementación. El valor válido es un número positivo hasta 1000. Si no se proporciona "tail", todos los registros disponibles se muestran hasta la capacidad de registro de la instancia de contenedor de 4 mb.

Devoluciones

Se aplica a