Compartilhar via


ServerTrustGroupsOperationsExtensions.ListByInstanceNext Método

Definição

Obtém um grupo de confiança do servidor por nome da instância.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup> ListByInstanceNext (this Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations operations, string nextPageLink);
static member ListByInstanceNext : Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup>
<Extension()>
Public Function ListByInstanceNext (operations As IServerTrustGroupsOperations, nextPageLink As String) As IPage(Of ServerTrustGroup)

Parâmetros

operations
IServerTrustGroupsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a