Interface ContainerService.UpdateStages.WithDiagnostics

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

public static interface ContainerService.UpdateStages.WithDiagnostics
The stage of the container service update allowing to enable or disable diagnostics.
  • Method Details

    • withDiagnostics

      ContainerService.Update withDiagnostics()
      Enables diagnostics.
      Returns:
      the next stage of the definition
    • withoutDiagnostics

      ContainerService.Update withoutDiagnostics()
      Disables diagnostics.
      Returns:
      the next stage of the definition