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