Partager via


DeploymentScriptsOperationsExtensions.GetLogsAsync Méthode

Définition

Obtient les journaux du script de déploiement pour un nom de script de déploiement donné.

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)

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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à