azure-native.logic.listIntegrationAccountCallbackUrl
Explore with Pulumi AI
Gets the integration account callback URL.
Uses Azure REST API version 2019-05-01.
Other available API versions: 2015-08-01-preview, 2016-06-01, 2018-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native logic [ApiVersion]. See the version guide for details.
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 dictionaryThe following arguments are supported:
- Integration
Account stringName  - The integration account name.
 - Resource
Group stringName  - The resource group name.
 - Key
Type string | Pulumi.Azure Native. Logic. Key Type  - The key type.
 - Not
After string - The expiry time.
 
- Integration
Account stringName  - The integration account name.
 - Resource
Group stringName  - The resource group name.
 - Key
Type string | KeyType  - The key type.
 - Not
After string - The expiry time.
 
- integration
Account StringName  - The integration account name.
 - resource
Group StringName  - The resource group name.
 - key
Type String | KeyType  - The key type.
 - not
After String - The expiry time.
 
- integration
Account stringName  - The integration account name.
 - resource
Group stringName  - The resource group name.
 - key
Type string | KeyType  - The key type.
 - not
After string - The expiry time.
 
- integration_
account_ strname  - The integration account name.
 - resource_
group_ strname  - The resource group name.
 - key_
type str | KeyType  - The key type.
 - not_
after str - The expiry time.
 
- integration
Account StringName  - The integration account name.
 - resource
Group StringName  - The resource group name.
 - key
Type String | "NotSpecified" | "Primary" | "Secondary"  - The key type.
 - not
After 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 pulumi/pulumi-azure-native
 - License
 - Apache-2.0