ApiCreateOrUpdateParameter.AuthenticationSettings Property

Definition

Gets or sets collection of authentication settings included into this API.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to