Freigeben über


DeploymentScriptsOperationsExtensions.GetLogsDefaultAsync Methode

Definition

Ruft Bereitstellungsskriptprotokolle für einen angegebenen Bereitstellungsskriptnamen ab.

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)

Parameter

operations
IDeploymentScriptsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

scriptName
String

Name des Bereitstellungsskripts.

tail
Nullable<Int32>

Die Anzahl der Zeilen, die am Ende des Bereitstellungsskriptprotokolls angezeigt werden sollen. Gültiger Wert ist eine positive Zahl bis 1000. Wenn "Tail" nicht angegeben wird, werden alle verfügbaren Protokolle bis zum Container instance Protokollkapazität von 4 MB angezeigt.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: