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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiManagementServiceResource.Update
withDisableGateway(Boolean disableGateway)
Specifies the disableGateway property: Property only valid for an Api Management service deployed in multiple locations.
-
-
-
Method Detail
-
withDisableGateway
ApiManagementServiceResource.Update withDisableGateway(Boolean disableGateway)
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.
-
-