WorkspaceManagedIdentitySqlControlSettingsOperationsExtensions.CreateOrUpdateAsync 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.
Créer ou mettre à jour les paramètres de contrôle Sql d’identité managée
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.ManagedIdentitySqlControlSettingsModel> CreateOrUpdateAsync (this Microsoft.Azure.Management.Synapse.IWorkspaceManagedIdentitySqlControlSettingsOperations operations, string resourceGroupName, string workspaceName, Microsoft.Azure.Management.Synapse.Models.ManagedIdentitySqlControlSettingsModel managedIdentitySqlControlSettings, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Synapse.IWorkspaceManagedIdentitySqlControlSettingsOperations * string * string * Microsoft.Azure.Management.Synapse.Models.ManagedIdentitySqlControlSettingsModel * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.ManagedIdentitySqlControlSettingsModel>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IWorkspaceManagedIdentitySqlControlSettingsOperations, resourceGroupName As String, workspaceName As String, managedIdentitySqlControlSettings As ManagedIdentitySqlControlSettingsModel, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ManagedIdentitySqlControlSettingsModel)
Paramètres
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- workspaceName
- String
Nom de l’espace de travail
- managedIdentitySqlControlSettings
- ManagedIdentitySqlControlSettingsModel
Paramètres de contrôle Sql d’identité managée
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET