ComputeNodeOperationsExtensions.UploadBatchServiceLogs 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 Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsResult UploadBatchServiceLogs (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);
static member UploadBatchServiceLogs : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsConfiguration * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeUploadBatchServiceLogsOptions -> Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsResult
<Extension()>
Public Function UploadBatchServiceLogs (operations As IComputeNodeOperations, poolId As String, nodeId As String, uploadBatchServiceLogsConfiguration As UploadBatchServiceLogsConfiguration, Optional computeNodeUploadBatchServiceLogsOptions As ComputeNodeUploadBatchServiceLogsOptions = Nothing) As 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
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