ServerTrustGroupsOperationsExtensions.ListByLocation Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET