IntegrationAccountMapInner コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IntegrationAccountMapInner()
public IntegrationAccountMapInner ();
Public Sub New ()
適用対象
IntegrationAccountMapInner(MapType, String, String, String, String, IDictionary<String,String>, IntegrationAccountMapPropertiesParametersSchema, Nullable<DateTime>, Nullable<DateTime>, String, String, ContentLink, Object)
public IntegrationAccountMapInner (Microsoft.Azure.Management.Logic.Fluent.Models.MapType mapType, string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountMapPropertiesParametersSchema parametersSchema = default, DateTime? createdTime = default, DateTime? changedTime = default, string content = default, string contentType = default, Microsoft.Azure.Management.Logic.Fluent.Models.ContentLink contentLink = default, object metadata = default);
new Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountMapInner : Microsoft.Azure.Management.Logic.Fluent.Models.MapType * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountMapPropertiesParametersSchema * Nullable<DateTime> * Nullable<DateTime> * string * string * Microsoft.Azure.Management.Logic.Fluent.Models.ContentLink * obj -> Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountMapInner
Public Sub New (mapType As MapType, Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type 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
- MapType
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- parametersSchema
- IntegrationAccountMapPropertiesParametersSchema
- content
- String
- contentType
- String
- contentLink
- ContentLink
- metadata
- Object
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET