| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AppLogsConfiguration |
KubeEnvironmentProperties.appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
AppLogsConfiguration |
KubeEnvironmentInner.appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
AppLogsConfiguration |
KubeEnvironmentPatchResourceProperties.appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
| Modifier and Type | Method and Description |
|---|---|
KubeEnvironmentProperties |
KubeEnvironmentProperties.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
KubeEnvironmentInner |
KubeEnvironmentInner.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
KubeEnvironmentPatchResourceProperties |
KubeEnvironmentPatchResourceProperties.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
| Modifier and Type | Method and Description |
|---|---|
AppLogsConfiguration |
KubeEnvironmentPatchResource.appLogsConfiguration()
Get the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
AppLogsConfiguration |
AppLogsConfiguration.withDestination(String destination)
Set the destination property: The destination property.
|
AppLogsConfiguration |
AppLogsConfiguration.withLogAnalyticsConfiguration(LogAnalyticsConfiguration logAnalyticsConfiguration)
Set the logAnalyticsConfiguration property: The logAnalyticsConfiguration property.
|
| Modifier and Type | Method and Description |
|---|---|
KubeEnvironmentPatchResource |
KubeEnvironmentPatchResource.withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
Set the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a
destination.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.