Sdílet prostřednictvím


IntegrationAccountSchema Constructors

Definition

Overloads

IntegrationAccountSchema()

Initializes a new instance of the IntegrationAccountSchema class.

IntegrationAccountSchema(String, String, String, String, String, IDictionary<String,String>, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Object, String, String, ContentLink)

Initializes a new instance of the IntegrationAccountSchema class.

IntegrationAccountSchema()

Initializes a new instance of the IntegrationAccountSchema class.

public IntegrationAccountSchema ();
Public Sub New ()

Applies to

IntegrationAccountSchema(String, String, String, String, String, IDictionary<String,String>, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Object, String, String, ContentLink)

Initializes a new instance of the IntegrationAccountSchema class.

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

Parameters

schemaType
String

The schema type. Possible values include: 'NotSpecified', 'Xml'

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.

targetNamespace
String

The target namespace of the schema.

documentName
String

The document name.

fileName
String

The file name.

createdTime
Nullable<DateTime>

The created time.

changedTime
Nullable<DateTime>

The changed time.

metadata
Object

The metadata.

content
String

The content.

contentType
String

The content type.

contentLink
ContentLink

The content link.

Applies to