共用方式為


IntegrationAccountPartner Constructors

Definition

Overloads

IntegrationAccountPartner()

Initializes a new instance of the IntegrationAccountPartner class.

IntegrationAccountPartner(String, PartnerContent, String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object)

Initializes a new instance of the IntegrationAccountPartner class.

IntegrationAccountPartner()

Initializes a new instance of the IntegrationAccountPartner class.

public IntegrationAccountPartner ();
Public Sub New ()

Applies to

IntegrationAccountPartner(String, PartnerContent, String, String, String, String, IDictionary<String,String>, Nullable<DateTime>, Nullable<DateTime>, Object)

Initializes a new instance of the IntegrationAccountPartner class.

public IntegrationAccountPartner (string partnerType, Microsoft.Azure.Management.Logic.Models.PartnerContent content, string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, DateTime? createdTime = default, DateTime? changedTime = default, object metadata = default);
new Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner : string * Microsoft.Azure.Management.Logic.Models.PartnerContent * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<DateTime> * Nullable<DateTime> * obj -> Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner
Public Sub New (partnerType As String, content As PartnerContent, 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 createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional metadata As Object = Nothing)

Parameters

partnerType
String

The partner type. Possible values include: 'NotSpecified', 'B2B'

content
PartnerContent

The partner content.

id
String

The resource id.

name
String

Gets the resource name.

type
String

Gets the resource type.

location
String

The resource location.

tags
IDictionary<String,String>

The resource tags.

createdTime
Nullable<DateTime>

The created time.

changedTime
Nullable<DateTime>

The changed time.

metadata
Object

The metadata.

Applies to