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

VpnProfileResponseInner 构造函数

定义

重载

VpnProfileResponseInner()

初始化 VpnProfileResponseInner 类的新实例。

VpnProfileResponseInner(String)

初始化 VpnProfileResponseInner 类的新实例。

VpnProfileResponseInner()

初始化 VpnProfileResponseInner 类的新实例。

public VpnProfileResponseInner ();
Public Sub New ()

适用于

VpnProfileResponseInner(String)

初始化 VpnProfileResponseInner 类的新实例。

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

参数

profileUrl
String

VPN 配置文件的 URL。

适用于