1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. listWorkflowVersionCallbackUrl
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.logic.listWorkflowVersionCallbackUrl

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Get the callback url for a trigger of a workflow version.

Uses Azure REST API version 2016-06-01.

Using listWorkflowVersionCallbackUrl

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 listWorkflowVersionCallbackUrl(args: ListWorkflowVersionCallbackUrlArgs, opts?: InvokeOptions): Promise<ListWorkflowVersionCallbackUrlResult>
function listWorkflowVersionCallbackUrlOutput(args: ListWorkflowVersionCallbackUrlOutputArgs, opts?: InvokeOptions): Output<ListWorkflowVersionCallbackUrlResult>
Copy
def list_workflow_version_callback_url(key_type: Optional[KeyType] = None,
                                       not_after: Optional[str] = None,
                                       resource_group_name: Optional[str] = None,
                                       trigger_name: Optional[str] = None,
                                       version_id: Optional[str] = None,
                                       workflow_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> ListWorkflowVersionCallbackUrlResult
def list_workflow_version_callback_url_output(key_type: Optional[pulumi.Input[KeyType]] = None,
                                       not_after: Optional[pulumi.Input[str]] = None,
                                       resource_group_name: Optional[pulumi.Input[str]] = None,
                                       trigger_name: Optional[pulumi.Input[str]] = None,
                                       version_id: Optional[pulumi.Input[str]] = None,
                                       workflow_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[ListWorkflowVersionCallbackUrlResult]
Copy
func ListWorkflowVersionCallbackUrl(ctx *Context, args *ListWorkflowVersionCallbackUrlArgs, opts ...InvokeOption) (*ListWorkflowVersionCallbackUrlResult, error)
func ListWorkflowVersionCallbackUrlOutput(ctx *Context, args *ListWorkflowVersionCallbackUrlOutputArgs, opts ...InvokeOption) ListWorkflowVersionCallbackUrlResultOutput
Copy

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

public static class ListWorkflowVersionCallbackUrl 
{
    public static Task<ListWorkflowVersionCallbackUrlResult> InvokeAsync(ListWorkflowVersionCallbackUrlArgs args, InvokeOptions? opts = null)
    public static Output<ListWorkflowVersionCallbackUrlResult> Invoke(ListWorkflowVersionCallbackUrlInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListWorkflowVersionCallbackUrlResult> listWorkflowVersionCallbackUrl(ListWorkflowVersionCallbackUrlArgs args, InvokeOptions options)
public static Output<ListWorkflowVersionCallbackUrlResult> listWorkflowVersionCallbackUrl(ListWorkflowVersionCallbackUrlArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:logic:listWorkflowVersionCallbackUrl
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
TriggerName
This property is required.
Changes to this property will trigger replacement.
string
The workflow trigger name.
VersionId
This property is required.
Changes to this property will trigger replacement.
string
The workflow versionId.
WorkflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
KeyType Pulumi.AzureNative.Logic.KeyType
The key type.
NotAfter string
The expiry time.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
TriggerName
This property is required.
Changes to this property will trigger replacement.
string
The workflow trigger name.
VersionId
This property is required.
Changes to this property will trigger replacement.
string
The workflow versionId.
WorkflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
KeyType KeyType
The key type.
NotAfter string
The expiry time.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
triggerName
This property is required.
Changes to this property will trigger replacement.
String
The workflow trigger name.
versionId
This property is required.
Changes to this property will trigger replacement.
String
The workflow versionId.
workflowName
This property is required.
Changes to this property will trigger replacement.
String
The workflow name.
keyType KeyType
The key type.
notAfter String
The expiry time.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
triggerName
This property is required.
Changes to this property will trigger replacement.
string
The workflow trigger name.
versionId
This property is required.
Changes to this property will trigger replacement.
string
The workflow versionId.
workflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
keyType KeyType
The key type.
notAfter string
The expiry time.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
trigger_name
This property is required.
Changes to this property will trigger replacement.
str
The workflow trigger name.
version_id
This property is required.
Changes to this property will trigger replacement.
str
The workflow versionId.
workflow_name
This property is required.
Changes to this property will trigger replacement.
str
The workflow name.
key_type KeyType
The key type.
not_after str
The expiry time.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
triggerName
This property is required.
Changes to this property will trigger replacement.
String
The workflow trigger name.
versionId
This property is required.
Changes to this property will trigger replacement.
String
The workflow versionId.
workflowName
This property is required.
Changes to this property will trigger replacement.
String
The workflow name.
keyType "NotSpecified" | "Primary" | "Secondary"
The key type.
notAfter String
The expiry time.

listWorkflowVersionCallbackUrl 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.Logic.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

KeyType

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
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi