Partager via


LoggerUpdateContract Constructeurs

Définition

Surcharges

LoggerUpdateContract()

Initialise une nouvelle instance de la classe LoggerUpdateContract.

LoggerUpdateContract(String, String, IDictionary<String,String>, Nullable<Boolean>)

Initialise une nouvelle instance de la classe LoggerUpdateContract.

LoggerUpdateContract()

Initialise une nouvelle instance de la classe LoggerUpdateContract.

public LoggerUpdateContract ();
Public Sub New ()

S’applique à

LoggerUpdateContract(String, String, IDictionary<String,String>, Nullable<Boolean>)

Initialise une nouvelle instance de la classe LoggerUpdateContract.

public LoggerUpdateContract (string loggerType = default, string description = default, System.Collections.Generic.IDictionary<string,string> credentials = default, bool? isBuffered = default);
new Microsoft.Azure.Management.ApiManagement.Models.LoggerUpdateContract : string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> -> Microsoft.Azure.Management.ApiManagement.Models.LoggerUpdateContract
Public Sub New (Optional loggerType As String = Nothing, Optional description As String = Nothing, Optional credentials As IDictionary(Of String, String) = Nothing, Optional isBuffered As Nullable(Of Boolean) = Nothing)

Paramètres

loggerType
String

Type d’enregistreur d’événements. Les valeurs possibles sont les suivantes : « azureEventHub », « applicationInsights », « azureMonitor »

description
String

Description de l’enregistreur d’événements.

credentials
IDictionary<String,String>

Informations d’identification de l’enregistreur d’événements.

isBuffered
Nullable<Boolean>

Indique si les enregistrements sont mis en mémoire tampon dans l’enregistreur d’événements avant la publication. La valeur par défaut est supposée être true.

S’applique à