Class HttpLogsConfig
java.lang.Object
com.microsoft.azure.management.appservice.HttpLogsConfig
Http logs configuration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet http logs to azure blob storage configuration.Get http logs to file system configuration.withAzureBlobStorage
(AzureBlobStorageHttpLogsConfig azureBlobStorage) Set http logs to azure blob storage configuration.withFileSystem
(FileSystemHttpLogsConfig fileSystem) Set http logs to file system configuration.
-
Constructor Details
-
HttpLogsConfig
public HttpLogsConfig()
-
-
Method Details
-
fileSystem
Get http logs to file system configuration.- Returns:
- the fileSystem value
-
withFileSystem
Set http logs to file system configuration.- Parameters:
fileSystem
- the fileSystem value to set- Returns:
- the HttpLogsConfig object itself.
-
azureBlobStorage
Get http logs to azure blob storage configuration.- Returns:
- the azureBlobStorage value
-
withAzureBlobStorage
Set http logs to azure blob storage configuration.- Parameters:
azureBlobStorage
- the azureBlobStorage value to set- Returns:
- the HttpLogsConfig object itself.
-