次の方法で共有


IUpdate インターフェイス

定義

ネットワーク更新プログラムの一部として、サブネットの全体が更新されます。

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)

適用対象