Compartir a través de


AuthorizationServerContract.AuthorizationMethods Propiedad

Definición

Obtiene o establece verbos HTTP admitidos por el punto de conexión de autorización. GET debe estar siempre presente. POST es opcional.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationMethods")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationMethod?> AuthorizationMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationMethods")>]
member this.AuthorizationMethods : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationMethod>> with get, set
Public Property AuthorizationMethods As IList(Of Nullable(Of AuthorizationMethod))

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a