Interface TrafficManagerEndpoint.DefinitionStages.WithFqdn<ParentT>
- Type Parameters:
ParentT
- the return type ofAttachable.InDefinition.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.Definition<ParentT>
,TrafficManagerEndpoint.DefinitionStages.ExternalTargetEndpointBlank<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.DefinitionStages
public static interface TrafficManagerEndpoint.DefinitionStages.WithFqdn<ParentT>
The stage of the traffic manager profile external endpoint definition allowing to specify
the FQDN.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the FQDN of an external endpoint.
-
Method Details
-
toFqdn
TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT> toFqdn(String externalFqdn) Specifies the FQDN of an external endpoint.- Parameters:
externalFqdn
- the external FQDN- Returns:
- the next stage of the definition
-