你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationLogsConfig Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. ApplicationLogsConfig
- com.
public class ApplicationLogsConfig
Application logs configuration.
Method Summary
Modifier and Type | Method and Description |
---|---|
Azure |
azureBlobStorage()
Get the azureBlobStorage value. |
Azure |
azureTableStorage()
Get the azureTableStorage value. |
File |
fileSystem()
Get the fileSystem value. |
Application |
withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)
Set the azureBlobStorage value. |
Application |
withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)
Set the azureTableStorage value. |
Application |
withFileSystem(FileSystemApplicationLogsConfig fileSystem)
Set the fileSystem value. |
Method Details
azureBlobStorage
public AzureBlobStorageApplicationLogsConfig azureBlobStorage()
Get the azureBlobStorage value.
Returns:
azureTableStorage
public AzureTableStorageApplicationLogsConfig azureTableStorage()
Get the azureTableStorage value.
Returns:
fileSystem
public FileSystemApplicationLogsConfig fileSystem()
Get the fileSystem value.
Returns:
withAzureBlobStorage
public ApplicationLogsConfig withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)
Set the azureBlobStorage value.
Parameters:
Returns:
withAzureTableStorage
public ApplicationLogsConfig withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)
Set the azureTableStorage value.
Parameters:
Returns:
withFileSystem
public ApplicationLogsConfig withFileSystem(FileSystemApplicationLogsConfig fileSystem)
Set the fileSystem value.
Parameters:
Returns: