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

ApplicationLogsConfig Class

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

public class ApplicationLogsConfig

Application logs configuration.

Method Summary

Modifier and Type Method and Description
AzureBlobStorageApplicationLogsConfig azureBlobStorage()

Get the azureBlobStorage value.

AzureTableStorageApplicationLogsConfig azureTableStorage()

Get the azureTableStorage value.

FileSystemApplicationLogsConfig fileSystem()

Get the fileSystem value.

ApplicationLogsConfig withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)

Set the azureBlobStorage value.

ApplicationLogsConfig withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)

Set the azureTableStorage value.

ApplicationLogsConfig withFileSystem(FileSystemApplicationLogsConfig fileSystem)

Set the fileSystem value.

Method Details

azureBlobStorage

public AzureBlobStorageApplicationLogsConfig azureBlobStorage()

Get the azureBlobStorage value.

Returns:

the azureBlobStorage value

azureTableStorage

public AzureTableStorageApplicationLogsConfig azureTableStorage()

Get the azureTableStorage value.

Returns:

the azureTableStorage value

fileSystem

public FileSystemApplicationLogsConfig fileSystem()

Get the fileSystem value.

Returns:

the fileSystem value

withAzureBlobStorage

public ApplicationLogsConfig withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)

Set the azureBlobStorage value.

Parameters:

azureBlobStorage - the azureBlobStorage value to set

Returns:

the ApplicationLogsConfig object itself.

withAzureTableStorage

public ApplicationLogsConfig withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)

Set the azureTableStorage value.

Parameters:

azureTableStorage - the azureTableStorage value to set

Returns:

the ApplicationLogsConfig object itself.

withFileSystem

public ApplicationLogsConfig withFileSystem(FileSystemApplicationLogsConfig fileSystem)

Set the fileSystem value.

Parameters:

fileSystem - the fileSystem value to set

Returns:

the ApplicationLogsConfig object itself.

Applies to