Interface ApiManagementGatewayConfigConnectionResource.UpdateStages.WithHostnames
- All Known Subinterfaces:
ApiManagementGatewayConfigConnectionResource.Update
- Enclosing interface:
ApiManagementGatewayConfigConnectionResource.UpdateStages
public static interface ApiManagementGatewayConfigConnectionResource.UpdateStages.WithHostnames
The stage of the ApiManagementGatewayConfigConnectionResource update allowing to specify hostnames.
-
Method Summary
Modifier and TypeMethodDescriptionwithHostnames(List<String> hostnames) Specifies the hostnames property: The hostnames of the data-plane gateway to which requests can be sent..
-
Method Details
-
withHostnames
Specifies the hostnames property: The hostnames of the data-plane gateway to which requests can be sent..- Parameters:
hostnames- The hostnames of the data-plane gateway to which requests can be sent.- Returns:
- the next definition stage.
-