Class ApplicationLogsConfig
java.lang.Object
com.microsoft.azure.management.appservice.ApplicationLogsConfig
Application logs configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet application logs to blob storage configuration.Get application logs to azure table storage configuration.Get application logs to file system configuration.withAzureBlobStorage
(AzureBlobStorageApplicationLogsConfig azureBlobStorage) Set application logs to blob storage configuration.withAzureTableStorage
(AzureTableStorageApplicationLogsConfig azureTableStorage) Set application logs to azure table storage configuration.withFileSystem
(FileSystemApplicationLogsConfig fileSystem) Set application logs to file system configuration.
-
Constructor Details
-
ApplicationLogsConfig
public ApplicationLogsConfig()
-
-
Method Details
-
fileSystem
Get application logs to file system configuration.- Returns:
- the fileSystem value
-
withFileSystem
Set application logs to file system configuration.- Parameters:
fileSystem
- the fileSystem value to set- Returns:
- the ApplicationLogsConfig object itself.
-
azureTableStorage
Get application logs to azure table storage configuration.- Returns:
- the azureTableStorage value
-
withAzureTableStorage
public ApplicationLogsConfig withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage) Set application logs to azure table storage configuration.- Parameters:
azureTableStorage
- the azureTableStorage value to set- Returns:
- the ApplicationLogsConfig object itself.
-
azureBlobStorage
Get application logs to blob storage configuration.- Returns:
- the azureBlobStorage value
-
withAzureBlobStorage
public ApplicationLogsConfig withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage) Set application logs to blob storage configuration.- Parameters:
azureBlobStorage
- the azureBlobStorage value to set- Returns:
- the ApplicationLogsConfig object itself.
-