LogStorageSettings 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
LogStorageSettings() |
Initialise une nouvelle instance de la classe LogStorageSettings. |
LogStorageSettings(LinkedServiceReference, IDictionary<String,Object>, Object, Object, Object) |
Initialise une nouvelle instance de la classe LogStorageSettings. |
LogStorageSettings()
Initialise une nouvelle instance de la classe LogStorageSettings.
public LogStorageSettings ();
Public Sub New ()
S’applique à
LogStorageSettings(LinkedServiceReference, IDictionary<String,Object>, Object, Object, Object)
Initialise une nouvelle instance de la classe LogStorageSettings.
public LogStorageSettings (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object path = default, object logLevel = default, object enableReliableLogging = default);
new Microsoft.Azure.Management.DataFactory.Models.LogStorageSettings : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.LogStorageSettings
Public Sub New (linkedServiceName As LinkedServiceReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional path As Object = Nothing, Optional logLevel As Object = Nothing, Optional enableReliableLogging As Object = Nothing)
Paramètres
- linkedServiceName
- LinkedServiceReference
Informations de référence sur le service lié de stockage des journaux.
- additionalProperties
- IDictionary<String,Object>
Les propriétés sans correspondance du message sont désérialisées dans cette collection
- path
- Object
Chemin d’accès au stockage pour stocker les journaux détaillés de l’exécution de l’activité. Type : chaîne (ou Expression avec chaîne resultType).
- logLevel
- Object
Obtient ou définit le niveau de journalisation, prise en charge : Info, Avertissement. Type : chaîne (ou Expression avec chaîne resultType).
- enableReliableLogging
- Object
Spécifie s’il faut activer la journalisation fiable. Type : booléen (ou Expression avec resultType boolean).
S’applique à
Azure SDK for .NET