BackendContract.UpdateStages.WithResourceId Interface

public static interface BackendContract.UpdateStages.WithResourceId

The stage of the backendcontract update allowing to specify ResourceId.

Method Summary

Modifier and Type Method and Description
abstract Update withResourceId(String resourceId)

Specifies resourceId.

Method Details

withResourceId

public abstract BackendContract.Update withResourceId(String resourceId)

Specifies resourceId.

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 update stage

Applies to