IntegrationAccount Constructors

Definition

Overloads

IntegrationAccount()

Initializes a new instance of the IntegrationAccount class.

IntegrationAccount(String, String, String, String, IDictionary<String,String>, Object, IntegrationAccountSku)

Initializes a new instance of the IntegrationAccount class.

IntegrationAccount()

Initializes a new instance of the IntegrationAccount class.

public IntegrationAccount ();
Public Sub New ()

Applies to

IntegrationAccount(String, String, String, String, IDictionary<String,String>, Object, IntegrationAccountSku)

Initializes a new instance of the IntegrationAccount class.

public IntegrationAccount (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, object properties = default, Microsoft.Azure.Management.Logic.Models.IntegrationAccountSku sku = default);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccount : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * obj * Microsoft.Azure.Management.Logic.Models.IntegrationAccountSku -> Microsoft.Azure.Management.Logic.Models.IntegrationAccount
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 properties As Object = Nothing, Optional sku As IntegrationAccountSku = 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.

properties
Object

The integration account properties.

sku
IntegrationAccountSku

The sku.

Applies to