Aracılığıyla paylaş


AdditionalLocation.DisableGateway Property

Definition

Gets or sets property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in this additional location.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to