次の方法で共有


IWithVisibility.WithVisibility メソッド

定義

オーバーロード

WithVisibility(IList<String>)

プライベート リンク サービスの表示されるサブスクリプションの一覧を設定します。

WithVisibility(String)

プライベート リンク サービスの表示可能なサブスクリプションを設定します。

WithVisibility(IList<String>)

プライベート リンク サービスの表示されるサブスクリプションの一覧を設定します。

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

パラメーター

subscriptions
IList<String>

表示されているサブスクリプションの一覧。

戻り値

適用対象

WithVisibility(String)

プライベート リンク サービスの表示可能なサブスクリプションを設定します。

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

パラメーター

subscription
String

表示されているサブスクリプション ID の値。

戻り値

適用対象