ApiVersionSetEntityBase Constructors

Definition

Overloads

ApiVersionSetEntityBase()

Initializes a new instance of the ApiVersionSetEntityBase class.

ApiVersionSetEntityBase(String, String, String)

Initializes a new instance of the ApiVersionSetEntityBase class.

ApiVersionSetEntityBase()

Initializes a new instance of the ApiVersionSetEntityBase class.

public ApiVersionSetEntityBase ();
Public Sub New ()

Applies to

ApiVersionSetEntityBase(String, String, String)

Initializes a new instance of the ApiVersionSetEntityBase class.

public ApiVersionSetEntityBase (string description = default, string versionQueryName = default, string versionHeaderName = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiVersionSetEntityBase : string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiVersionSetEntityBase
Public Sub New (Optional description As String = Nothing, Optional versionQueryName As String = Nothing, Optional versionHeaderName 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.

Applies to