Share via


ShareClient.GetPermissionAsync(String, CancellationToken) Method

Definition

Gets the file permission in Security Descriptor Definition Language (SDDL). Note that this API is not applicable for Share Snapshots.

public virtual System.Threading.Tasks.Task<Azure.Response<string>> GetPermissionAsync (string filePermissionKey = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPermissionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.GetPermissionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
Public Overridable Function GetPermissionAsync (Optional filePermissionKey As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))

Parameters

filePermissionKey
String

The file permission key.

cancellationToken
CancellationToken

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

Returns

A Response<T> file permission.

Applies to