Interface HasHostname.UpdateDefinitionStages.WithHostname<ReturnT>
- Type Parameters:
ReturnT- the next stage of the definition
- All Known Subinterfaces:
ApplicationGatewayListener.UpdateDefinition<ParentT>,ApplicationGatewayListener.UpdateDefinitionStages.WithAttach<ParentT>,ApplicationGatewayListener.UpdateDefinitionStages.WithHostname<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinition<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithAttach<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithBackendAddressOrAttach<ParentT>,ApplicationGatewayRequestRoutingRule.UpdateDefinitionStages.WithHostname<ParentT>
- Enclosing interface:
- HasHostname.UpdateDefinitionStages
public static interface HasHostname.UpdateDefinitionStages.WithHostname<ReturnT>
The stage of a definition allowing to specify host names.
-
Method Summary
Modifier and TypeMethodDescriptionwithHostname(String hostname) Specifies the host name to reference.withHostnames(List<String> hostnames) Specifies up to 5 hostnames to reference.
-
Method Details
-
withHostname
Specifies the host name to reference.- Parameters:
hostname- an existing host name- Returns:
- the next stage of the definition
-
withHostnames
Specifies up to 5 hostnames to reference.- Parameters:
hostnames- existing host names- Returns:
- the next stage of the definition
-