Interface Environment.Update

All Superinterfaces:
Environment.UpdateStages.WithProperties
Enclosing interface:
Environment

public static interface Environment.Update extends Environment.UpdateStages.WithProperties
The template for Environment update.
  • Method Details

    • apply

      Environment apply()
      Executes the update request.
      Returns:
      the updated resource.
    • apply

      Environment apply(com.azure.core.util.Context context)
      Executes the update request.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the updated resource.