HttpLogsConfig Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.HttpLogsConfig

public class HttpLogsConfig

Http logs configuration.

Method Summary

Modifier and Type Method and Description
AzureBlobStorageHttpLogsConfig azureBlobStorage()

Get the azureBlobStorage value.

FileSystemHttpLogsConfig fileSystem()

Get the fileSystem value.

HttpLogsConfig withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)

Set the azureBlobStorage value.

HttpLogsConfig withFileSystem(FileSystemHttpLogsConfig fileSystem)

Set the fileSystem value.

Method Details

azureBlobStorage

public AzureBlobStorageHttpLogsConfig azureBlobStorage()

Get the azureBlobStorage value.

Returns:

the azureBlobStorage value

fileSystem

public FileSystemHttpLogsConfig fileSystem()

Get the fileSystem value.

Returns:

the fileSystem value

withAzureBlobStorage

public HttpLogsConfig withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)

Set the azureBlobStorage value.

Parameters:

azureBlobStorage - the azureBlobStorage value to set

Returns:

the HttpLogsConfig object itself.

withFileSystem

public HttpLogsConfig withFileSystem(FileSystemHttpLogsConfig fileSystem)

Set the fileSystem value.

Parameters:

fileSystem - the fileSystem value to set

Returns:

the HttpLogsConfig object itself.

Applies to