ApiCreateOrUpdateParameter.License Property

Definition

Gets or sets license information for the API.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.license")]
public Microsoft.Azure.Management.ApiManagement.Models.ApiLicenseInformation License { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.license")>]
member this.License : Microsoft.Azure.Management.ApiManagement.Models.ApiLicenseInformation with get, set
Public Property License As ApiLicenseInformation

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to