Class LogFilesDataSourceSettings
java.lang.Object
com.azure.resourcemanager.monitor.models.LogFileSettings
com.azure.resourcemanager.monitor.models.LogFilesDataSourceSettings
The log files specific settings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LogFilesDataSourceSettings class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.withText(LogFileSettingsText text) Set the text property: Text settings.Methods inherited from class com.azure.resourcemanager.monitor.models.LogFileSettings
text
-
Constructor Details
-
LogFilesDataSourceSettings
public LogFilesDataSourceSettings()Creates an instance of LogFilesDataSourceSettings class.
-
-
Method Details
-
withText
Set the text property: Text settings.- Overrides:
withTextin classLogFileSettings- Parameters:
text- the text value to set.- Returns:
- the LogFileSettings object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classLogFileSettings- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-