Freigeben über


ServerTrustGroupsOperationsExtensions.GetAsync Methode

Definition

Ruft eine Serververtrauensgruppe ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup> GetAsync (this Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations operations, string resourceGroupName, string locationName, string serverTrustGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.ServerTrustGroup>
<Extension()>
Public Function GetAsync (operations As IServerTrustGroupsOperations, resourceGroupName As String, locationName As String, serverTrustGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(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.

locationName
String

Der Name der Region, in der sich die Ressource befindet.

serverTrustGroupName
String

Der Name der Serververtrauensgruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: