ServerAdministratorsOperationsExtensions.Get Method

Definition

Gets information about a AAD server administrator.

public static Microsoft.Azure.Management.PostgreSQL.Models.ServerAdministratorResource Get (this Microsoft.Azure.Management.PostgreSQL.IServerAdministratorsOperations operations, string resourceGroupName, string serverName);
static member Get : Microsoft.Azure.Management.PostgreSQL.IServerAdministratorsOperations * string * string -> Microsoft.Azure.Management.PostgreSQL.Models.ServerAdministratorResource
<Extension()>
Public Function Get (operations As IServerAdministratorsOperations, resourceGroupName As String, serverName As String) As ServerAdministratorResource

Parameters

operations
IServerAdministratorsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

serverName
String

The name of the server.

Returns

Applies to