Share via


ArmLogicModelFactory.IntegrationAccountPartnerData Method

Definition

Initializes a new instance of IntegrationAccountPartnerData.

public static Azure.ResourceManager.Logic.IntegrationAccountPartnerData IntegrationAccountPartnerData (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.IntegrationAccountPartnerType partnerType = default, DateTimeOffset? createdOn = default, DateTimeOffset? changedOn = default, BinaryData metadata = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity> b2bBusinessIdentities = default);
static member IntegrationAccountPartnerData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Logic.Models.IntegrationAccountPartnerType * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * BinaryData * seq<Azure.ResourceManager.Logic.Models.IntegrationAccountBusinessIdentity> -> Azure.ResourceManager.Logic.IntegrationAccountPartnerData
Public Shared Function IntegrationAccountPartnerData (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 partnerType As IntegrationAccountPartnerType = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional changedOn As Nullable(Of DateTimeOffset) = Nothing, Optional metadata As BinaryData = Nothing, Optional b2bBusinessIdentities As IEnumerable(Of IntegrationAccountBusinessIdentity) = Nothing) As IntegrationAccountPartnerData

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.

partnerType
IntegrationAccountPartnerType

The partner type.

createdOn
Nullable<DateTimeOffset>

The created time.

changedOn
Nullable<DateTimeOffset>

The changed time.

metadata
BinaryData

The metadata.

b2bBusinessIdentities
IEnumerable<IntegrationAccountBusinessIdentity>

The partner content.

Returns

A new IntegrationAccountPartnerData instance for mocking.

Applies to