Share via


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

IPointToSiteConfiguration 接口

定义

虚拟网络网关的点到站点配置的客户端表示形式。

public interface IPointToSiteConfiguration : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.VpnClientConfiguration>
type IPointToSiteConfiguration = interface
    interface IBeta
    interface IHasInner<VpnClientConfiguration>
Public Interface IPointToSiteConfiguration
Implements IBeta, IHasInner(Of VpnClientConfiguration)
派生
实现

属性

Inner

虚拟网络网关的点到站点配置的客户端表示形式。

(继承自 IHasInner<T>)

适用于