Uses of Class
com.azure.resourcemanager.monitor.models.KnownLogFilesDataSourceFormat
Packages that use KnownLogFilesDataSourceFormat
Package
Description
Package containing the data models for MonitorClient.
-
Uses of KnownLogFilesDataSourceFormat in com.azure.resourcemanager.monitor.models
Subclasses with type arguments of type KnownLogFilesDataSourceFormat in com.azure.resourcemanager.monitor.modelsModifier and TypeClassDescriptionfinal classThe data format of the log files.Fields in com.azure.resourcemanager.monitor.models declared as KnownLogFilesDataSourceFormatModifier and TypeFieldDescriptionstatic final KnownLogFilesDataSourceFormatKnownLogFilesDataSourceFormat.TEXTStatic value text for KnownLogFilesDataSourceFormat.Methods in com.azure.resourcemanager.monitor.models that return KnownLogFilesDataSourceFormatModifier and TypeMethodDescriptionLogFilesDataSource.format()Get the format property: The data format of the log files.KnownLogFilesDataSourceFormat.fromString(String name) Creates or finds a KnownLogFilesDataSourceFormat from its string representation.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type KnownLogFilesDataSourceFormatModifier and TypeMethodDescriptionKnownLogFilesDataSourceFormat.values()Gets known KnownLogFilesDataSourceFormat values.Methods in com.azure.resourcemanager.monitor.models with parameters of type KnownLogFilesDataSourceFormatModifier and TypeMethodDescriptionLogFilesDataSource.withFormat(KnownLogFilesDataSourceFormat format) Set the format property: The data format of the log files.