IRegistryTaskRuns.GetLogSasUrl(String, String, String) Method

Definition

The function that returns the URI to the task run logs.

public string GetLogSasUrl (string rgName, string acrName, string runId);
abstract member GetLogSasUrl : string * string * string -> string
Public Function GetLogSasUrl (rgName As String, acrName As String, runId As String) As String

Parameters

rgName
String

The resource group of the parent registry.

acrName
String

The name of the parent registry.

runId
String

The id of the task run.

Returns

Applies to