Kopīgot, izmantojot


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 basePath property: Gets the workflow trigger callback URL base path.

abstract WorkflowTriggerCallbackUrlInner innerModel()

Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerCallbackUrlInner object.

abstract String method()

Gets the method property: Gets the workflow trigger callback URL HTTP method.

abstract WorkflowTriggerListCallbackUrlQueries queries()

Gets the queries property: Gets the workflow trigger callback URL query parameters.

abstract String relativePath()

Gets the relativePath property: Gets the workflow trigger callback URL relative path.

abstract List<String> relativePathParameters()

Gets the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.

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:

the basePath value.

innerModel

public abstract WorkflowTriggerCallbackUrlInner innerModel()

Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerCallbackUrlInner object.

Returns:

the inner object.

method

public abstract String method()

Gets the method property: Gets the workflow trigger callback URL HTTP method.

Returns:

the method value.

queries

public abstract WorkflowTriggerListCallbackUrlQueries queries()

Gets the queries property: Gets the workflow trigger callback URL query parameters.

Returns:

the queries value.

relativePath

public abstract String relativePath()

Gets the relativePath property: Gets the workflow trigger callback URL relative path.

Returns:

the relativePath value.

relativePathParameters

public abstract List<String> relativePathParameters()

Gets the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.

Returns:

the relativePathParameters value.

value

public abstract String value()

Gets the value property: Gets the workflow trigger callback URL.

Returns:

the value value.

Applies to