AzureSqlServerTrustGroupAdapter.ListServerTrustGroupsByLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A wrapper method for getting all Server Trust Groups from a specified location.
public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel> ListServerTrustGroupsByLocation (string resourceGroupName, string location);
member this.ListServerTrustGroupsByLocation : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel>
Public Function ListServerTrustGroupsByLocation (resourceGroupName As String, location As String) As List(Of AzureSqlServerTrustGroupModel)
Parameters
- resourceGroupName
- String
Resource group name of Server Trust Groups.
- location
- String
The location of Server Trust Groups that are to be received.