azure-native.logic.getIntegrationAccount
Explore with Pulumi AI
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:
- 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:
- 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.
- 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.
- 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.
- 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.
- 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.
- 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