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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.logic.getIntegrationAccountMap
Explore with Pulumi AI
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.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets an integration account map. Azure REST API version: 2019-05-01.
Other available API versions: 2015-08-01-preview.
Using getIntegrationAccountMap
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 getIntegrationAccountMap(args: GetIntegrationAccountMapArgs, opts?: InvokeOptions): Promise<GetIntegrationAccountMapResult>
function getIntegrationAccountMapOutput(args: GetIntegrationAccountMapOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAccountMapResult>def get_integration_account_map(integration_account_name: Optional[str] = None,
                                map_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetIntegrationAccountMapResult
def get_integration_account_map_output(integration_account_name: Optional[pulumi.Input[str]] = None,
                                map_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAccountMapResult]func LookupIntegrationAccountMap(ctx *Context, args *LookupIntegrationAccountMapArgs, opts ...InvokeOption) (*LookupIntegrationAccountMapResult, error)
func LookupIntegrationAccountMapOutput(ctx *Context, args *LookupIntegrationAccountMapOutputArgs, opts ...InvokeOption) LookupIntegrationAccountMapResultOutput> Note: This function is named LookupIntegrationAccountMap in the Go SDK.
public static class GetIntegrationAccountMap 
{
    public static Task<GetIntegrationAccountMapResult> InvokeAsync(GetIntegrationAccountMapArgs args, InvokeOptions? opts = null)
    public static Output<GetIntegrationAccountMapResult> Invoke(GetIntegrationAccountMapInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIntegrationAccountMapResult> getIntegrationAccountMap(GetIntegrationAccountMapArgs args, InvokeOptions options)
public static Output<GetIntegrationAccountMapResult> getIntegrationAccountMap(GetIntegrationAccountMapArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:logic:getIntegrationAccountMap
  arguments:
    # arguments dictionaryThe following arguments are supported:
- IntegrationAccount stringName 
- The integration account name.
- MapName string
- The integration account map name.
- ResourceGroup stringName 
- The resource group name.
- IntegrationAccount stringName 
- The integration account name.
- MapName string
- The integration account map name.
- ResourceGroup stringName 
- The resource group name.
- integrationAccount StringName 
- The integration account name.
- mapName String
- The integration account map name.
- resourceGroup StringName 
- The resource group name.
- integrationAccount stringName 
- The integration account name.
- mapName string
- The integration account map name.
- resourceGroup stringName 
- The resource group name.
- integration_account_ strname 
- The integration account name.
- map_name str
- The integration account map name.
- resource_group_ strname 
- The resource group name.
- integrationAccount StringName 
- The integration account name.
- mapName String
- The integration account map name.
- resourceGroup StringName 
- The resource group name.
getIntegrationAccountMap Result
The following output properties are available:
- ChangedTime string
- The changed time.
- ContentLink Pulumi.Azure Native. Logic. Outputs. Content Link Response 
- The content link.
- CreatedTime string
- The created time.
- Id string
- The resource id.
- MapType string
- The map type.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- Content string
- The content.
- ContentType string
- The content type.
- Location string
- The resource location.
- Metadata object
- The metadata.
- ParametersSchema Pulumi.Azure Native. Logic. Outputs. Integration Account Map Properties Response Parameters Schema 
- The parameters schema of integration account map.
- Dictionary<string, string>
- The resource tags.
- ChangedTime string
- The changed time.
- ContentLink ContentLink Response 
- The content link.
- CreatedTime string
- The created time.
- Id string
- The resource id.
- MapType string
- The map type.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- Content string
- The content.
- ContentType string
- The content type.
- Location string
- The resource location.
- Metadata interface{}
- The metadata.
- ParametersSchema IntegrationAccount Map Properties Response Parameters Schema 
- The parameters schema of integration account map.
- map[string]string
- The resource tags.
- changedTime String
- The changed time.
- contentLink ContentLink Response 
- The content link.
- createdTime String
- The created time.
- id String
- The resource id.
- mapType String
- The map type.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
- content String
- The content.
- contentType String
- The content type.
- location String
- The resource location.
- metadata Object
- The metadata.
- parametersSchema IntegrationAccount Map Properties Response Parameters Schema 
- The parameters schema of integration account map.
- Map<String,String>
- The resource tags.
- changedTime string
- The changed time.
- contentLink ContentLink Response 
- The content link.
- createdTime string
- The created time.
- id string
- The resource id.
- mapType string
- The map type.
- name string
- Gets the resource name.
- type string
- Gets the resource type.
- content string
- The content.
- contentType string
- The content type.
- location string
- The resource location.
- metadata any
- The metadata.
- parametersSchema IntegrationAccount Map Properties Response Parameters Schema 
- The parameters schema of integration account map.
- {[key: string]: string}
- The resource tags.
- changed_time str
- The changed time.
- content_link ContentLink Response 
- The content link.
- created_time str
- The created time.
- id str
- The resource id.
- map_type str
- The map type.
- name str
- Gets the resource name.
- type str
- Gets the resource type.
- content str
- The content.
- content_type str
- The content type.
- location str
- The resource location.
- metadata Any
- The metadata.
- parameters_schema IntegrationAccount Map Properties Response Parameters Schema 
- The parameters schema of integration account map.
- Mapping[str, str]
- The resource tags.
- changedTime String
- The changed time.
- contentLink Property Map
- The content link.
- createdTime String
- The created time.
- id String
- The resource id.
- mapType String
- The map type.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
- content String
- The content.
- contentType String
- The content type.
- location String
- The resource location.
- metadata Any
- The metadata.
- parametersSchema Property Map
- The parameters schema of integration account map.
- Map<String>
- The resource tags.
Supporting Types
ContentHashResponse  
ContentLinkResponse  
- ContentHash Pulumi.Azure Native. Logic. Inputs. Content Hash Response 
- The content hash.
- ContentSize double
- The content size.
- ContentVersion string
- The content version.
- Metadata object
- The metadata.
- Uri string
- The content link URI.
- ContentHash ContentHash Response 
- The content hash.
- ContentSize float64
- The content size.
- ContentVersion string
- The content version.
- Metadata interface{}
- The metadata.
- Uri string
- The content link URI.
- contentHash ContentHash Response 
- The content hash.
- contentSize Double
- The content size.
- contentVersion String
- The content version.
- metadata Object
- The metadata.
- uri String
- The content link URI.
- contentHash ContentHash Response 
- The content hash.
- contentSize number
- The content size.
- contentVersion string
- The content version.
- metadata any
- The metadata.
- uri string
- The content link URI.
- content_hash ContentHash Response 
- The content hash.
- content_size float
- The content size.
- content_version str
- The content version.
- metadata Any
- The metadata.
- uri str
- The content link URI.
- contentHash Property Map
- The content hash.
- contentSize Number
- The content size.
- contentVersion String
- The content version.
- metadata Any
- The metadata.
- uri String
- The content link URI.
IntegrationAccountMapPropertiesResponseParametersSchema      
- Ref string
- The reference name.
- Ref string
- The reference name.
- ref String
- The reference name.
- ref string
- The reference name.
- ref str
- The reference name.
- ref String
- The reference name.
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi