Freigeben über


FailoverGroupsOperationsExtensions.ListByServerAsync Methode

Definition

Listet die Failovergruppen eines Servers auf.

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

Parameter

operations
IFailoverGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Der Name des Servers, der die Failovergruppe enthält.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: