Interface Application.UpdateStages.WithManagedBy

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

public static interface Application.UpdateStages.WithManagedBy
The stage of the Application update allowing to specify managedBy.
  • Method Summary

    Modifier and Type
    Method
    Description
    withManagedBy(String managedBy)
    Specifies the managedBy property: ID of the resource that manages this resource..
  • Method Details

    • withManagedBy

      Application.Update withManagedBy(String managedBy)
      Specifies the managedBy property: ID of the resource that manages this resource..
      Parameters:
      managedBy - ID of the resource that manages this resource.
      Returns:
      the next definition stage.