你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 的格式

适用于