1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. getIntegrationAccountSession
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.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.logic.getIntegrationAccountSession

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.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Gets an integration account session.

Uses Azure REST API version 2019-05-01.

Using getIntegrationAccountSession

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 getIntegrationAccountSession(args: GetIntegrationAccountSessionArgs, opts?: InvokeOptions): Promise<GetIntegrationAccountSessionResult>
function getIntegrationAccountSessionOutput(args: GetIntegrationAccountSessionOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAccountSessionResult>
Copy
def get_integration_account_session(integration_account_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    session_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetIntegrationAccountSessionResult
def get_integration_account_session_output(integration_account_name: Optional[pulumi.Input[str]] = None,
                                    resource_group_name: Optional[pulumi.Input[str]] = None,
                                    session_name: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAccountSessionResult]
Copy
func LookupIntegrationAccountSession(ctx *Context, args *LookupIntegrationAccountSessionArgs, opts ...InvokeOption) (*LookupIntegrationAccountSessionResult, error)
func LookupIntegrationAccountSessionOutput(ctx *Context, args *LookupIntegrationAccountSessionOutputArgs, opts ...InvokeOption) LookupIntegrationAccountSessionResultOutput
Copy

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

public static class GetIntegrationAccountSession 
{
    public static Task<GetIntegrationAccountSessionResult> InvokeAsync(GetIntegrationAccountSessionArgs args, InvokeOptions? opts = null)
    public static Output<GetIntegrationAccountSessionResult> Invoke(GetIntegrationAccountSessionInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIntegrationAccountSessionResult> getIntegrationAccountSession(GetIntegrationAccountSessionArgs args, InvokeOptions options)
public static Output<GetIntegrationAccountSessionResult> getIntegrationAccountSession(GetIntegrationAccountSessionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:logic:getIntegrationAccountSession
  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.
SessionName
This property is required.
Changes to this property will trigger replacement.
string
The integration account session 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.
SessionName
This property is required.
Changes to this property will trigger replacement.
string
The integration account session 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.
sessionName
This property is required.
Changes to this property will trigger replacement.
String
The integration account session 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.
sessionName
This property is required.
Changes to this property will trigger replacement.
string
The integration account session 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.
session_name
This property is required.
Changes to this property will trigger replacement.
str
The integration account session 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.
sessionName
This property is required.
Changes to this property will trigger replacement.
String
The integration account session name.

getIntegrationAccountSession Result

The following output properties are available:

ChangedTime string
The changed time.
CreatedTime string
The created time.
Id string
The resource id.
Name string
Gets the resource name.
Type string
Gets the resource type.
Content object
The session content.
Location string
The resource location.
Tags Dictionary<string, string>
The resource tags.
ChangedTime string
The changed time.
CreatedTime string
The created time.
Id string
The resource id.
Name string
Gets the resource name.
Type string
Gets the resource type.
Content interface{}
The session content.
Location string
The resource location.
Tags map[string]string
The resource tags.
changedTime String
The changed time.
createdTime String
The created time.
id String
The resource id.
name String
Gets the resource name.
type String
Gets the resource type.
content Object
The session content.
location String
The resource location.
tags Map<String,String>
The resource tags.
changedTime string
The changed time.
createdTime string
The created time.
id string
The resource id.
name string
Gets the resource name.
type string
Gets the resource type.
content any
The session content.
location string
The resource location.
tags {[key: string]: string}
The resource tags.
changed_time str
The changed time.
created_time str
The created time.
id str
The resource id.
name str
Gets the resource name.
type str
Gets the resource type.
content Any
The session content.
location str
The resource location.
tags Mapping[str, str]
The resource tags.
changedTime String
The changed time.
createdTime String
The created time.
id String
The resource id.
name String
Gets the resource name.
type String
Gets the resource type.
content Any
The session content.
location String
The resource location.
tags Map<String>
The resource tags.

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.90.0 published on Thursday, Mar 27, 2025 by Pulumi