Share via


IntegrationAccountSchemaType Struct

Definition

The schema type.

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

Constructors

IntegrationAccountSchemaType(String)

Initializes a new instance of IntegrationAccountSchemaType.

Properties

NotSpecified

NotSpecified.

Xml

Xml.

Methods

Equals(IntegrationAccountSchemaType)

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(IntegrationAccountSchemaType, IntegrationAccountSchemaType)

Determines if two IntegrationAccountSchemaType values are the same.

Implicit(String to IntegrationAccountSchemaType)

Converts a string to a IntegrationAccountSchemaType.

Inequality(IntegrationAccountSchemaType, IntegrationAccountSchemaType)

Determines if two IntegrationAccountSchemaType values are not the same.

Applies to