IRegistryTaskRuns.GetLogSasUrl(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET