Freigeben über


AuthorizationServerContract.AuthorizationMethods Eigenschaft

Definition

Ruft http-Verben ab, die vom Autorisierungsendpunkt unterstützt werden, oder legt diese fest. GET muss immer vorhanden sein. POST ist optional.

[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))

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: