ServerTrustGroupsOperationsExtensions.Get 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.
Obtient un groupe d’approbations de serveurs.
public static Microsoft.Azure.Management.Sql.Models.ServerTrustGroup Get (this Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations operations, string resourceGroupName, string locationName, string serverTrustGroupName);
static member Get : Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations * string * string * string -> Microsoft.Azure.Management.Sql.Models.ServerTrustGroup
<Extension()>
Public Function Get (operations As IServerTrustGroupsOperations, resourceGroupName As String, locationName As String, serverTrustGroupName As String) As 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.
- serverTrustGroupName
- String
Nom du groupe d’approbations de serveurs.
Retours
S’applique à
Azure SDK for .NET