Interface TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT>
-
- Type Parameters:
ParentT- the return type ofAttachable.InUpdate.attach()
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateDefinition<ParentT>,TrafficManagerEndpoint.UpdateDefinitionStages.ExternalTargetEndpointBlank<ParentT>
- Enclosing interface:
- TrafficManagerEndpoint.UpdateDefinitionStages
public static interface TrafficManagerEndpoint.UpdateDefinitionStages.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.UpdateDefinitionStages.WithSourceTrafficRegion<ParentT>toFqdn(String externalFqdn)Specifies the FQDN of an external endpoint.
-
-
-
Method Detail
-
toFqdn
TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegion<ParentT> toFqdn(String externalFqdn)
Specifies the FQDN of an external endpoint.- Parameters:
externalFqdn- the external FQDN- Returns:
- the next stage of the definition
-
-