次の方法で共有


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

定義

ポイント対サイト構成定義の最終ステージ。 この段階では、残りのオプション設定を指定することも、ポイント対サイト構成定義を親仮想ネットワーク ゲートウェイ定義にアタッチすることもできます。

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithTunnelType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithTunnelType<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithTunnelType(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

ポイント対サイト構成定義の最終ステージ。 この段階では、残りのオプション設定を指定することも、ポイント対サイト構成定義を親仮想ネットワーク ゲートウェイ定義にアタッチすることもできます。

(継承元 IInDefinition<ParentT>)
WithIkeV2Only()

IKEv2 VPN トンネルの種類のみを使用することを指定します。

(継承元 IWithTunnelType<ParentT>)
WithSstpOnly()

SSTP トンネルの種類のみを使用することを指定します。

(継承元 IWithTunnelType<ParentT>)

適用対象