UploadBatchServiceLogsConfiguration Constructeurs
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.
Surcharges
UploadBatchServiceLogsConfiguration() |
Initialise une nouvelle instance de la classe UploadBatchServiceLogsConfiguration. |
UploadBatchServiceLogsConfiguration(String, DateTime, Nullable<DateTime>, ComputeNodeIdentityReference) |
Initialise une nouvelle instance de la classe UploadBatchServiceLogsConfiguration. |
UploadBatchServiceLogsConfiguration()
Initialise une nouvelle instance de la classe UploadBatchServiceLogsConfiguration.
public UploadBatchServiceLogsConfiguration ();
Public Sub New ()
S’applique à
UploadBatchServiceLogsConfiguration(String, DateTime, Nullable<DateTime>, ComputeNodeIdentityReference)
Initialise une nouvelle instance de la classe UploadBatchServiceLogsConfiguration.
public UploadBatchServiceLogsConfiguration (string containerUrl, DateTime startTime, DateTime? endTime = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeIdentityReference identityReference = default);
new Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsConfiguration : string * DateTime * Nullable<DateTime> * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeIdentityReference -> Microsoft.Azure.Batch.Protocol.Models.UploadBatchServiceLogsConfiguration
Public Sub New (containerUrl As String, startTime As DateTime, Optional endTime As Nullable(Of DateTime) = Nothing, Optional identityReference As ComputeNodeIdentityReference = Nothing)
Paramètres
- containerUrl
- String
URL du conteneur dans Stockage Blob Azure dans lequel charger le ou les fichiers journaux du service Batch.
- startTime
- DateTime
Début de l’intervalle de temps à partir duquel charger le ou les fichiers journaux du service Batch.
Fin de l’intervalle de temps à partir duquel charger le ou les fichiers journaux du service Batch.
- identityReference
- ComputeNodeIdentityReference
Référence à l’identité affectée par l’utilisateur à utiliser pour accéder à Stockage Blob Azure spécifiée par containerUrl.
S’applique à
Azure SDK for .NET