Share via


ApiSchemaType Struct

Definition

Schema Type. Immutable.

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

Constructors

ApiSchemaType(String)

Initializes a new instance of ApiSchemaType.

Properties

Json

Json schema type.

Xml

Xml schema type.

Methods

Equals(ApiSchemaType)

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

Determines if two ApiSchemaType values are the same.

Implicit(String to ApiSchemaType)

Converts a string to a ApiSchemaType.

Inequality(ApiSchemaType, ApiSchemaType)

Determines if two ApiSchemaType values are not the same.

Applies to