| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystemHttpLogsConfig |
HttpLogsConfig.fileSystem()
Get the fileSystem property: Http logs to file system configuration.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withEnabled(Boolean enabled)
Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is
not set.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withRetentionInDays(Integer retentionInDays)
Set the retentionInDays property: Retention in days.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withRetentionInMb(Integer retentionInMb)
Set the retentionInMb property: Maximum size in megabytes that http log files can use.
|
| Modifier and Type | Method and Description |
|---|---|
HttpLogsConfig |
HttpLogsConfig.withFileSystem(FileSystemHttpLogsConfig fileSystem)
Set the fileSystem property: Http logs to file system configuration.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.