Поделиться через


AzureSqlServerTrustGroupAdapter.ListServerTrustGroupsByLocation Method

Definition

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.

Returns

Applies to