AzureSqlServerTrustGroupAdapter.ListServerTrustGroupsByInstance 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 that have specified Managed Instance as a member.
public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel> ListServerTrustGroupsByInstance (string resourceGroupName, string managedInstanceName);
member this.ListServerTrustGroupsByInstance : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.ServerTrustGroup.Model.AzureSqlServerTrustGroupModel>
Public Function ListServerTrustGroupsByInstance (resourceGroupName As String, managedInstanceName As String) As List(Of AzureSqlServerTrustGroupModel)
Parameters
- resourceGroupName
- String
Resource group name of Server Trust Groups.
- managedInstanceName
- String
Managed Instance name of all Server Trust Groups that contain it.