次の方法で共有


VirtualNetworkRulesOperationsExtensions.ListByServerAsync メソッド

定義

サーバー内の仮想ネットワーク規則の一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.VirtualNetworkRule>> ListByServerAsync (this Microsoft.Azure.Management.PostgreSQL.IVirtualNetworkRulesOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerAsync : Microsoft.Azure.Management.PostgreSQL.IVirtualNetworkRulesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.PostgreSQL.Models.VirtualNetworkRule>>
<Extension()>
Public Function ListByServerAsync (operations As IVirtualNetworkRulesOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkRule))

パラメーター

operations
IVirtualNetworkRulesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象