次の方法で共有


TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn<ParentT> インターフェイス

型パラメーター

ParentT

の戻り値の型 WithAttach#attach()

public static interface TrafficManagerEndpoint.UpdateDefinitionStages.WithFqdn

FQDN を指定できる Traffic Manager プロファイル外部エンドポイント定義のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithSourceTrafficRegion<ParentT> toFqdn(String externalFqdn)

外部エンドポイントの FQDN を指定します。

メソッドの詳細

toFqdn

public abstract TrafficManagerEndpoint.UpdateDefinitionStages.WithSourceTrafficRegion toFqdn(String externalFqdn)

外部エンドポイントの FQDN を指定します。

Parameters:

externalFqdn - 外部 FQDN

Returns:

定義の次のステージ

適用対象