次の方法で共有


ITrafficManagerExternalEndpoint インターフェイス

定義

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

public interface ITrafficManagerExternalEndpoint : 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>, Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint
type ITrafficManagerExternalEndpoint = interface
    interface ITrafficManagerEndpoint
    interface IExternalChildResource<ITrafficManagerEndpoint, ITrafficManagerProfile>
    interface IChildResource<ITrafficManagerProfile>
    interface IHasName
    interface IIndexable
    interface IHasParent<ITrafficManagerProfile>
    interface IRefreshable<ITrafficManagerEndpoint>
    interface IHasInner<EndpointInner>
Public Interface ITrafficManagerExternalEndpoint
Implements IChildResource(Of ITrafficManagerProfile), IExternalChildResource(Of ITrafficManagerEndpoint, ITrafficManagerProfile), IHasInner(Of EndpointInner), IHasParent(Of ITrafficManagerProfile), IRefreshable(Of ITrafficManagerEndpoint), ITrafficManagerEndpoint
実装

プロパティ

CustomHeaders

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

(継承元 ITrafficManagerEndpoint)
EndpointType

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

(継承元 ITrafficManagerEndpoint)
Fqdn

外部エンドポイントの完全修飾 DNS 名を取得します。

GeographicLocationCodes

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

(継承元 ITrafficManagerEndpoint)
Id

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

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

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

(継承元 IHasInner<T>)
IsEnabled

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

(継承元 ITrafficManagerEndpoint)
Key

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

(継承元 IIndexable)
MonitorStatus

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

(継承元 ITrafficManagerEndpoint)
Name

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

(継承元 IHasName)
Parent

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

(継承元 IHasParent<ParentT>)
RoutingPriority

トラフィック マネージャー プロファイルが Priority traffic-routing メソッドで構成されている場合に使用されるエンドポイントの優先度を取得します。

(継承元 ITrafficManagerEndpoint)
RoutingWeight

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

(継承元 ITrafficManagerEndpoint)
SourceTrafficLocation

エンドポイントが処理するトラフィックの場所を取得します。

SubnetRoute

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

(継承元 ITrafficManagerEndpoint)

メソッド

Refresh()

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

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

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

(継承元 IRefreshable<T>)

適用対象