IntegrationAccountMapInner Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IntegrationAccountMapInner()
public IntegrationAccountMapInner ();
Public Sub New ()
Applies to
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)
Parameters
- mapType
- MapType
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- parametersSchema
- IntegrationAccountMapPropertiesParametersSchema
- content
- String
- contentType
- String
- contentLink
- ContentLink
- metadata
- Object
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET