1. Packages
  2. Azure Native v1
  3. API Docs
  4. logic
  5. getIntegrationAccountSession
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.logic.getIntegrationAccountSession

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Gets an integration account session. 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>
    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)
    // Output-based functions aren't available in Java yet
    
    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:

    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-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi