Udostępnij przez


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

Name Description
IntegrationAccountSchemaType(String)

Initializes a new instance of IntegrationAccountSchemaType.

Properties

Name Description
NotSpecified

NotSpecified.

Xml

Xml.

Methods

Name Description
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

Name Description
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