LoggerUpdateContract 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
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.
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 à
Azure SDK for .NET