SwaggerSchemaType 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.
The swagger schema type.
public readonly struct SwaggerSchemaType : IEquatable<Azure.ResourceManager.Logic.Models.SwaggerSchemaType>
type SwaggerSchemaType = struct
Public Structure SwaggerSchemaType
Implements IEquatable(Of SwaggerSchemaType)
- Inheritance
-
SwaggerSchemaType
- Implements
Constructors
SwaggerSchemaType(String) |
Initializes a new instance of SwaggerSchemaType. |
Properties
Array |
Array. |
Boolean |
Boolean. |
File |
File. |
Integer |
Integer. |
Null |
Null. |
Number |
Number. |
Object |
Object. |
String |
String. |
Methods
Equals(SwaggerSchemaType) |
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(SwaggerSchemaType, SwaggerSchemaType) |
Determines if two SwaggerSchemaType values are the same. |
Implicit(String to SwaggerSchemaType) |
Converts a String to a SwaggerSchemaType. |
Inequality(SwaggerSchemaType, SwaggerSchemaType) |
Determines if two SwaggerSchemaType values are not the same. |
Applies to
Azure SDK for .NET