WorkflowTriggerCallbackUrl Interface
public interface WorkflowTriggerCallbackUrl
An immutable client-side representation of WorkflowTriggerCallbackUrl.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
basePath()
Gets the base |
|
abstract
Workflow |
innerModel()
Gets the inner com. |
| abstract String |
method()
Gets the method property: Gets the workflow trigger callback URL HTTP method. |
|
abstract
Workflow |
queries()
Gets the queries property: Gets the workflow trigger callback URL query parameters. |
| abstract String |
relativePath()
Gets the relative |
| abstract List<String> |
relativePathParameters()
Gets the relative |
| abstract String |
value()
Gets the value property: Gets the workflow trigger callback URL. |
Method Details
basePath
public abstract String basePath()
Gets the basePath property: Gets the workflow trigger callback URL base path.
Returns:
innerModel
public abstract WorkflowTriggerCallbackUrlInner innerModel()
Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerCallbackUrlInner object.
Returns:
method
public abstract String method()
Gets the method property: Gets the workflow trigger callback URL HTTP method.
Returns:
queries
public abstract WorkflowTriggerListCallbackUrlQueries queries()
Gets the queries property: Gets the workflow trigger callback URL query parameters.
Returns:
relativePath
public abstract String relativePath()
Gets the relativePath property: Gets the workflow trigger callback URL relative path.
Returns:
relativePathParameters
public abstract List<String> relativePathParameters()
Gets the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.
Returns:
value
public abstract String value()
Gets the value property: Gets the workflow trigger callback URL.
Returns: