TrafficManagerEndpoint.DefinitionStages.WithFqdn<ParentT> Interface
Type Parameters
- ParentT
the return type of WithAttach#attach()
public static interface TrafficManagerEndpoint.DefinitionStages.WithFqdn
The stage of the traffic manager profile external endpoint definition allowing to specify the FQDN.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
toFqdn(String externalFqdn)
Specifies the FQDN of an external endpoint. |
Method Details
toFqdn
public abstract TrafficManagerEndpoint.DefinitionStages.WithSourceTrafficRegion
Specifies the FQDN of an external endpoint.
Parameters:
externalFqdn
- the external FQDN
Returns:
the next stage of the definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java