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

VpnProfileResponse 构造函数

定义

重载

VpnProfileResponse()

初始化 VpnProfileResponse 类的新实例。

VpnProfileResponse(String)

初始化 VpnProfileResponse 类的新实例。

VpnProfileResponse()

初始化 VpnProfileResponse 类的新实例。

public VpnProfileResponse ();
Public Sub New ()

适用于

VpnProfileResponse(String)

初始化 VpnProfileResponse 类的新实例。

public VpnProfileResponse (string profileUrl = default);
new Microsoft.Azure.Management.Network.Models.VpnProfileResponse : string -> Microsoft.Azure.Management.Network.Models.VpnProfileResponse
Public Sub New (Optional profileUrl As String = Nothing)

参数

profileUrl
String

VPN 配置文件的 URL。

适用于