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

IWithVisibility.WithVisibility 方法

定义

重载

WithVisibility(IList<String>)

设置专用链接服务的可见订阅列表。

WithVisibility(String)

设置专用链接服务的可见订阅。

WithVisibility(IList<String>)

设置专用链接服务的可见订阅列表。

public Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate WithVisibility (System.Collections.Generic.IList<string> subscriptions);
abstract member WithVisibility : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate
Public Function WithVisibility (subscriptions As IList(Of String)) As IWithCreate

参数

subscriptions
IList<String>

可见订阅的列表。

返回

适用于

WithVisibility(String)

设置专用链接服务的可见订阅。

public Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate WithVisibility (string subscription);
abstract member WithVisibility : string -> Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate
Public Function WithVisibility (subscription As String) As IWithCreate

参数

subscription
String

可见订阅 ID 的值。

返回

适用于