These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.logic.listIntegrationAccountCallbackUrl
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Gets the integration account callback URL. API Version: 2019-05-01.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:logic:listIntegrationAccountCallbackUrl
arguments:
# arguments dictionary
The 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi