Interface ApiManagementServiceResource.UpdateStages.WithDisableGateway
- All Known Subinterfaces:
ApiManagementServiceResource.Update
- Enclosing interface:
ApiManagementServiceResource.UpdateStages
public static interface ApiManagementServiceResource.UpdateStages.WithDisableGateway
The stage of the ApiManagementServiceResource update allowing to specify disableGateway.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisableGateway(Boolean disableGateway) Specifies the disableGateway property: Property only valid for an Api Management service deployed in multiple locations.
-
Method Details
-
withDisableGateway
Specifies the disableGateway property: Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region..- Parameters:
disableGateway- Property only valid for an Api Management service deployed in multiple locations. This can be used to disable the gateway in master region.- Returns:
- the next definition stage.
-