| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureBlobStorageHttpLogsConfig |
HttpLogsConfig.azureBlobStorage()
Get the azureBlobStorage property: Http logs to azure blob storage configuration.
|
AzureBlobStorageHttpLogsConfig |
AzureBlobStorageHttpLogsConfig.withEnabled(Boolean enabled)
Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is
not set.
|
AzureBlobStorageHttpLogsConfig |
AzureBlobStorageHttpLogsConfig.withRetentionInDays(Integer retentionInDays)
Set the retentionInDays property: Retention in days.
|
AzureBlobStorageHttpLogsConfig |
AzureBlobStorageHttpLogsConfig.withSasUrl(String sasUrl)
Set the sasUrl property: SAS url to a azure blob container with read/write/list/delete permissions.
|
| Modifier and Type | Method and Description |
|---|---|
HttpLogsConfig |
HttpLogsConfig.withAzureBlobStorage(AzureBlobStorageHttpLogsConfig azureBlobStorage)
Set the azureBlobStorage property: Http logs to azure blob storage configuration.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.