Partager via


ServerTrustGroupsOperationsExtensions.ListByLocation Méthode

Définition

Répertorie un groupe d’approbations de serveurs.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup> ListByLocation (this Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations operations, string resourceGroupName, string locationName);
static member ListByLocation : Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup>
<Extension()>
Public Function ListByLocation (operations As IServerTrustGroupsOperations, resourceGroupName As String, locationName As String) As 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.

Retours

S’applique à