TrafficManagerEndpoint.UpdateStages.WithFqdn Interface
public static interface TrafficManagerEndpoint.UpdateStages.WithFqdn
The stage of an external endpoint update allowing to specify the FQDN.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Update |
toFqdn(String externalFqdn)
Specifies the FQDN of an external endpoint that is not hosted in Azure. |
Method Details
toFqdn
public abstract 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
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java