ShareClient.GetPermission(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 Azure.Response<string> GetPermission (string filePermissionKey = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPermission : string * System.Threading.CancellationToken -> Azure.Response<string>
override this.GetPermission : string * System.Threading.CancellationToken -> Azure.Response<string>
Public Overridable Function GetPermission (Optional filePermissionKey As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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