ApiLicenseInformation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET