ApiManagementServiceUpdateParameters.DisableGateway Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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