次の方法で共有


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

メタデータ。

適用対象