Uses of Class
com.azure.resourcemanager.appservice.models.AzureTableStorageApplicationLogsConfig
-
Packages that use AzureTableStorageApplicationLogsConfig Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AzureTableStorageApplicationLogsConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureTableStorageApplicationLogsConfig Modifier and Type Method Description AzureTableStorageApplicationLogsConfigApplicationLogsConfig. azureTableStorage()Get the azureTableStorage property: Application logs to azure table storage configuration.AzureTableStorageApplicationLogsConfigAzureTableStorageApplicationLogsConfig. withLevel(LogLevel level)Set the level property: Log level.AzureTableStorageApplicationLogsConfigAzureTableStorageApplicationLogsConfig. withSasUrl(String sasUrl)Set the sasUrl property: SAS URL to an Azure table with add/query/delete permissions.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureTableStorageApplicationLogsConfig Modifier and Type Method Description ApplicationLogsConfigApplicationLogsConfig. withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)Set the azureTableStorage property: Application logs to azure table storage configuration.
-