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