Class AzureTableStorageApplicationLogsConfig
java.lang.Object
com.microsoft.azure.management.appservice.AzureTableStorageApplicationLogsConfig
Application logs to Azure table storage configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlevel()
Get log level.sasUrl()
Get sAS URL to an Azure table with add/query/delete permissions.Set log level.withSasUrl
(String sasUrl) Set sAS URL to an Azure table with add/query/delete permissions.
-
Constructor Details
-
AzureTableStorageApplicationLogsConfig
public AzureTableStorageApplicationLogsConfig()
-
-
Method Details
-
level
Get log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'.- Returns:
- the level value
-
withLevel
Set log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'.- Parameters:
level
- the level value to set- Returns:
- the AzureTableStorageApplicationLogsConfig object itself.
-
sasUrl
Get sAS URL to an Azure table with add/query/delete permissions.- Returns:
- the sasUrl value
-
withSasUrl
Set sAS URL to an Azure table with add/query/delete permissions.- Parameters:
sasUrl
- the sasUrl value to set- Returns:
- the AzureTableStorageApplicationLogsConfig object itself.
-