Share via


ArmLogicModelFactory.IntegrationAccountMapData Method

Definition

Initializes a new instance of IntegrationAccountMapData.

public static Azure.ResourceManager.Logic.IntegrationAccountMapData IntegrationAccountMapData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Logic.Models.IntegrationAccountMapType mapType = default, string parametersSchemaRef = default, DateTimeOffset? createdOn = default, DateTimeOffset? changedOn = default, BinaryData content = default, Azure.Core.ContentType? contentType = default, Azure.ResourceManager.Logic.Models.LogicContentLink contentLink = default, BinaryData metadata = default);
static member IntegrationAccountMapData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Logic.Models.IntegrationAccountMapType * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * BinaryData * Nullable<Azure.Core.ContentType> * Azure.ResourceManager.Logic.Models.LogicContentLink * BinaryData -> Azure.ResourceManager.Logic.IntegrationAccountMapData
Public Shared Function IntegrationAccountMapData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional mapType As IntegrationAccountMapType = Nothing, Optional parametersSchemaRef As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional changedOn As Nullable(Of DateTimeOffset) = Nothing, Optional content As BinaryData = Nothing, Optional contentType As Nullable(Of ContentType) = Nothing, Optional contentLink As LogicContentLink = Nothing, Optional metadata As BinaryData = Nothing) As IntegrationAccountMapData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

mapType
IntegrationAccountMapType

The map type.

parametersSchemaRef
String

The parameters schema of integration account map.

createdOn
Nullable<DateTimeOffset>

The created time.

changedOn
Nullable<DateTimeOffset>

The changed time.

content
BinaryData

The content.

contentType
Nullable<ContentType>

The content type.

contentLink
LogicContentLink

The content link.

metadata
BinaryData

The metadata.

Returns

A new IntegrationAccountMapData instance for mocking.

Applies to