次の方法で共有


INestedProfileTargetEndpointBlank<ParentT> インターフェイス

定義

Traffic Manager プロファイルの入れ子になったプロファイル エンドポイント定義の最初のステージ。

public interface INestedProfileTargetEndpointBlank<ParentT> : Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithNestedProfile<ParentT>
type INestedProfileTargetEndpointBlank<'ParentT> = interface
    interface IWithNestedProfile<'ParentT>
Public Interface INestedProfileTargetEndpointBlank(Of ParentT)
Implements IWithNestedProfile(Of ParentT)

型パラメーター

ParentT

WithAttach.attach() の戻り値の型。

派生
実装

メソッド

ToProfile(ITrafficManagerProfile)

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

(継承元 IWithNestedProfile<ParentT>)

適用対象