ComputeNodeOperationsExtensions.UploadBatchServiceLogsAsync 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.
Chargez Azure Batch fichiers journaux de service à partir du nœud de calcul spécifié vers Stockage Blob Azure.
public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsResult> UploadBatchServiceLogsAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsConfiguration uploadBatchServiceLogsConfiguration, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeUploadBatchServiceLogsOptions computeNodeUploadBatchServiceLogsOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member UploadBatchServiceLogsAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsConfiguration * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeUploadBatchServiceLogsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsResult>
<Extension()>
Public Function UploadBatchServiceLogsAsync (operations As IComputeNodeOperations, poolId As String, nodeId As String, uploadBatchServiceLogsConfiguration As UploadBatchServiceLogsConfiguration, Optional computeNodeUploadBatchServiceLogsOptions As ComputeNodeUploadBatchServiceLogsOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of UploadBatchServiceLogsResult)
Paramètres
- operations
- IComputeNodeOperations
Groupe d’opérations pour cette méthode d’extension.
- poolId
- String
ID du pool qui contient le nœud de calcul.
- nodeId
- String
ID du nœud de calcul à partir duquel vous souhaitez charger les fichiers journaux du service Azure Batch.
- uploadBatchServiceLogsConfiguration
- UploadBatchServiceLogsConfiguration
Configuration du chargement des fichiers journaux du service Azure Batch.
- computeNodeUploadBatchServiceLogsOptions
- ComputeNodeUploadBatchServiceLogsOptions
Paramètres supplémentaires pour l’opération
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Il s’agit de la collecte automatisée des fichiers journaux de service Azure Batch à partir de nœuds de calcul si vous rencontrez une erreur et que vous souhaitez passer à support Azure. Les fichiers journaux du service Azure Batch doivent être partagés avec support Azure pour faciliter le débogage des problèmes avec le service Batch.
S’applique à
Azure SDK for .NET