DeploymentScriptsOperationsExtensions.GetLogsDefault Method

Definition

Gets deployment script logs for a given deployment script name.

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

Parameters

operations
IDeploymentScriptsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

scriptName
String

Name of the deployment script.

tail
Nullable<Int32>

The number of lines to show from the tail of the deployment script log. Valid value is a positive number up to 1000. If 'tail' is not provided, all available logs are shown up to container instance log capacity of 4mb.

Returns

Applies to