LogFileTextSettings Constructors
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.
Overloads
LogFileTextSettings() |
Initializes a new instance of the LogFileTextSettings class. |
LogFileTextSettings(String) |
Initializes a new instance of the LogFileTextSettings class. |
LogFileTextSettings()
Initializes a new instance of the LogFileTextSettings class.
public LogFileTextSettings ();
Public Sub New ()
Applies to
LogFileTextSettings(String)
Initializes a new instance of the LogFileTextSettings class.
public LogFileTextSettings (string recordStartTimestampFormat);
new Microsoft.Azure.Management.Monitor.Models.LogFileTextSettings : string -> Microsoft.Azure.Management.Monitor.Models.LogFileTextSettings
Public Sub New (recordStartTimestampFormat As String)
Parameters
- recordStartTimestampFormat
- String
One of the supported timestamp formats. Possible values include: 'ISO 8601', 'YYYY-MM-DD HH:MM:SS', 'M/D/YYYY HH:MM:SS AM/PM', 'Mon DD, YYYY HH:MM:SS', 'yyMMdd HH:mm:ss', 'ddMMyy HH:mm:ss', 'MMM d hh:mm:ss', 'dd/MMM/yyyy:HH:mm:ss zzz', 'yyyy-MM-ddTHH:mm:ssK'