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.73.0 published on Wednesday, Nov 20, 2024 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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
Gets an integration account session. 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>
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:
- Integration
Account stringName - The integration account name.
- Resource
Group stringName - The resource group name.
- Session
Name string - The integration account session name.
- Integration
Account stringName - The integration account name.
- Resource
Group stringName - The resource group name.
- Session
Name string - The integration account session name.
- integration
Account StringName - The integration account name.
- resource
Group StringName - The resource group name.
- session
Name String - The integration account session name.
- integration
Account stringName - The integration account name.
- resource
Group stringName - The resource group name.
- session
Name string - The integration account session name.
- integration_
account_ strname - The integration account name.
- resource_
group_ strname - The resource group name.
- session_
name str - The integration account session name.
- integration
Account StringName - The integration account name.
- resource
Group StringName - The resource group name.
- session
Name String - The integration account session name.
getIntegrationAccountSession Result
The following output properties are available:
- Changed
Time string - The changed time.
- Created
Time 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.
- Dictionary<string, string>
- The resource tags.
- Changed
Time string - The changed time.
- Created
Time 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.
- map[string]string
- The resource tags.
- changed
Time String - The changed time.
- created
Time 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.
- Map<String,String>
- The resource tags.
- changed
Time string - The changed time.
- created
Time 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.
- {[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.
- Mapping[str, str]
- The resource tags.
- changed
Time String - The changed time.
- created
Time 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.
- 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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi