次の方法で共有


ApiVersionSetEntityBase コンストラクター

定義

オーバーロード

ApiVersionSetEntityBase()

ApiVersionSetEntityBase クラスの新しいインスタンスを初期化します。

ApiVersionSetEntityBase(String, String, String)

ApiVersionSetEntityBase クラスの新しいインスタンスを初期化します。

ApiVersionSetEntityBase()

ApiVersionSetEntityBase クラスの新しいインスタンスを初期化します。

public ApiVersionSetEntityBase();
Public Sub New ()

適用対象

ApiVersionSetEntityBase(String, String, String)

ApiVersionSetEntityBase クラスの新しいインスタンスを初期化します。

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)

パラメーター

description
String

API バージョン セットの説明。

versionQueryName
String

versioningScheme が に query設定されている場合に API バージョンを示すクエリ パラメーターの名前。

versionHeaderName
String

versioningScheme が に header設定されている場合に API バージョンを示す HTTP ヘッダー パラメーターの名前。

適用対象