SyncAgentsOperationsExtensions.GenerateKeyAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère une clé de l’agent de synchronisation.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentKeyPropertiesInner> GenerateKeyAsync (this Microsoft.Azure.Management.Sql.Fluent.ISyncAgentsOperations operations, string resourceGroupName, string serverName, string syncAgentName, System.Threading.CancellationToken cancellationToken = default);
static member GenerateKeyAsync : Microsoft.Azure.Management.Sql.Fluent.ISyncAgentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Fluent.Models.SyncAgentKeyPropertiesInner>
<Extension()>
Public Function GenerateKeyAsync (operations As ISyncAgentsOperations, resourceGroupName As String, serverName As String, syncAgentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SyncAgentKeyPropertiesInner)
Paramètres
- operations
- ISyncAgentsOperations
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.
- serverName
- String
Nom du serveur sur lequel l’agent de synchronisation est hébergé.
- syncAgentName
- String
Nom de l’agent de synchronisation.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET