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


AzureSqlServerTrustGroupAdapter.ListServerTrustGroupsByInstance Method

Definition

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.

Returns

Applies to