Partager via


ServerTrustGroupsOperationsExtensions.ListByLocationAsync Méthode

Définition

Répertorie un groupe d’approbations de serveurs.

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

Paramètres

operations
IServerTrustGroupsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

locationName
String

Nom de la région où se trouve la ressource.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à