SiteConfig.ApiDefinition Property

Definition

Gets or sets information about the formal API definition for the app.

[Newtonsoft.Json.JsonProperty(PropertyName="apiDefinition")]
public Microsoft.Azure.Management.AppService.Fluent.Models.ApiDefinitionInfo ApiDefinition { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="apiDefinition")>]
member this.ApiDefinition : Microsoft.Azure.Management.AppService.Fluent.Models.ApiDefinitionInfo with get, set
Public Property ApiDefinition As ApiDefinitionInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to