Freigeben über


ManagedDatabasesOperationsExtensions.ListInaccessibleByInstanceNextAsync Methode

Definition

Ruft eine Liste mit den unzugänglichen verwalteten Datenbank einer verwalteten Instanz ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedDatabase>> ListInaccessibleByInstanceNextAsync (this Microsoft.Azure.Management.Sql.IManagedDatabasesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListInaccessibleByInstanceNextAsync : Microsoft.Azure.Management.Sql.IManagedDatabasesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ManagedDatabase>>
<Extension()>
Public Function ListInaccessibleByInstanceNextAsync (operations As IManagedDatabasesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagedDatabase))

Parameter

operations
IManagedDatabasesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: