Share via


ApiLicenseInformation Constructors

Definition

Overloads

ApiLicenseInformation()

Initializes a new instance of the ApiLicenseInformation class.

ApiLicenseInformation(String, String)

Initializes a new instance of the ApiLicenseInformation class.

ApiLicenseInformation()

Initializes a new instance of the ApiLicenseInformation class.

public ApiLicenseInformation ();
Public Sub New ()

Applies to

ApiLicenseInformation(String, String)

Initializes a new instance of the ApiLicenseInformation class.

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)

Parameters

name
String

The license name used for the API

url
String

A URL to the license used for the API. MUST be in the format of a URL

Applies to