ApplicationLogsConfig Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ApplicationLogsConfig
- com.
Implements
public final class ApplicationLogsConfig
implements JsonSerializable<ApplicationLogsConfig>
Application logs configuration.
Constructor Summary
Constructor | Description |
---|---|
ApplicationLogsConfig() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
Azure |
azureBlobStorage()
Get the azure |
Azure |
azureTableStorage()
Get the azure |
File |
fileSystem()
Get the file |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Application |
withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)
Set the azure |
Application |
withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)
Set the azure |
Application |
withFileSystem(FileSystemApplicationLogsConfig fileSystem)
Set the file |
Methods inherited from java.lang.Object
Constructor Details
ApplicationLogsConfig
public ApplicationLogsConfig()
Creates an instance of ApplicationLogsConfig class.
Method Details
azureBlobStorage
public AzureBlobStorageApplicationLogsConfig azureBlobStorage()
Get the azureBlobStorage property: Application logs to blob storage configuration.
Returns:
azureTableStorage
public AzureTableStorageApplicationLogsConfig azureTableStorage()
Get the azureTableStorage property: Application logs to azure table storage configuration.
Returns:
fileSystem
public FileSystemApplicationLogsConfig fileSystem()
Get the fileSystem property: Application logs to file system configuration.
Returns:
fromJson
public static ApplicationLogsConfig fromJson(JsonReader jsonReader)
Reads an instance of ApplicationLogsConfig from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAzureBlobStorage
public ApplicationLogsConfig withAzureBlobStorage(AzureBlobStorageApplicationLogsConfig azureBlobStorage)
Set the azureBlobStorage property: Application logs to blob storage configuration.
Parameters:
Returns:
withAzureTableStorage
public ApplicationLogsConfig withAzureTableStorage(AzureTableStorageApplicationLogsConfig azureTableStorage)
Set the azureTableStorage property: Application logs to azure table storage configuration.
Parameters:
Returns:
withFileSystem
public ApplicationLogsConfig withFileSystem(FileSystemApplicationLogsConfig fileSystem)
Set the fileSystem property: Application logs to file system configuration.
Parameters:
Returns:
Applies to
Azure SDK for Java