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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithHostname(String hostname)Specifies the host name to reference.ReturnTwithHostnames(List<String> hostnames)Specifies up to 5 hostnames to reference.
-