ShareDirectoryClient.Rename Method

Definition

Renames a directory. This API does not support renaming a directory from one share to another, or between storage accounts.

C#
public virtual Azure.Response<Azure.Storage.Files.Shares.ShareDirectoryClient> Rename(string destinationPath, Azure.Storage.Files.Shares.Models.ShareFileRenameOptions options = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

destinationPath
String

The destination path to rename the directory to.

options
ShareFileRenameOptions

Optional parameters.

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be cancelled.

Returns

A Response<T> pointed at the newly renamed directory.

Remarks

A RequestFailedException will be thrown if a failure occurs.

Applies to

Product Versies
Azure SDK for .NET Latest, Preview