Interface ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithHostnames
- All Known Subinterfaces:
ApiManagementGatewayConfigConnectionResource.Definition,ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementGatewayConfigConnectionResource.DefinitionStages
public static interface ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithHostnames
The stage of the ApiManagementGatewayConfigConnectionResource definition 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
ApiManagementGatewayConfigConnectionResource.DefinitionStages.WithCreate withHostnames(List<String> hostnames) 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.
-