Interface TrafficManagerEndpoint.UpdateStages.WithFqdn
-
- All Known Subinterfaces:
TrafficManagerEndpoint.UpdateExternalEndpoint
- Enclosing interface:
- TrafficManagerEndpoint.UpdateStages
public static interface TrafficManagerEndpoint.UpdateStages.WithFqdnThe stage of an external endpoint update allowing to specify the FQDN.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerEndpoint.UpdateExternalEndpointtoFqdn(String externalFqdn)Specifies the FQDN of an external endpoint that is not hosted in Azure.
-
-
-
Method Detail
-
toFqdn
TrafficManagerEndpoint.UpdateExternalEndpoint toFqdn(String externalFqdn)
Specifies the FQDN of an external endpoint that is not hosted in Azure.- Parameters:
externalFqdn- the external FQDN- Returns:
- the next stage of the endpoint update
-
-