RunsOperationsExtensions.GetLogSasUrl Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un lien pour télécharger les journaux d’exécution.
public static Microsoft.Azure.Management.ContainerRegistry.Models.RunGetLogResult GetLogSasUrl (this Microsoft.Azure.Management.ContainerRegistry.IRunsOperations operations, string resourceGroupName, string registryName, string runId);
static member GetLogSasUrl : Microsoft.Azure.Management.ContainerRegistry.IRunsOperations * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.RunGetLogResult
<Extension()>
Public Function GetLogSasUrl (operations As IRunsOperations, resourceGroupName As String, registryName As String, runId As String) As RunGetLogResult
Paramètres
- operations
- IRunsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources auquel appartient le registre de conteneurs.
- registryName
- String
Nom du registre de conteneurs.
- runId
- String
ID d’exécution.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET