次の方法で共有


ApiManagementServiceUpdateParameters.DisableGateway プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象