Freigeben über


RunsOperationsExtensions.GetLogSasUrlAsync Methode

Definition

Ruft einen Link zum Herunterladen der Ausführungsprotokolle ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunGetLogResultInner> GetLogSasUrlAsync (this Microsoft.Azure.Management.ContainerRegistry.Fluent.IRunsOperations operations, string resourceGroupName, string registryName, string runId, System.Threading.CancellationToken cancellationToken = default);
static member GetLogSasUrlAsync : Microsoft.Azure.Management.ContainerRegistry.Fluent.IRunsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.RunGetLogResultInner>
<Extension()>
Public Function GetLogSasUrlAsync (operations As IRunsOperations, resourceGroupName As String, registryName As String, runId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RunGetLogResultInner)

Parameter

operations
IRunsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, zu der die Containerregistrierung gehört.

registryName
String

Der Name der Containerregistrierung.

runId
String

Die Ausführungs-ID.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: