FileSystemApplicationLogsConfig Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. FileSystemApplicationLogsConfig
- com.
Implements
public final class FileSystemApplicationLogsConfig
implements JsonSerializable<FileSystemApplicationLogsConfig>
Application logs to file system configuration.
Constructor Summary
Constructor | Description |
---|---|
FileSystemApplicationLogsConfig() |
Creates an instance of File |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
File |
fromJson(JsonReader jsonReader)
Reads an instance of File |
Log |
level()
Get the level property: Log level. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
File |
withLevel(LogLevel level)
Set the level property: Log level. |
Methods inherited from java.lang.Object
Constructor Details
FileSystemApplicationLogsConfig
public FileSystemApplicationLogsConfig()
Creates an instance of FileSystemApplicationLogsConfig class.
Method Details
fromJson
public static FileSystemApplicationLogsConfig fromJson(JsonReader jsonReader)
Reads an instance of FileSystemApplicationLogsConfig from the JsonReader.
Parameters:
Returns:
Throws:
level
public LogLevel level()
Get the level property: Log level.
Returns:
toJson
validate
public void validate()
Validates the instance.
withLevel
public FileSystemApplicationLogsConfig withLevel(LogLevel level)
Set the level property: Log level.
Parameters:
Returns:
Applies to
Azure SDK for Java