你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationAccountMap 构造函数

定义

重载

IntegrationAccountMap()

初始化 IntegrationAccountMap 类的新实例。

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

初始化 IntegrationAccountMap 类的新实例。

IntegrationAccountMap()

初始化 IntegrationAccountMap 类的新实例。

public IntegrationAccountMap ();
Public Sub New ()

适用于

初始化 IntegrationAccountMap 类的新实例。

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)

参数

mapType
String

映射类型。 可能的值包括:“NotSpecified”、“Xslt”、“Xslt20”、“Xslt30”、“Liquid”

id
String

资源 ID。

name
String

获取资源名称。

type
String

获取资源类型。

location
String

资源位置。

tags
IDictionary<String,String>

资源标记。

parametersSchema
IntegrationAccountMapPropertiesParametersSchema

集成帐户映射的参数架构。

createdTime
Nullable<DateTime>

创建时间。

changedTime
Nullable<DateTime>

更改的时间。

content
String

内容。

contentType
String

内容类型。

contentLink
ContentLink

内容链接。

metadata
Object

元数据。

适用于