DeploymentScriptsOperationsExtensions.GetLogs Method

Definition

Gets deployment script logs for a given deployment script name.

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

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.

Returns

Applies to