ApiSchemaType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET