次の方法で共有


ServerAzureADAdministratorsOperationsExtensions.ListByServer メソッド

定義

サーバー内の Azure Active Directory 管理者の一覧を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerAzureADAdministrator> ListByServer (this Microsoft.Azure.Management.Sql.IServerAzureADAdministratorsOperations operations, string resourceGroupName, string serverName);
static member ListByServer : Microsoft.Azure.Management.Sql.IServerAzureADAdministratorsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerAzureADAdministrator>
<Extension()>
Public Function ListByServer (operations As IServerAzureADAdministratorsOperations, resourceGroupName As String, serverName As String) As IPage(Of ServerAzureADAdministrator)

パラメーター

operations
IServerAzureADAdministratorsOperations

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

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

戻り値

適用対象