TrafficManagerEndpoint.DefinitionStages.WithFqdn<ParentT> 接口
定义
The stage of the traffic manager profile external endpoint definition allowing to specify the FQDN.
public interface WithFqdn<ParentT>
类型参数
- ParentT
the return type of attach()
方法
toFqdn(String externalFqdn) |
Specifies the FQDN of an external endpoint.
|