Uses of Class
com.azure.resourcemanager.appservice.models.HttpLogsConfig
-
Packages that use HttpLogsConfig Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 HttpLogsConfig Modifier and Type Method Description HttpLogsConfigSiteLogsConfigInner. httpLogs()Get the httpLogs property: HTTP logs configuration.HttpLogsConfigSiteLogsConfigProperties. httpLogs()Get the httpLogs property: HTTP logs configuration.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type HttpLogsConfig Modifier and Type Method Description SiteLogsConfigInnerSiteLogsConfigInner. withHttpLogs(HttpLogsConfig httpLogs)Set the httpLogs property: HTTP logs configuration.SiteLogsConfigPropertiesSiteLogsConfigProperties. 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 HttpLogsConfig Modifier and Type Method Description HttpLogsConfigHttpLogsConfig. withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)Set the azureBlobStorage property: Http logs to azure blob storage configuration.HttpLogsConfigHttpLogsConfig. withFileSystem(FileSystemHttpLogsConfig fileSystem)Set the fileSystem property: Http logs to file system configuration.
-