Interface ApiManagementServiceResource.DefinitionStages.WithDisableGateway
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithDisableGateway
The stage of the ApiManagementServiceResource definition 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.
-