Partager via


DeploymentScriptsOperationsExtensions.GetLogs Méthode

Définition

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

public static Microsoft.Azure.Management.ResourceManager.Models.ScriptLogsList GetLogs (this Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations operations, string resourceGroupName, string scriptName);
static member GetLogs : Microsoft.Azure.Management.ResourceManager.IDeploymentScriptsOperations * string * string -> Microsoft.Azure.Management.ResourceManager.Models.ScriptLogsList
<Extension()>
Public Function GetLogs (operations As IDeploymentScriptsOperations, resourceGroupName As String, scriptName As String) As 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.

Retours

S’applique à