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

Explore with Pulumi AI

azure-native logo
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 session.

    Uses Azure REST API version 2019-05-01.

    Other available API versions: 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 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>
    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]
    func LookupIntegrationAccountSession(ctx *Context, args *LookupIntegrationAccountSessionArgs, opts ...InvokeOption) (*LookupIntegrationAccountSessionResult, error)
    func LookupIntegrationAccountSessionOutput(ctx *Context, args *LookupIntegrationAccountSessionOutputArgs, opts ...InvokeOption) LookupIntegrationAccountSessionResultOutput

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

    The following arguments are supported:

    IntegrationAccountName string
    The integration account name.
    ResourceGroupName string
    The resource group name.
    SessionName string
    The integration account session name.
    IntegrationAccountName string
    The integration account name.
    ResourceGroupName string
    The resource group name.
    SessionName string
    The integration account session name.
    integrationAccountName String
    The integration account name.
    resourceGroupName String
    The resource group name.
    sessionName String
    The integration account session name.
    integrationAccountName string
    The integration account name.
    resourceGroupName string
    The resource group name.
    sessionName string
    The integration account session name.
    integration_account_name str
    The integration account name.
    resource_group_name str
    The resource group name.
    session_name str
    The integration account session name.
    integrationAccountName String
    The integration account name.
    resourceGroupName String
    The resource group name.
    sessionName String
    The integration account session name.

    getIntegrationAccountSession Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    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.
    AzureApiVersion string
    The Azure API version of the resource.
    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.
    azureApiVersion String
    The Azure API version of the resource.
    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.
    azureApiVersion string
    The Azure API version of the resource.
    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.
    azure_api_version str
    The Azure API version of the resource.
    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.
    azureApiVersion String
    The Azure API version of the resource.
    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
    azure-native logo
    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