ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAttach<ParentT> 接口
定义
The final stage of an application gateway backend HTTP configuration.
At this stage, any remaining optional settings can be specified, or the definition can be attached to the parent application gateway definition using attach().
public interface WithAttach<ParentT> extends Attachable<ParentT>.InDefinition,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithPort<ParentT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAffinity<ParentT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProtocol<ParentT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithRequestTimeout<ParentT>,ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProbe<ParentT>
类型参数
- ParentT
the stage of the parent application gateway definition to return to after attaching this definition
继承成员
Attachable.InDefinition<ParentT>.attach()
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithAffinity<ParentT>.withCookieBasedAffinity()
HasPort.DefinitionStages.WithPort<ReturnT>.withPort(int portNumber)
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithProbe<ParentT>.withProbe(String name)
HasProtocol.DefinitionStages.WithProtocol<ReturnT,ProtocolT>.withProtocol(ProtocolT protocol)
ApplicationGatewayBackendHttpConfiguration.DefinitionStages.WithRequestTimeout<ParentT>.withRequestTimeout(int seconds)