你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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