次の方法で共有


IUpdateNestedProfileEndpoint インターフェイス

定義

入れ子になったプロファイル エンドポイントの全体が、親 Traffic Manager プロファイルプロファイルの更新の一部として更新されます。

public interface IUpdateNestedProfileEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithNestedProfileConfig, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithSourceTrafficRegion
type IUpdateNestedProfileEndpoint = interface
    interface IWithNestedProfileConfig
    interface IWithSourceTrafficRegion
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithRoutingWeight
    interface IWithRoutingPriority
    interface IWithSubnetRouting
    interface IWithCustomHeaders
    interface IWithGeographicLocation
    interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateNestedProfileEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithNestedProfileConfig, IWithSourceTrafficRegion
実装

メソッド

FromRegion(Region)

パフォーマンスベースのルーティング方法 TrafficRoutingMethod.PERFORMANCE がプロファイルで有効になっているときに使用されるエンドポイントのリージョンを指定します。

(継承元 IWithSourceTrafficRegion)
Parent()

入れ子になったプロファイル エンドポイントの全体が、親 Traffic Manager プロファイルプロファイルの更新の一部として更新されます。

(継承元 ISettable<ParentT>)
ToProfile(ITrafficManagerProfile)

エンドポイントの入れ子になった Traffic Manager プロファイルを指定します。

(継承元 IWithNestedProfileConfig)
WithCustomHeader(String, String)

正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します

(継承元 IWithCustomHeaders)
WithCustomHeaders(IDictionary<String,String>)

正常性チェックで使用されるエンドポイントのカスタム ヘッダーを指定します

(継承元 IWithCustomHeaders)
WithGeographicLocation(IGeographicLocation)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所を指定します。

(継承元 IWithGeographicLocation)
WithGeographicLocation(String)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所を指定します。

(継承元 IWithGeographicLocation)
WithGeographicLocations(IList<IGeographicLocation>)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。

(継承元 IWithGeographicLocation)
WithGeographicLocations(IList<String>)

親プロファイルが地理的ベースのルーティング方法で構成されている場合に使用されるエンドポイントの地理的な場所の一覧を指定します。

(継承元 IWithGeographicLocation)
WithMinimumEndpointsToEnableTraffic(Int32)

入れ子になったプロファイルを正常と見なすためにオンラインにするエンドポイントの最小数を指定します。

(継承元 IWithNestedProfileConfig)
WithoutGeographicLocation(IGeographicLocation)

エンドポイントの地理的な場所エントリから削除する地理的な場所を指定します。

(継承元 IWithGeographicLocation)
WithoutGeographicLocation(String)

エンドポイントの地理的な場所エントリから削除する地理的な場所を指定します。

(継承元 IWithGeographicLocation)
WithRoutingPriority(Int32)

優先度ベースのルーティング方法がプロファイルで TrafficRoutingMethod.PRIORITY が有効になっている場合に使用されるエンドポイントの重みを指定します。

(継承元 IWithRoutingPriority)
WithRoutingWeight(Int32)

プロファイルで重み付けベースのルーティング方法 TrafficRoutingMethod.WEIGHTED が有効になっているときに使用されるエンドポイントの重みを指定します。

(継承元 IWithRoutingWeight)
WithSubnetRouting(String, Int32)

親プロファイルがサブネット ルーティング方法 TrafficRoutingMethod.SUBNET で構成されている場合に使用されるエンドポイントの優先度を指定します。

(継承元 IWithSubnetRouting)
WithSubnetRouting(String, String)

親プロファイルがサブネット ルーティング方法 TrafficRoutingMethod.SUBNET で構成されている場合に使用されるエンドポイントの優先度を指定します。

(継承元 IWithSubnetRouting)
WithTrafficDisabled()

エンドポイントをトラフィックの受信から除外することを指定します。

(継承元 IWithTrafficDisabledOrEnabled)
WithTrafficEnabled()

エンドポイントがトラフィックを受信することを指定します。

(継承元 IWithTrafficDisabledOrEnabled)

適用対象