ApplicationGatewayBackend.UpdateDefinitionStages.WithAddress<ParentT> 接口
定义
The stage of an application gateway backed definition allowing to add an address to the backend.
public interface WithAddress<ParentT>
类型参数
- ParentT
the stage of the parent application gateway definition to return to after attaching this definition
方法
withFqdn(String fqdn) |
Adds the specified existing fully qualified domain name (FQDN) to the backend. |
withIPAddress(String ipAddress) |
Adds the specified existing IP address to the backend. |