AccountsOperationsExtensions.Update 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.
Corriger un compte donné
public static Microsoft.Azure.Management.DataShare.Models.Account Update (this Microsoft.Azure.Management.DataShare.IAccountsOperations operations, string resourceGroupName, string accountName, Microsoft.Azure.Management.DataShare.Models.AccountUpdateParameters accountUpdateParameters);
static member Update : Microsoft.Azure.Management.DataShare.IAccountsOperations * string * string * Microsoft.Azure.Management.DataShare.Models.AccountUpdateParameters -> Microsoft.Azure.Management.DataShare.Models.Account
<Extension()>
Public Function Update (operations As IAccountsOperations, resourceGroupName As String, accountName As String, accountUpdateParameters As AccountUpdateParameters) As Account
Paramètres
- operations
- IAccountsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- accountName
- String
Nom du compte de partage.
- accountUpdateParameters
- AccountUpdateParameters
Paramètres de mise à jour du compte.
Retours
Remarques
Corriger un compte
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