ApiVersionSetUpdateParameters Constructors
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.
Overloads
ApiVersionSetUpdateParameters() |
Initializes a new instance of the ApiVersionSetUpdateParameters class. |
ApiVersionSetUpdateParameters(String, String, String, String, String) |
Initializes a new instance of the ApiVersionSetUpdateParameters class. |
ApiVersionSetUpdateParameters()
Initializes a new instance of the ApiVersionSetUpdateParameters class.
public ApiVersionSetUpdateParameters ();
Public Sub New ()
Applies to
ApiVersionSetUpdateParameters(String, String, String, String, String)
Initializes a new instance of the ApiVersionSetUpdateParameters class.
public ApiVersionSetUpdateParameters (string description = default, string versionQueryName = default, string versionHeaderName = default, string displayName = default, string versioningScheme = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiVersionSetUpdateParameters : string * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiVersionSetUpdateParameters
Public Sub New (Optional description As String = Nothing, Optional versionQueryName As String = Nothing, Optional versionHeaderName As String = Nothing, Optional displayName As String = Nothing, Optional versioningScheme As String = Nothing)
Parameters
- description
- String
Description of API Version Set.
- versionQueryName
- String
Name of query parameter that
indicates the API Version if versioningScheme is set to
query
.
- versionHeaderName
- String
Name of HTTP header parameter that
indicates the API Version if versioningScheme is set to
header
.
- displayName
- String
Name of API Version Set
- versioningScheme
- String
An value that determines where the API Version identifier will be located in a HTTP request. Possible values include: 'Segment', 'Query', 'Header'