LoggerUpdateContract Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logger update contract.
[Microsoft.Rest.Serialization.JsonTransformation]
public class LoggerUpdateContract
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LoggerUpdateContract = class
Public Class LoggerUpdateContract
- Inheritance
-
LoggerUpdateContract
- Attributes
Constructors
LoggerUpdateContract() |
Initializes a new instance of the LoggerUpdateContract class. |
LoggerUpdateContract(String, String, IDictionary<String,String>, Nullable<Boolean>) |
Initializes a new instance of the LoggerUpdateContract class. |
Properties
Credentials |
Gets or sets logger credentials. |
Description |
Gets or sets logger description. |
IsBuffered |
Gets or sets whether records are buffered in the logger before publishing. Default is assumed to be true. |
LoggerType |
Gets or sets logger type. Possible values include: 'azureEventHub', 'applicationInsights', 'azureMonitor' |
Applies to
Azure SDK for .NET