Interface BackendContract.UpdateStages.WithResourceId

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

public static interface BackendContract.UpdateStages.WithResourceId
The stage of the BackendContract update allowing to specify resourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withResourceId(String resourceId)
    Specifies the resourceId property: Management Uri of the Resource in External System.
  • Method Details

    • withResourceId

      BackendContract.Update withResourceId(String resourceId)
      Specifies the resourceId property: Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps..
      Parameters:
      resourceId - Management Uri of the Resource in External System. This URL can be the Arm Resource Id of Logic Apps, Function Apps or API Apps.
      Returns:
      the next definition stage.