ApiManagementServiceUpdateParameters.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 master region.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to