Freigeben über


ServerTrustGroupsOperationsExtensions.ListByInstance Methode

Definition

Ruft eine Serververtrauensstellungsgruppe nach instance Namen ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup> ListByInstance (this Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations operations, string resourceGroupName, string managedInstanceName);
static member ListByInstance : Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup>
<Extension()>
Public Function ListByInstance (operations As IServerTrustGroupsOperations, resourceGroupName As String, managedInstanceName As String) As IPage(Of ServerTrustGroup)

Parameter

operations
IServerTrustGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

managedInstanceName
String

Der Name der verwalteten Instanz.

Gibt zurück

Gilt für: