Freigeben über


ServerTrustGroupsOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert eine Serververtrauensgruppe.

public static Microsoft.Azure.Management.Sql.Models.ServerTrustGroup CreateOrUpdate (this Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations operations, string resourceGroupName, string locationName, string serverTrustGroupName, Microsoft.Azure.Management.Sql.Models.ServerTrustGroup parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.IServerTrustGroupsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.ServerTrustGroup -> Microsoft.Azure.Management.Sql.Models.ServerTrustGroup
<Extension()>
Public Function CreateOrUpdate (operations As IServerTrustGroupsOperations, resourceGroupName As String, locationName As String, serverTrustGroupName As String, parameters As ServerTrustGroup) As 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.

Gibt zurück

Gilt für: