IDefinition<ParentT> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポイント対サイト構成定義の全体。
public interface IDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAddressPool<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAttachAndAzureCertificate<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAuthenticationType<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithAzureCertificate<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithRevokedCertificate<ParentT>, Microsoft.Azure.Management.Network.Fluent.PointToSiteConfiguration.Definition.IWithTunnelType<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithAddressPool<'ParentT>
interface IWithAuthenticationType<'ParentT>
interface IWithAzureCertificate<'ParentT>
interface IWithAttachAndAzureCertificate<'ParentT>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithTunnelType<'ParentT>
interface IWithRevokedCertificate<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAddressPool(Of ParentT), IWithAttach(Of ParentT), IWithAttachAndAzureCertificate(Of ParentT), IWithAuthenticationType(Of ParentT), IWithAzureCertificate(Of ParentT), IWithRevokedCertificate(Of ParentT), IWithTunnelType(Of ParentT)
型パラメーター
- ParentT
この定義をアタッチした後に戻る親定義のステージ。
- 派生
- 実装
メソッド
Attach() |
ポイント対サイト構成定義の全体。 (継承元 IInDefinition<ParentT>) |
WithAddressPool(String) |
ポイント対サイト構成定義の全体。 (継承元 IWithAddressPool<ParentT>) |
WithAzureCertificate(String, String) |
Azure 証明書認証の種類を使用し、Azure 認証に使用する証明書を指定します。 (継承元 IWithAzureCertificate<ParentT>) |
WithAzureCertificateFromFile(String, FileInfo) |
Azure 証明書認証の種類を使用し、Azure 認証に使用する証明書を指定します。 (継承元 IWithAzureCertificate<ParentT>) |
WithIkeV2Only() |
IKEv2 VPN トンネルの種類のみを使用することを指定します。 (継承元 IWithTunnelType<ParentT>) |
WithRadiusAuthentication(String, String) |
RADIUS サーバーを認証に使用することを指定します。 (継承元 IWithAuthenticationType<ParentT>) |
WithRevokedCertificate(String, String) |
ポイント対サイト構成定義の全体。 (継承元 IWithRevokedCertificate<ParentT>) |
WithSstpOnly() |
SSTP トンネルの種類のみを使用することを指定します。 (継承元 IWithTunnelType<ParentT>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET