C#C++F#VB
Initiates an asynchronous operation that gets the permissions settings for the share.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<FileSharePermissions> GetPermissionsAsync()
C++
public: [DoesServiceRequestAttribute] virtual Task<FileSharePermissions^>^ GetPermissionsAsync()
[<DoesServiceRequestAttribute>] abstract GetPermissionsAsync : unit -> Task<FileSharePermissions> [<DoesServiceRequestAttribute>] override GetPermissionsAsync : unit -> Task<FileSharePermissions>
<DoesServiceRequestAttribute> Public Overridable Function GetPermissionsAsync As Task(Of FileSharePermissions)
Return Value
Type: System.Threading.Tasks.Task<FileSharePermissions>System.Threading.Tasks::Task<FileSharePermissions^>^System.Threading.Tasks.Task<FileSharePermissions>System.Threading.Tasks.Task(Of FileSharePermissions)A Task<TResult><TResult><'TResult>(Of TResult) object of type FileSharePermissions that represents the asynchronous operation.
See Also
GetPermissionsAsync Overload
CloudFileShare Class
Microsoft.WindowsAzure.Storage.File Namespace