次の方法で共有


IUpdateAzureEndpoint インターフェイス

定義

親 Traffic Manager プロファイルの更新の一部としての Azure エンドポイント更新の全体。

public interface IUpdateAzureEndpoint : 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.IWithAzureResource
type IUpdateAzureEndpoint = interface
    interface IWithAzureResource
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithRoutingWeight
    interface IWithRoutingPriority
    interface IWithSubnetRouting
    interface IWithCustomHeaders
    interface IWithGeographicLocation
    interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateAzureEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithAzureResource
実装

メソッド

Parent()

親 Traffic Manager プロファイルの更新の一部としての Azure エンドポイント更新の全体。

(継承元 ISettable<ParentT>)
ToResourceId(String)

Azure リソースのリソース ID を指定します。 サポートされている Azure リソースは、クラウド サービス、Web アプリ、またはパブリック IP です。

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

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

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

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

(継承元 IWithCustomHeaders)
WithGeographicLocation(IGeographicLocation)

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

(継承元 IWithGeographicLocation)
WithGeographicLocation(String)

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

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

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

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

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

(継承元 IWithGeographicLocation)
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)

適用対象