DeploymentScriptsOperationsExtensions.GetLogsDefaultAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les journaux de script de déploiement pour un nom de script de déploiement donné.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ScriptLog> GetLogsDefaultAsync (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName, int? tail = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLogsDefaultAsync : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ScriptLog>
<Extension()>
Public Function GetLogsDefaultAsync (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String, Optional tail As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ScriptLog)
Paramètres
- operations
- IDeploymentScriptsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- scriptName
- String
Nom du script de déploiement.
Nombre de lignes à afficher à partir de la fin du journal du script de déploiement. La valeur valide est un nombre positif allant jusqu’à 1000. Si « tail » n’est pas fourni, tous les journaux disponibles s’affichent jusqu’à la capacité du conteneur instance journal de 4 Mo.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET