次の方法で共有


ITrafficManagerNestedProfileEndpoint インターフェイス

定義

Azure Traffic Manager プロファイルの入れ子になったプロファイル エンドポイントの不変のクライアント側表現。

public interface ITrafficManagerNestedProfileEndpoint : 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 ITrafficManagerNestedProfileEndpoint = 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 ITrafficManagerNestedProfileEndpoint
Implements IChildResource(Of ITrafficManagerProfile), IExternalChildResource(Of ITrafficManagerEndpoint, ITrafficManagerProfile), IHasInner(Of EndpointInner), IHasParent(Of ITrafficManagerProfile), IRefreshable(Of ITrafficManagerEndpoint), ITrafficManagerEndpoint
実装

プロパティ

CustomHeaders

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

(継承元 ITrafficManagerEndpoint)
EndpointType

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

(継承元 ITrafficManagerEndpoint)
GeographicLocationCodes

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

(継承元 ITrafficManagerEndpoint)
Id

Azure Traffic Manager プロファイルの入れ子になったプロファイル エンドポイントの不変のクライアント側表現。

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

Azure Traffic Manager プロファイルの入れ子になったプロファイル エンドポイントの不変のクライアント側表現。

(継承元 IHasInner<T>)
IsEnabled

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

(継承元 ITrafficManagerEndpoint)
Key

Azure Traffic Manager プロファイルの入れ子になったプロファイル エンドポイントの不変のクライアント側表現。

(継承元 IIndexable)
MinimumChildEndpointCount

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

MonitorStatus

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

(継承元 ITrafficManagerEndpoint)
Name

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

(継承元 IHasName)
NestedProfileId

入れ子になった Traffic Manager プロファイル リソース ID を取得します。

Parent

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

(継承元 IHasParent<ParentT>)
RoutingPriority

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

(継承元 ITrafficManagerEndpoint)
RoutingWeight

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

(継承元 ITrafficManagerEndpoint)
SourceTrafficLocation

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

SubnetRoute

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

(継承元 ITrafficManagerEndpoint)

メソッド

Refresh()

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

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

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

(継承元 IRefreshable<T>)

適用対象