你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

适用于