Partager via


ServerTrustGroupsOperationsExtensions.BeginCreateOrUpdateAsync Méthode

Définition

Crée ou met à jour un groupe d’approbations de serveurs.

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)

Paramètres

operations
IServerTrustGroupsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient la ressource. Vous pouvez obtenir cette valeur à partir de l’API Azure Resource Manager ou du portail.

locationName
String

Nom de la région où se trouve la ressource.

serverTrustGroupName
String

Nom du groupe d’approbations de serveurs.

parameters
ServerTrustGroup

Paramètres du groupe d’approbations de serveur.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à