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