AzureTableStorageApplicationLogsConfig Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. AzureTableStorageApplicationLogsConfig
- com.
Implements
public final class AzureTableStorageApplicationLogsConfig
implements JsonSerializable<AzureTableStorageApplicationLogsConfig>
Application logs to Azure table storage configuration.
Constructor Summary
Constructor | Description |
---|---|
AzureTableStorageApplicationLogsConfig() |
Creates an instance of Azure |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
Log |
level()
Get the level property: Log level. |
String |
sasUrl()
Get the sas |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Azure |
withLevel(LogLevel level)
Set the level property: Log level. |
Azure |
withSasUrl(String sasUrl)
Set the sas |
Methods inherited from java.lang.Object
Constructor Details
AzureTableStorageApplicationLogsConfig
public AzureTableStorageApplicationLogsConfig()
Creates an instance of AzureTableStorageApplicationLogsConfig class.
Method Details
fromJson
public static AzureTableStorageApplicationLogsConfig fromJson(JsonReader jsonReader)
Reads an instance of AzureTableStorageApplicationLogsConfig from the JsonReader.
Parameters:
Returns:
Throws:
level
public LogLevel level()
Get the level property: Log level.
Returns:
sasUrl
public String sasUrl()
Get the sasUrl property: SAS URL to an Azure table with add/query/delete permissions.
Returns:
toJson
validate
public void validate()
Validates the instance.
withLevel
public AzureTableStorageApplicationLogsConfig withLevel(LogLevel level)
Set the level property: Log level.
Parameters:
Returns:
withSasUrl
public AzureTableStorageApplicationLogsConfig withSasUrl(String sasUrl)
Set the sasUrl property: SAS URL to an Azure table with add/query/delete permissions.
Parameters:
Returns:
Applies to
Azure SDK for Java