Uses of Class
com.azure.resourcemanager.appservice.models.FileSystemHttpLogsConfig
-
Packages that use FileSystemHttpLogsConfig Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of FileSystemHttpLogsConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FileSystemHttpLogsConfig Modifier and Type Method Description FileSystemHttpLogsConfigHttpLogsConfig. fileSystem()Get the fileSystem property: Http logs to file system configuration.FileSystemHttpLogsConfigFileSystemHttpLogsConfig. withEnabled(Boolean enabled)Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is not set.FileSystemHttpLogsConfigFileSystemHttpLogsConfig. withRetentionInDays(Integer retentionInDays)Set the retentionInDays property: Retention in days.FileSystemHttpLogsConfigFileSystemHttpLogsConfig. withRetentionInMb(Integer retentionInMb)Set the retentionInMb property: Maximum size in megabytes that http log files can use.Methods in com.azure.resourcemanager.appservice.models with parameters of type FileSystemHttpLogsConfig Modifier and Type Method Description HttpLogsConfigHttpLogsConfig. withFileSystem(FileSystemHttpLogsConfig fileSystem)Set the fileSystem property: Http logs to file system configuration.
-