LoggerContract 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
LoggerContract() |
Initialise une nouvelle instance de la classe LoggerContract. |
LoggerContract(String, String, String, String, String, IDictionary<String,String>, Nullable<Boolean>, String) |
Initialise une nouvelle instance de la classe LoggerContract. |
LoggerContract()
Initialise une nouvelle instance de la classe LoggerContract.
public LoggerContract ();
Public Sub New ()
S’applique à
LoggerContract(String, String, String, String, String, IDictionary<String,String>, Nullable<Boolean>, String)
Initialise une nouvelle instance de la classe LoggerContract.
public LoggerContract (string loggerType, string id = default, string name = default, string type = default, string description = default, System.Collections.Generic.IDictionary<string,string> credentials = default, bool? isBuffered = default, string resourceId = default);
new Microsoft.Azure.Management.ApiManagement.Models.LoggerContract : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<bool> * string -> Microsoft.Azure.Management.ApiManagement.Models.LoggerContract
Public Sub New (loggerType As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional description As String = Nothing, Optional credentials As IDictionary(Of String, String) = Nothing, Optional isBuffered As Nullable(Of Boolean) = Nothing, Optional resourceId As String = Nothing)
Paramètres
- loggerType
- String
Type d’enregistreur d’événements. Les valeurs possibles sont les suivantes : « azureEventHub », « applicationInsights », « azureMonitor »
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- description
- String
Description de l’enregistreur d’événements.
- credentials
- IDictionary<String,String>
Nom et chaîne de connexion SendRule du hub d’événements pour l’enregistreur d’événements azureEventHub. Clé d’instrumentation pour l’enregistreur d’événements applicationInsights.
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.
- resourceId
- String
ID de ressource Azure d’une cible de journal (ressource Azure Event Hub ou ressource Azure Application Insights).
S’applique à
Azure SDK for .NET