AdlsClient.SetOwnerAsync(String, String, String, CancellationToken) 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.
Définit de façon asynchrone le propriétaire ou/et le groupe du chemin d’accès
public virtual System.Threading.Tasks.Task SetOwnerAsync (string path, string owner, string group, System.Threading.CancellationToken cancelToken = default);
abstract member SetOwnerAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetOwnerAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetOwnerAsync (path As String, owner As String, group As String, Optional cancelToken As CancellationToken = Nothing) As Task
Paramètres
- path
- String
Chemin d’accès du fichier ou du répertoire
- owner
- String
ID de propriétaire
- group
- String
ID de groupe
- cancelToken
- CancellationToken
CancellationToken pour annuler la demande
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