1. Packages
  2. Azure Native v2
  3. API Docs
  4. logic
  5. getIntegrationAccount
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.getIntegrationAccount

Explore with Pulumi AI

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 an integration account. Azure REST API version: 2019-05-01.

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

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>
Copy
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]
Copy
func LookupIntegrationAccount(ctx *Context, args *LookupIntegrationAccountArgs, opts ...InvokeOption) (*LookupIntegrationAccountResult, error)
func LookupIntegrationAccountOutput(ctx *Context, args *LookupIntegrationAccountOutputArgs, opts ...InvokeOption) LookupIntegrationAccountResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetIntegrationAccountResult> getIntegrationAccount(GetIntegrationAccountArgs args, InvokeOptions options)
public static Output<GetIntegrationAccountResult> getIntegrationAccount(GetIntegrationAccountArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:logic:getIntegrationAccount
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

IntegrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
IntegrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
String
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
string
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
integration_account_name
This property is required.
Changes to this property will trigger replacement.
str
The integration account name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
integrationAccountName
This property is required.
Changes to this property will trigger replacement.
String
The integration account name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
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 This property is required. string
The sku name.
Name This property is required. string
The sku name.
name This property is required. String
The sku name.
name This property is required. string
The sku name.
name This property is required. str
The sku name.
name This property is required. String
The sku name.

ResourceReferenceResponse

Name This property is required. string
Gets the resource name.
Type This property is required. string
Gets the resource type.
Id string
The resource id.
Name This property is required. string
Gets the resource name.
Type This property is required. string
Gets the resource type.
Id string
The resource id.
name This property is required. String
Gets the resource name.
type This property is required. String
Gets the resource type.
id String
The resource id.
name This property is required. string
Gets the resource name.
type This property is required. string
Gets the resource type.
id string
The resource id.
name This property is required. str
Gets the resource name.
type This property is required. str
Gets the resource type.
id str
The resource id.
name This property is required. String
Gets the resource name.
type This property is required. String
Gets the resource type.
id String
The resource id.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
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