ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddressOrAttach<ParentT> 接口
定义
The stage of an application gateway request routing rule definition allowing to add more backend addresses, start specifying optional settings, or finish the definition by attaching it to the parent application gateway.
public interface WithBackendAddressOrAttach<ParentT> extends ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress<ParentT>,ApplicationGatewayRequestRoutingRule.DefinitionStages.WithAttach<ParentT>
类型参数
- ParentT
the stage of the application gateway definition to return to after attaching this definition
继承成员
Attachable.InDefinition<ParentT>.attach()
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress<ParentT>.toBackendFqdn(String fqdn)
ApplicationGatewayRequestRoutingRule.DefinitionStages.WithBackendAddress<ParentT>.toBackendIPAddress(String ipAddress)
HasCookieBasedAffinity.DefinitionStages.WithCookieBasedAffinity<ReturnT>.withCookieBasedAffinity()
HasHostName.DefinitionStages.WithHostName<ReturnT>.withHostName(String hostName)
HasCookieBasedAffinity.DefinitionStages.WithCookieBasedAffinity<ReturnT>.withoutCookieBasedAffinity()