次の方法で共有


AuthorizationServerContractBaseProperties.AuthorizationMethods プロパティ

定義

承認エンドポイントでサポートされる HTTP 動詞を取得または設定します。 GET は常に存在する必要があります。 POST は省略可能です。

[Newtonsoft.Json.JsonProperty(PropertyName="authorizationMethods")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.AuthorizationMethod?> AuthorizationMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象