次の方法で共有


AdditionalLocation.DisableGateway プロパティ

定義

複数の場所にデプロイされた Api Management サービスに対してのみ有効なプロパティを取得または設定します。 これは、この追加の場所でゲートウェイを無効にするために使用できます。

[Newtonsoft.Json.JsonProperty(PropertyName="disableGateway")]
public bool? DisableGateway { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disableGateway")>]
member this.DisableGateway : Nullable<bool> with get, set
Public Property DisableGateway As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象