TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT> Interface

Type Parameters

ParentT

the return type of attach()

public interface WithFqdn

The stage of the traffic manager profile external endpoint definition allowing to specify the FQDN.

Method Summary

Modifier and Type Method and Description
TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegion<ParentT> toFqdn(String externalFqdn)

Specifies the FQDN of an external endpoint.

Method Details

toFqdn

public WithSourceTrafficRegion toFqdn(String externalFqdn)

Specifies the FQDN of an external endpoint.

Parameters:

externalFqdn - the external FQDN

Returns:

the next stage of the definition

Applies to