VersioningScheme 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.
An value that determines where the API Version identifier will be located in a HTTP request.
public readonly struct VersioningScheme : IEquatable<Azure.ResourceManager.ApiManagement.Models.VersioningScheme>
type VersioningScheme = struct
Public Structure VersioningScheme
Implements IEquatable(Of VersioningScheme)
- Inheritance
-
VersioningScheme
- Implements
Constructors
VersioningScheme(String) |
Initializes a new instance of VersioningScheme. |
Properties
Header |
Header. |
Query |
Query. |
Segment |
Segment. |
Methods
Equals(VersioningScheme) |
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(VersioningScheme, VersioningScheme) |
Determines if two VersioningScheme values are the same. |
Implicit(String to VersioningScheme) |
Converts a string to a VersioningScheme. |
Inequality(VersioningScheme, VersioningScheme) |
Determines if two VersioningScheme values are not the same. |
Applies to
Azure SDK for .NET