Share via


IntegrationAccountMapType Struct

Definition

The map type.

public readonly struct IntegrationAccountMapType : IEquatable<Azure.ResourceManager.Logic.Models.IntegrationAccountMapType>
type IntegrationAccountMapType = struct
Public Structure IntegrationAccountMapType
Implements IEquatable(Of IntegrationAccountMapType)
Inheritance
IntegrationAccountMapType
Implements

Constructors

IntegrationAccountMapType(String)

Initializes a new instance of IntegrationAccountMapType.

Properties

Liquid

Liquid.

NotSpecified

NotSpecified.

Xslt

Xslt.

Xslt20

Xslt20.

Xslt30

Xslt30.

Methods

Equals(IntegrationAccountMapType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(IntegrationAccountMapType, IntegrationAccountMapType)

Determines if two IntegrationAccountMapType values are the same.

Implicit(String to IntegrationAccountMapType)

Converts a string to a IntegrationAccountMapType.

Inequality(IntegrationAccountMapType, IntegrationAccountMapType)

Determines if two IntegrationAccountMapType values are not the same.

Applies to