1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. getIntegrationAccount
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.8.0 published on Monday, Sep 18, 2023 by Pulumi

azure-native.logic.getIntegrationAccount

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.8.0 published on Monday, Sep 18, 2023 by Pulumi

    Gets an integration account. Azure REST API version: 2019-05-01.

    Using getIntegrationAccount

    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 getIntegrationAccount(args: GetIntegrationAccountArgs, opts?: InvokeOptions): Promise<GetIntegrationAccountResult>
    function getIntegrationAccountOutput(args: GetIntegrationAccountOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAccountResult>
    def get_integration_account(integration_account_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetIntegrationAccountResult
    def get_integration_account_output(integration_account_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAccountResult]
    func LookupIntegrationAccount(ctx *Context, args *LookupIntegrationAccountArgs, opts ...InvokeOption) (*LookupIntegrationAccountResult, error)
    func LookupIntegrationAccountOutput(ctx *Context, args *LookupIntegrationAccountOutputArgs, opts ...InvokeOption) LookupIntegrationAccountResultOutput

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

    public static class GetIntegrationAccount 
    {
        public static Task<GetIntegrationAccountResult> InvokeAsync(GetIntegrationAccountArgs args, InvokeOptions? opts = null)
        public static Output<GetIntegrationAccountResult> Invoke(GetIntegrationAccountInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIntegrationAccountResult> getIntegrationAccount(GetIntegrationAccountArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:logic:getIntegrationAccount
      arguments:
        # arguments dictionary

    The following arguments are supported:

    IntegrationAccountName string

    The integration account name.

    ResourceGroupName string

    The resource group name.

    IntegrationAccountName string

    The integration account name.

    ResourceGroupName string

    The resource group name.

    integrationAccountName String

    The integration account name.

    resourceGroupName String

    The resource group name.

    integrationAccountName string

    The integration account name.

    resourceGroupName string

    The resource group name.

    integration_account_name str

    The integration account name.

    resource_group_name str

    The resource group name.

    integrationAccountName String

    The integration account name.

    resourceGroupName String

    The resource group name.

    getIntegrationAccount Result

    The following output properties are available:

    Id string

    The resource id.

    Name string

    Gets the resource name.

    Type string

    Gets the resource type.

    IntegrationServiceEnvironment Pulumi.AzureNative.Logic.Outputs.ResourceReferenceResponse

    The integration service environment.

    Location string

    The resource location.

    Sku Pulumi.AzureNative.Logic.Outputs.IntegrationAccountSkuResponse

    The sku.

    State string

    The workflow state.

    Tags Dictionary<string, string>

    The resource tags.

    Id string

    The resource id.

    Name string

    Gets the resource name.

    Type string

    Gets the resource type.

    IntegrationServiceEnvironment ResourceReferenceResponse

    The integration service environment.

    Location string

    The resource location.

    Sku IntegrationAccountSkuResponse

    The sku.

    State string

    The workflow state.

    Tags map[string]string

    The resource tags.

    id String

    The resource id.

    name String

    Gets the resource name.

    type String

    Gets the resource type.

    integrationServiceEnvironment ResourceReferenceResponse

    The integration service environment.

    location String

    The resource location.

    sku IntegrationAccountSkuResponse

    The sku.

    state String

    The workflow state.

    tags Map<String,String>

    The resource tags.

    id string

    The resource id.

    name string

    Gets the resource name.

    type string

    Gets the resource type.

    integrationServiceEnvironment ResourceReferenceResponse

    The integration service environment.

    location string

    The resource location.

    sku IntegrationAccountSkuResponse

    The sku.

    state string

    The workflow state.

    tags {[key: string]: string}

    The resource tags.

    id str

    The resource id.

    name str

    Gets the resource name.

    type str

    Gets the resource type.

    integration_service_environment ResourceReferenceResponse

    The integration service environment.

    location str

    The resource location.

    sku IntegrationAccountSkuResponse

    The sku.

    state str

    The workflow state.

    tags Mapping[str, str]

    The resource tags.

    id String

    The resource id.

    name String

    Gets the resource name.

    type String

    Gets the resource type.

    integrationServiceEnvironment Property Map

    The integration service environment.

    location String

    The resource location.

    sku Property Map

    The sku.

    state String

    The workflow state.

    tags Map<String>

    The resource tags.

    Supporting Types

    IntegrationAccountSkuResponse

    Name string

    The sku name.

    Name string

    The sku name.

    name String

    The sku name.

    name string

    The sku name.

    name str

    The sku name.

    name String

    The sku name.

    ResourceReferenceResponse

    Name string

    Gets the resource name.

    Type string

    Gets the resource type.

    Id string

    The resource id.

    Name string

    Gets the resource name.

    Type string

    Gets the resource type.

    Id string

    The resource id.

    name String

    Gets the resource name.

    type String

    Gets the resource type.

    id String

    The resource id.

    name string

    Gets the resource name.

    type string

    Gets the resource type.

    id string

    The resource id.

    name str

    Gets the resource name.

    type str

    Gets the resource type.

    id str

    The resource id.

    name String

    Gets the resource name.

    type String

    Gets the resource type.

    id String

    The resource id.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.8.0 published on Monday, Sep 18, 2023 by Pulumi