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