azure-native.logic.IntegrationAccountSession
Explore with Pulumi AI
The integration account session.
Uses Azure REST API version 2019-05-01. In version 2.x of the Azure Native provider, it used 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.
Create IntegrationAccountSession Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IntegrationAccountSession(name: string, args: IntegrationAccountSessionArgs, opts?: CustomResourceOptions);
@overload
def IntegrationAccountSession(resource_name: str,
args: IntegrationAccountSessionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IntegrationAccountSession(resource_name: str,
opts: Optional[ResourceOptions] = None,
integration_account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
content: Optional[Any] = None,
location: Optional[str] = None,
session_name: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewIntegrationAccountSession(ctx *Context, name string, args IntegrationAccountSessionArgs, opts ...ResourceOption) (*IntegrationAccountSession, error)
public IntegrationAccountSession(string name, IntegrationAccountSessionArgs args, CustomResourceOptions? opts = null)
public IntegrationAccountSession(String name, IntegrationAccountSessionArgs args)
public IntegrationAccountSession(String name, IntegrationAccountSessionArgs args, CustomResourceOptions options)
type: azure-native:logic:IntegrationAccountSession
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IntegrationAccountSessionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. IntegrationAccountSessionArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IntegrationAccountSessionArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. IntegrationAccountSessionArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. IntegrationAccountSessionArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var integrationAccountSessionResource = new AzureNative.Logic.IntegrationAccountSession("integrationAccountSessionResource", new()
{
IntegrationAccountName = "string",
ResourceGroupName = "string",
Content = "any",
Location = "string",
SessionName = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := logic.NewIntegrationAccountSession(ctx, "integrationAccountSessionResource", &logic.IntegrationAccountSessionArgs{
IntegrationAccountName: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
Content: pulumi.Any("any"),
Location: pulumi.String("string"),
SessionName: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var integrationAccountSessionResource = new IntegrationAccountSession("integrationAccountSessionResource", IntegrationAccountSessionArgs.builder()
.integrationAccountName("string")
.resourceGroupName("string")
.content("any")
.location("string")
.sessionName("string")
.tags(Map.of("string", "string"))
.build());
integration_account_session_resource = azure_native.logic.IntegrationAccountSession("integrationAccountSessionResource",
integration_account_name="string",
resource_group_name="string",
content="any",
location="string",
session_name="string",
tags={
"string": "string",
})
const integrationAccountSessionResource = new azure_native.logic.IntegrationAccountSession("integrationAccountSessionResource", {
integrationAccountName: "string",
resourceGroupName: "string",
content: "any",
location: "string",
sessionName: "string",
tags: {
string: "string",
},
});
type: azure-native:logic:IntegrationAccountSession
properties:
content: any
integrationAccountName: string
location: string
resourceGroupName: string
sessionName: string
tags:
string: string
IntegrationAccountSession Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The IntegrationAccountSession resource accepts the following input properties:
- Integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- Content object
- The session content.
- Location string
- The resource location.
- Session
Name Changes to this property will trigger replacement.
- The integration account session name.
- Dictionary<string, string>
- The resource tags.
- Integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- Content interface{}
- The session content.
- Location string
- The resource location.
- Session
Name Changes to this property will trigger replacement.
- The integration account session name.
- map[string]string
- The resource tags.
- integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- content Object
- The session content.
- location String
- The resource location.
- session
Name Changes to this property will trigger replacement.
- The integration account session name.
- Map<String,String>
- The resource tags.
- integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- content any
- The session content.
- location string
- The resource location.
- session
Name Changes to this property will trigger replacement.
- The integration account session name.
- {[key: string]: string}
- The resource tags.
- integration_
account_ name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- content Any
- The session content.
- location str
- The resource location.
- session_
name Changes to this property will trigger replacement.
- The integration account session name.
- Mapping[str, str]
- The resource tags.
- integration
Account Name This property is required. Changes to this property will trigger replacement.
- The integration account name.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The resource group name.
- content Any
- The session content.
- location String
- The resource location.
- session
Name Changes to this property will trigger replacement.
- The integration account session name.
- Map<String>
- The resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the IntegrationAccountSession resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Changed
Time string - The changed time.
- Created
Time string - The created time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- Azure
Api stringVersion - The Azure API version of the resource.
- Changed
Time string - The changed time.
- Created
Time string - The created time.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Gets the resource name.
- Type string
- Gets the resource type.
- azure
Api StringVersion - The Azure API version of the resource.
- changed
Time String - The changed time.
- created
Time String - The created time.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
- azure
Api stringVersion - The Azure API version of the resource.
- changed
Time string - The changed time.
- created
Time string - The created time.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Gets the resource name.
- type string
- Gets the resource type.
- azure_
api_ strversion - The Azure API version of the resource.
- changed_
time str - The changed time.
- created_
time str - The created time.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Gets the resource name.
- type str
- Gets the resource type.
- azure
Api StringVersion - The Azure API version of the resource.
- changed
Time String - The changed time.
- created
Time String - The created time.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Gets the resource name.
- type String
- Gets the resource type.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:logic:IntegrationAccountSession testsession123-ICN /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/integrationAccounts/{integrationAccountName}/sessions/{sessionName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0