LogFileSettingsText 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
LogFileSettingsText() |
Initializes a new instance of the LogFileSettingsText class. |
LogFileSettingsText(String) |
Initializes a new instance of the LogFileSettingsText class. |
LogFileSettingsText()
Initializes a new instance of the LogFileSettingsText class.
public LogFileSettingsText ();
Public Sub New ()
Applies to
LogFileSettingsText(String)
Initializes a new instance of the LogFileSettingsText class.
public LogFileSettingsText (string recordStartTimestampFormat);
new Microsoft.Azure.Management.Monitor.Models.LogFileSettingsText : string -> Microsoft.Azure.Management.Monitor.Models.LogFileSettingsText
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'
Applies to
Azure SDK for .NET