azure-native.web.listWorkflowTriggerCallbackUrl

Explore with Pulumi AI

Get the callback URL for a workflow trigger. API Version: 2022-03-01.

Using listWorkflowTriggerCallbackUrl

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listWorkflowTriggerCallbackUrl(args: ListWorkflowTriggerCallbackUrlArgs, opts?: InvokeOptions): Promise<ListWorkflowTriggerCallbackUrlResult>
function listWorkflowTriggerCallbackUrlOutput(args: ListWorkflowTriggerCallbackUrlOutputArgs, opts?: InvokeOptions): Output<ListWorkflowTriggerCallbackUrlResult>
def list_workflow_trigger_callback_url(name: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       trigger_name: Optional[str] = None,
                                       workflow_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> ListWorkflowTriggerCallbackUrlResult
def list_workflow_trigger_callback_url_output(name: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       trigger_name: Optional[pulumi.Input[str]] = None,
                                       workflow_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[ListWorkflowTriggerCallbackUrlResult]
func ListWorkflowTriggerCallbackUrl(ctx *Context, args *ListWorkflowTriggerCallbackUrlArgs, opts ...InvokeOption) (*ListWorkflowTriggerCallbackUrlResult, error)
func ListWorkflowTriggerCallbackUrlOutput(ctx *Context, args *ListWorkflowTriggerCallbackUrlOutputArgs, opts ...InvokeOption) ListWorkflowTriggerCallbackUrlResultOutput

> Note: This function is named ListWorkflowTriggerCallbackUrl in the Go SDK.

public static class ListWorkflowTriggerCallbackUrl 
{
    public static Task<ListWorkflowTriggerCallbackUrlResult> InvokeAsync(ListWorkflowTriggerCallbackUrlArgs args, InvokeOptions? opts = null)
    public static Output<ListWorkflowTriggerCallbackUrlResult> Invoke(ListWorkflowTriggerCallbackUrlInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListWorkflowTriggerCallbackUrlResult> listWorkflowTriggerCallbackUrl(ListWorkflowTriggerCallbackUrlArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:web:listWorkflowTriggerCallbackUrl
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string

Site name.

ResourceGroupName string

Name of the resource group to which the resource belongs.

TriggerName string

The workflow trigger name.

WorkflowName string

The workflow name.

Name string

Site name.

ResourceGroupName string

Name of the resource group to which the resource belongs.

TriggerName string

The workflow trigger name.

WorkflowName string

The workflow name.

name String

Site name.

resourceGroupName String

Name of the resource group to which the resource belongs.

triggerName String

The workflow trigger name.

workflowName String

The workflow name.

name string

Site name.

resourceGroupName string

Name of the resource group to which the resource belongs.

triggerName string

The workflow trigger name.

workflowName string

The workflow name.

name str

Site name.

resource_group_name str

Name of the resource group to which the resource belongs.

trigger_name str

The workflow trigger name.

workflow_name str

The workflow name.

name String

Site name.

resourceGroupName String

Name of the resource group to which the resource belongs.

triggerName String

The workflow trigger name.

workflowName String

The workflow name.

listWorkflowTriggerCallbackUrl Result

The following output properties are available:

BasePath string

Gets the workflow trigger callback URL base path.

Method string

Gets the workflow trigger callback URL HTTP method.

RelativePath string

Gets the workflow trigger callback URL relative path.

Value string

Gets the workflow trigger callback URL.

Queries Pulumi.AzureNative.Web.Outputs.WorkflowTriggerListCallbackUrlQueriesResponse

Gets the workflow trigger callback URL query parameters.

RelativePathParameters List<string>

Gets the workflow trigger callback URL relative path parameters.

BasePath string

Gets the workflow trigger callback URL base path.

Method string

Gets the workflow trigger callback URL HTTP method.

RelativePath string

Gets the workflow trigger callback URL relative path.

Value string

Gets the workflow trigger callback URL.

Queries WorkflowTriggerListCallbackUrlQueriesResponse

Gets the workflow trigger callback URL query parameters.

RelativePathParameters []string

Gets the workflow trigger callback URL relative path parameters.

basePath String

Gets the workflow trigger callback URL base path.

method String

Gets the workflow trigger callback URL HTTP method.

relativePath String

Gets the workflow trigger callback URL relative path.

value String

Gets the workflow trigger callback URL.

queries WorkflowTriggerListCallbackUrlQueriesResponse

Gets the workflow trigger callback URL query parameters.

relativePathParameters List<String>

Gets the workflow trigger callback URL relative path parameters.

basePath string

Gets the workflow trigger callback URL base path.

method string

Gets the workflow trigger callback URL HTTP method.

relativePath string

Gets the workflow trigger callback URL relative path.

value string

Gets the workflow trigger callback URL.

queries WorkflowTriggerListCallbackUrlQueriesResponse

Gets the workflow trigger callback URL query parameters.

relativePathParameters string[]

Gets the workflow trigger callback URL relative path parameters.

base_path str

Gets the workflow trigger callback URL base path.

method str

Gets the workflow trigger callback URL HTTP method.

relative_path str

Gets the workflow trigger callback URL relative path.

value str

Gets the workflow trigger callback URL.

queries WorkflowTriggerListCallbackUrlQueriesResponse

Gets the workflow trigger callback URL query parameters.

relative_path_parameters Sequence[str]

Gets the workflow trigger callback URL relative path parameters.

basePath String

Gets the workflow trigger callback URL base path.

method String

Gets the workflow trigger callback URL HTTP method.

relativePath String

Gets the workflow trigger callback URL relative path.

value String

Gets the workflow trigger callback URL.

queries Property Map

Gets the workflow trigger callback URL query parameters.

relativePathParameters List<String>

Gets the workflow trigger callback URL relative path parameters.

Supporting Types

WorkflowTriggerListCallbackUrlQueriesResponse

ApiVersion string

The api version.

Se string

The SAS timestamp.

Sig string

The SAS signature.

Sp string

The SAS permissions.

Sv string

The SAS version.

ApiVersion string

The api version.

Se string

The SAS timestamp.

Sig string

The SAS signature.

Sp string

The SAS permissions.

Sv string

The SAS version.

apiVersion String

The api version.

se String

The SAS timestamp.

sig String

The SAS signature.

sp String

The SAS permissions.

sv String

The SAS version.

apiVersion string

The api version.

se string

The SAS timestamp.

sig string

The SAS signature.

sp string

The SAS permissions.

sv string

The SAS version.

api_version str

The api version.

se str

The SAS timestamp.

sig str

The SAS signature.

sp str

The SAS permissions.

sv str

The SAS version.

apiVersion String

The api version.

se String

The SAS timestamp.

sig String

The SAS signature.

sp String

The SAS permissions.

sv String

The SAS version.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0