IntegrationAccountMap Class

Definition

The integration account map.

[Microsoft.Rest.Serialization.JsonTransformation]
public class IntegrationAccountMap : Microsoft.Azure.Management.Logic.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IntegrationAccountMap = class
    inherit Resource
Public Class IntegrationAccountMap
Inherits Resource
Inheritance
IntegrationAccountMap
Attributes

Constructors

IntegrationAccountMap()

Initializes a new instance of the IntegrationAccountMap class.

IntegrationAccountMap(String, String, String, String, String, IDictionary<String,String>, IntegrationAccountMapPropertiesParametersSchema, Nullable<DateTime>, Nullable<DateTime>, String, String, ContentLink, Object)

Initializes a new instance of the IntegrationAccountMap class.

Properties

ChangedTime

Gets the changed time.

Content

Gets or sets the content.

ContentLink

Gets the content link.

ContentType

Gets or sets the content type.

CreatedTime

Gets the created time.

Id

Gets the resource id.

(Inherited from Resource)
Location

Gets or sets the resource location.

(Inherited from Resource)
MapType

Gets or sets the map type. Possible values include: 'NotSpecified', 'Xslt', 'Xslt20', 'Xslt30', 'Liquid'

Metadata

Gets or sets the metadata.

Name

Gets the resource name.

(Inherited from Resource)
ParametersSchema

Gets or sets the parameters schema of integration account map.

Tags

Gets or sets the resource tags.

(Inherited from Resource)
Type

Gets the resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to