ApplicationGatewayBackend.Definition<ParentT> 接口
定义
The entirety of an application gateway backend definition.
public interface Definition<ParentT> extends ApplicationGatewayBackend.DefinitionStages.Blank<ParentT>,ApplicationGatewayBackend.DefinitionStages.WithAttach<ParentT>
类型参数
- ParentT
the stage of the parent application gateway definition to return to after attaching this definition
继承成员
Attachable.InDefinition<ParentT>.attach()
ApplicationGatewayBackend.DefinitionStages.WithAddress<ParentT>.withFqdn(String fqdn)
ApplicationGatewayBackend.DefinitionStages.WithAddress<ParentT>.withIPAddress(String ipAddress)