This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
azure-native.logic.getIntegrationAccount
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
Gets an integration account.
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 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)
public static Output<GetIntegrationAccountResult> getIntegrationAccount(GetIntegrationAccountArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:logic:getIntegrationAccount
arguments:
# arguments dictionary
The following arguments are supported:
- Integration
Account stringName - The integration account name.
- Resource
Group stringName - The resource group name.
- Integration
Account stringName - The integration account name.
- Resource
Group stringName - The resource group name.
- integration
Account StringName - The integration account name.
- resource
Group StringName - The resource group name.
- integration
Account stringName - The integration account name.
- resource
Group stringName - The resource group name.
- integration_
account_ strname - The integration account name.
- resource_
group_ strname - The resource group name.
- integration
Account StringName - The integration account name.
- resource
Group StringName - The resource group name.
getIntegrationAccount Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The resource id.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- Integration
Service Pulumi.Environment Azure Native. Logic. Outputs. Resource Reference Response - The integration service environment.
- Location string
- The resource location.
- Sku
Pulumi.
Azure Native. Logic. Outputs. Integration Account Sku Response - The sku.
- State string
- The workflow state.
- Dictionary<string, string>
- The resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The resource id.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- Integration
Service ResourceEnvironment Reference Response - The integration service environment.
- Location string
- The resource location.
- Sku
Integration
Account Sku Response - The sku.
- State string
- The workflow state.
- map[string]string
- The resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The resource id.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
- integration
Service ResourceEnvironment Reference Response - The integration service environment.
- location String
- The resource location.
- sku
Integration
Account Sku Response - The sku.
- state String
- The workflow state.
- Map<String,String>
- The resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The resource id.
- name string
- Gets the resource name.
- type string
- Gets the resource type.
- integration
Service ResourceEnvironment Reference Response - The integration service environment.
- location string
- The resource location.
- sku
Integration
Account Sku Response - The sku.
- state string
- The workflow state.
- {[key: string]: string}
- The resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The resource id.
- name str
- Gets the resource name.
- type str
- Gets the resource type.
- integration_
service_ Resourceenvironment Reference Response - The integration service environment.
- location str
- The resource location.
- sku
Integration
Account Sku Response - The sku.
- state str
- The workflow state.
- Mapping[str, str]
- The resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The resource id.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
- integration
Service Property MapEnvironment - The integration service environment.
- location String
- The resource location.
- sku Property Map
- The sku.
- state String
- The workflow state.
- 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
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi