次の方法で共有


ApiLicenseInformation コンストラクター

定義

オーバーロード

ApiLicenseInformation()

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

ApiLicenseInformation(String, String)

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

ApiLicenseInformation()

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

public ApiLicenseInformation();
Public Sub New ()

適用対象

ApiLicenseInformation(String, String)

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

public ApiLicenseInformation(string name = default, string url = default);
new Microsoft.Azure.Management.ApiManagement.Models.ApiLicenseInformation : string * string -> Microsoft.Azure.Management.ApiManagement.Models.ApiLicenseInformation
Public Sub New (Optional name As String = Nothing, Optional url As String = Nothing)

パラメーター

name
String

API に使用されるライセンス名

url
String

API に使用されるライセンスの URL。 URL の形式にする必要があります

適用対象