IntegrationAccountMap Constructors

Definition

Overloads

IntegrationAccountMap()

Initializes a new instance of the IntegrationAccountMap class.

IntegrationAccountMap(String, String, String, String, String, IDictionary<String,String>, IntegrationAccountMapPropertiesParametersSchema, Nullable<DateTime>, Nullable<DateTime>, String, String, ContentLink, Object)

Initializes a new instance of the IntegrationAccountMap class.

IntegrationAccountMap()

Initializes a new instance of the IntegrationAccountMap class.

public IntegrationAccountMap ();
Public Sub New ()

Applies to

Initializes a new instance of the IntegrationAccountMap class.

public IntegrationAccountMap (string mapType, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapPropertiesParametersSchema parametersSchema = default, DateTime? createdTime = default, DateTime? changedTime = default, string content = default, string contentType = default, Microsoft.Azure.Management.Logic.Models.ContentLink contentLink = default, object metadata = default);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Logic.Models.IntegrationAccountMapPropertiesParametersSchema * Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.Logic.Models.ContentLink * obj -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountMap
Public Sub New (mapType As String, 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 parametersSchema As IntegrationAccountMapPropertiesParametersSchema = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional content As String = Nothing, Optional contentType As String = Nothing, Optional contentLink As ContentLink = Nothing, Optional metadata As Object = Nothing)

Parameters

mapType
String

The map type. Possible values include: 'NotSpecified', 'Xslt', 'Xslt20', 'Xslt30', 'Liquid'

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.

parametersSchema
IntegrationAccountMapPropertiesParametersSchema

The parameters schema of integration account map.

createdTime
Nullable<DateTime>

The created time.

changedTime
Nullable<DateTime>

The changed time.

content
String

The content.

contentType
String

The content type.

contentLink
ContentLink

The content link.

metadata
Object

The metadata.

Applies to