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

PrivateLinkServicePropertiesVisibility 构造函数

定义

重载

PrivateLinkServicePropertiesVisibility()

初始化 PrivateLinkServicePropertiesVisibility 类的新实例。

PrivateLinkServicePropertiesVisibility(IList<String>)

初始化 PrivateLinkServicePropertiesVisibility 类的新实例。

PrivateLinkServicePropertiesVisibility()

初始化 PrivateLinkServicePropertiesVisibility 类的新实例。

public PrivateLinkServicePropertiesVisibility ();
Public Sub New ()

适用于

PrivateLinkServicePropertiesVisibility(IList<String>)

初始化 PrivateLinkServicePropertiesVisibility 类的新实例。

public PrivateLinkServicePropertiesVisibility (System.Collections.Generic.IList<string> subscriptions = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServicePropertiesVisibility : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServicePropertiesVisibility
Public Sub New (Optional subscriptions As IList(Of String) = Nothing)

参数

subscriptions
IList<String>

订阅列表。

适用于