CloudBlobContainer.GetPermissionsAsync Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Initiates an asynchronous operation that gets the permissions settings for the container.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute]
public virtual Task<BlobContainerPermissions> GetPermissionsAsync()
C++
public:
[DoesServiceRequestAttribute]
virtual Task<BlobContainerPermissions^>^ GetPermissionsAsync()
[<DoesServiceRequestAttribute>]
abstract GetPermissionsAsync : unit -> Task<BlobContainerPermissions>
[<DoesServiceRequestAttribute>]
override GetPermissionsAsync : unit -> Task<BlobContainerPermissions>
<DoesServiceRequestAttribute>
Public Overridable Function GetPermissionsAsync As Task(Of BlobContainerPermissions)
Return Value
Type:
System.Threading.Tasks.Task<BlobContainerPermissions>System.Threading.Tasks::Task<BlobContainerPermissions^>^System.Threading.Tasks.Task<BlobContainerPermissions>System.Threading.Tasks.Task(Of BlobContainerPermissions)A Task<TResult><TResult><'TResult>(Of TResult) object that represents the asynchronous operation.
See Also
GetPermissionsAsync Overload
CloudBlobContainer Class
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top
Initiates an asynchronous operation that gets the permissions settings for the container.
Syntax
[DoesServiceRequestAttribute] public virtual Task<BlobContainerPermissions> GetPermissionsAsync()
C++
public: [DoesServiceRequestAttribute] virtual Task<BlobContainerPermissions^>^ GetPermissionsAsync()
[<DoesServiceRequestAttribute>] abstract GetPermissionsAsync : unit -> Task<BlobContainerPermissions> [<DoesServiceRequestAttribute>] override GetPermissionsAsync : unit -> Task<BlobContainerPermissions>
<DoesServiceRequestAttribute> Public Overridable Function GetPermissionsAsync As Task(Of BlobContainerPermissions)
Return Value
Type: System.Threading.Tasks.Task<BlobContainerPermissions>System.Threading.Tasks::Task<BlobContainerPermissions^>^System.Threading.Tasks.Task<BlobContainerPermissions>System.Threading.Tasks.Task(Of BlobContainerPermissions)A Task<TResult><TResult><'TResult>(Of TResult) object that represents the asynchronous operation.
See Also
GetPermissionsAsync Overload
CloudBlobContainer Class
Microsoft.WindowsAzure.Storage.Blob Namespace