Interface GatewayContract.DefinitionStages.WithLocationData
- All Known Subinterfaces:
GatewayContract.Definition,GatewayContract.DefinitionStages.WithCreate
- Enclosing interface:
GatewayContract.DefinitionStages
public static interface GatewayContract.DefinitionStages.WithLocationData
The stage of the GatewayContract definition allowing to specify locationData.
-
Method Summary
Modifier and TypeMethodDescriptionwithLocationData(ResourceLocationDataContract locationData) Specifies the locationData property: Gateway location..
-
Method Details
-
withLocationData
GatewayContract.DefinitionStages.WithCreate withLocationData(ResourceLocationDataContract locationData) Specifies the locationData property: Gateway location..- Parameters:
locationData- Gateway location.- Returns:
- the next definition stage.
-