Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WorkflowTriggerCallbackUrlInner
Packages that use WorkflowTriggerCallbackUrlInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of WorkflowTriggerCallbackUrlInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return WorkflowTriggerCallbackUrlInnerModifier and TypeMethodDescriptionWorkflowTriggersClient.listCallbackUrl(String resourceGroupName, String name, String workflowName, String triggerName) Get the callback URL for a workflow trigger.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WorkflowTriggerCallbackUrlInnerModifier and TypeMethodDescriptionWorkflowTriggersClient.listCallbackUrlAsync(String resourceGroupName, String name, String workflowName, String triggerName) Get the callback URL for a workflow trigger.com.azure.core.http.rest.Response<WorkflowTriggerCallbackUrlInner> WorkflowTriggersClient.listCallbackUrlWithResponse(String resourceGroupName, String name, String workflowName, String triggerName, com.azure.core.util.Context context) Get the callback URL for a workflow trigger.Mono<com.azure.core.http.rest.Response<WorkflowTriggerCallbackUrlInner>> WorkflowTriggersClient.listCallbackUrlWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName) Get the callback URL for a workflow trigger. -
Uses of WorkflowTriggerCallbackUrlInner in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type WorkflowTriggerCallbackUrlInnerModifier and TypeClassDescriptionfinal classThe workflow trigger callback URL.Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowTriggerCallbackUrlInnerModifier and TypeMethodDescriptionWorkflowTriggerCallbackUrlInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowTriggerCallbackUrlInner from the JsonReader.WorkflowTriggerCallbackUrlInner.withQueries(WorkflowTriggerListCallbackUrlQueries queries) Set the queries property: Gets the workflow trigger callback URL query parameters.WorkflowTriggerCallbackUrlInner.withRelativePathParameters(List<String> relativePathParameters) Set the relativePathParameters property: Gets the workflow trigger callback URL relative path parameters.