Uses of Class
com.azure.resourcemanager.appservice.models.HttpLogsConfig
Packages that use HttpLogsConfig
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of HttpLogsConfig in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HttpLogsConfigModifier and TypeMethodDescriptionSiteLogsConfigInner.httpLogs()Get the httpLogs property: HTTP logs configuration.SiteLogsConfigProperties.httpLogs()Get the httpLogs property: HTTP logs configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type HttpLogsConfigModifier and TypeMethodDescriptionSiteLogsConfigInner.withHttpLogs(HttpLogsConfig httpLogs) Set the httpLogs property: HTTP logs configuration.SiteLogsConfigProperties.withHttpLogs(HttpLogsConfig httpLogs) Set the httpLogs property: HTTP logs configuration. -
Uses of HttpLogsConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HttpLogsConfigModifier and TypeMethodDescriptionstatic HttpLogsConfigHttpLogsConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HttpLogsConfig from the JsonReader.HttpLogsConfig.withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage) Set the azureBlobStorage property: Http logs to azure blob storage configuration.HttpLogsConfig.withFileSystem(FileSystemHttpLogsConfig fileSystem) Set the fileSystem property: Http logs to file system configuration.