Freigeben über


ServerTrustGroupsOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Serververtrauensgruppe.

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

parameters
ServerTrustGroup

Die Parameter der Serververtrauensgruppe.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: