IntegrationAccountSession Constructors

Definition

Overloads

IntegrationAccountSession()

Initializes a new instance of the IntegrationAccountSession class.

IntegrationAccountSession(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object)

Initializes a new instance of the IntegrationAccountSession class.

IntegrationAccountSession()

Initializes a new instance of the IntegrationAccountSession class.

public IntegrationAccountSession ();
Public Sub New ()

Applies to

IntegrationAccountSession(String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object)

Initializes a new instance of the IntegrationAccountSession class.

public IntegrationAccountSession (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? createdTime = default, DateTime? changedTime = default, object content = default);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccountSession : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * obj -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountSession
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional content As Object = Nothing)

Parameters

id
String

The resource id.

name
String

Gets the resource name.

type
String

Gets the resource type.

location
String

The resource location.

tags
IDictionary<String,String>

The resource tags.

createdTime
Nullable<DateTime>

The created time.

changedTime
Nullable<DateTime>

The changed time.

content
Object

The session content.

Applies to