ShareDirectoryClient.SetHttpHeadersAsync Method

Definition

The SetHttpHeadersAsync(FileSmbProperties, String, CancellationToken) operation sets system properties on the directory.

For more information, see Set Directory Properties.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryInfo>> SetHttpHeadersAsync (Azure.Storage.Files.Shares.Models.FileSmbProperties smbProperties = default, string filePermission = default, System.Threading.CancellationToken cancellationToken = default);
abstract member SetHttpHeadersAsync : Azure.Storage.Files.Shares.Models.FileSmbProperties * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryInfo>>
override this.SetHttpHeadersAsync : Azure.Storage.Files.Shares.Models.FileSmbProperties * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Storage.Files.Shares.Models.ShareDirectoryInfo>>
Public Overridable Function SetHttpHeadersAsync (Optional smbProperties As FileSmbProperties = Nothing, Optional filePermission As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ShareDirectoryInfo))

Parameters

smbProperties
FileSmbProperties

Optional SMB properties to set for the directory.

filePermission
String

Optional file permission to set for the directory.

cancellationToken
CancellationToken

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

Returns

A Response<T> describing the state of the file.

Remarks

A RequestFailedException will be thrown if a failure occurs.

Applies to