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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion<ParentT>toFqdn(String externalFqdn)Specifies the FQDN of an external endpoint.
-
-
-
Method Detail
-
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
-
-