1. Packages
  2. Azure Native v2
  3. API Docs
  4. logic
  5. listIntegrationAccountCallbackUrl
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.logic.listIntegrationAccountCallbackUrl

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    Gets the integration account callback URL. Azure REST API version: 2019-05-01.

    Other available API versions: 2015-08-01-preview.

    Using listIntegrationAccountCallbackUrl

    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 listIntegrationAccountCallbackUrl(args: ListIntegrationAccountCallbackUrlArgs, opts?: InvokeOptions): Promise<ListIntegrationAccountCallbackUrlResult>
    function listIntegrationAccountCallbackUrlOutput(args: ListIntegrationAccountCallbackUrlOutputArgs, opts?: InvokeOptions): Output<ListIntegrationAccountCallbackUrlResult>
    def list_integration_account_callback_url(integration_account_name: Optional[str] = None,
                                              key_type: Optional[Union[str, KeyType]] = None,
                                              not_after: Optional[str] = None,
                                              resource_group_name: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> ListIntegrationAccountCallbackUrlResult
    def list_integration_account_callback_url_output(integration_account_name: Optional[pulumi.Input[str]] = None,
                                              key_type: Optional[pulumi.Input[Union[str, KeyType]]] = None,
                                              not_after: Optional[pulumi.Input[str]] = None,
                                              resource_group_name: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[ListIntegrationAccountCallbackUrlResult]
    func ListIntegrationAccountCallbackUrl(ctx *Context, args *ListIntegrationAccountCallbackUrlArgs, opts ...InvokeOption) (*ListIntegrationAccountCallbackUrlResult, error)
    func ListIntegrationAccountCallbackUrlOutput(ctx *Context, args *ListIntegrationAccountCallbackUrlOutputArgs, opts ...InvokeOption) ListIntegrationAccountCallbackUrlResultOutput

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

    public static class ListIntegrationAccountCallbackUrl 
    {
        public static Task<ListIntegrationAccountCallbackUrlResult> InvokeAsync(ListIntegrationAccountCallbackUrlArgs args, InvokeOptions? opts = null)
        public static Output<ListIntegrationAccountCallbackUrlResult> Invoke(ListIntegrationAccountCallbackUrlInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListIntegrationAccountCallbackUrlResult> listIntegrationAccountCallbackUrl(ListIntegrationAccountCallbackUrlArgs args, InvokeOptions options)
    public static Output<ListIntegrationAccountCallbackUrlResult> listIntegrationAccountCallbackUrl(ListIntegrationAccountCallbackUrlArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:logic:listIntegrationAccountCallbackUrl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationAccountName string
    The integration account name.
    ResourceGroupName string
    The resource group name.
    KeyType string | Pulumi.AzureNative.Logic.KeyType
    The key type.
    NotAfter string
    The expiry time.
    IntegrationAccountName string
    The integration account name.
    ResourceGroupName string
    The resource group name.
    KeyType string | KeyType
    The key type.
    NotAfter string
    The expiry time.
    integrationAccountName String
    The integration account name.
    resourceGroupName String
    The resource group name.
    keyType String | KeyType
    The key type.
    notAfter String
    The expiry time.
    integrationAccountName string
    The integration account name.
    resourceGroupName string
    The resource group name.
    keyType string | KeyType
    The key type.
    notAfter string
    The expiry time.
    integration_account_name str
    The integration account name.
    resource_group_name str
    The resource group name.
    key_type str | KeyType
    The key type.
    not_after str
    The expiry time.
    integrationAccountName String
    The integration account name.
    resourceGroupName String
    The resource group name.
    keyType String | "NotSpecified" | "Primary" | "Secondary"
    The key type.
    notAfter String
    The expiry time.

    listIntegrationAccountCallbackUrl Result

    The following output properties are available:

    Value string
    The URL value.
    Value string
    The URL value.
    value String
    The URL value.
    value string
    The URL value.
    value str
    The URL value.
    value String
    The URL value.

    Supporting Types

    KeyType

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi