Interface ManagedEnvironment.UpdateStages.WithAppLogsConfiguration

All Known Subinterfaces:
ManagedEnvironment.Update
Enclosing interface:
ManagedEnvironment.UpdateStages

public static interface ManagedEnvironment.UpdateStages.WithAppLogsConfiguration
The stage of the ManagedEnvironment update allowing to specify appLogsConfiguration.
  • Method Details

    • withAppLogsConfiguration

      ManagedEnvironment.Update withAppLogsConfiguration(AppLogsConfiguration appLogsConfiguration)
      Specifies the appLogsConfiguration property: Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported.
      Parameters:
      appLogsConfiguration - Cluster configuration which enables the log daemon to export app logs to a destination. Currently only "log-analytics" is supported.
      Returns:
      the next definition stage.