Interface BackendContract.DefinitionStages.WithResourceId
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithResourceId
The stage of the BackendContract definition allowing to specify resourceId.
-
Method Summary
Modifier and TypeMethodDescriptionwithResourceId(String resourceId) Specifies the resourceId property: Management Uri of the Resource in External System.
-
Method Details
-
withResourceId
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.
-