ApiVersionSetContractDetails Class
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 API Version Set contains the common configuration for a set of API Versions relating
public class ApiVersionSetContractDetails
type ApiVersionSetContractDetails = class
Public Class ApiVersionSetContractDetails
- Inheritance
-
ApiVersionSetContractDetails
Constructors
ApiVersionSetContractDetails() |
Initializes a new instance of the ApiVersionSetContractDetails class. |
ApiVersionSetContractDetails(String, String, String, String, String, String) |
Initializes a new instance of the ApiVersionSetContractDetails class. |
Properties
Description |
Gets or sets description of API Version Set. |
Id |
Gets or sets identifier for existing API Version Set. Omit this value to create a new Version Set. |
Name |
Gets or sets the display Name of the API Version Set. |
VersionHeaderName |
Gets or sets name of HTTP header parameter that indicates the API
Version if versioningScheme is set to |
VersioningScheme |
Gets or sets an value that determines where the API Version identifier will be located in a HTTP request. Possible values include: 'Segment', 'Query', 'Header' |
VersionQueryName |
Gets or sets name of query parameter that indicates the API Version
if versioningScheme is set to |