Uses of Class
com.azure.resourcemanager.appservice.models.AzureTableStorageApplicationLogsConfig
Packages that use AzureTableStorageApplicationLogsConfig
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureTableStorageApplicationLogsConfig in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AzureTableStorageApplicationLogsConfigModifier and TypeClassDescriptionfinal classApplication logs to Azure table storage configuration.Methods in com.azure.resourcemanager.appservice.models that return AzureTableStorageApplicationLogsConfigModifier and TypeMethodDescriptionApplicationLogsConfig.azureTableStorage()Get the azureTableStorage property: Application logs to azure table storage configuration.AzureTableStorageApplicationLogsConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureTableStorageApplicationLogsConfig from the JsonReader.Set the level property: Log level.AzureTableStorageApplicationLogsConfig.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 AzureTableStorageApplicationLogsConfigModifier and TypeMethodDescriptionApplicationLogsConfig.withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage) Set the azureTableStorage property: Application logs to azure table storage configuration.