次の方法で共有


ITrafficManagerEndpoint インターフェイス

定義

Azure Traffic Manager プロファイル エンドポイントの不変のクライアント側表現。

public interface ITrafficManagerEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint,Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.EndpointInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint>
type ITrafficManagerEndpoint = interface
    interface IExternalChildResource<ITrafficManagerEndpoint, ITrafficManagerProfile>
    interface IChildResource<ITrafficManagerProfile>
    interface IHasName
    interface IIndexable
    interface IHasParent<ITrafficManagerProfile>
    interface IRefreshable<ITrafficManagerEndpoint>
    interface IHasInner<EndpointInner>
Public Interface ITrafficManagerEndpoint
Implements IChildResource(Of ITrafficManagerProfile), IExternalChildResource(Of ITrafficManagerEndpoint, ITrafficManagerProfile), IHasInner(Of EndpointInner), IHasParent(Of ITrafficManagerProfile), IRefreshable(Of ITrafficManagerEndpoint)
派生
実装

プロパティ

CustomHeaders

モニターのカスタム ヘッダーを取得します

EndpointType

エンドポイントの種類を取得します。

GeographicLocationCodes

トラフィックが分散される場所を示す地理的な場所コードを取得します。

Id

Azure Traffic Manager プロファイル エンドポイントの不変のクライアント側表現。

(継承元 IExternalChildResource<FluentModelT,IParentT>)
Inner

Azure Traffic Manager プロファイル エンドポイントの不変のクライアント側表現。

(継承元 IHasInner<T>)
IsEnabled

エンドポイントが有効な場合は true、それ以外の場合は false を取得します。

Key

Azure Traffic Manager プロファイル エンドポイントの不変のクライアント側表現。

(継承元 IIndexable)
MonitorStatus

エンドポイントの監視状態を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
RoutingPriority

Traffic Manager プロファイルが Priority traffic-routing メソッドで構成されている場合に使用されるエンドポイントの優先順位を取得します。

RoutingWeight

Traffic Manager プロファイルが重み付けトラフィック ルーティング方法で構成されている場合に使用されるエンドポイントの重みを取得します。

SubnetRoute

サブネット ルーティング機能のサブネット ルートを取得します

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象