StorageResourceItem.GetPermissionsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Permissions of a storage resource.
protected internal abstract System.Threading.Tasks.Task<string> GetPermissionsAsync (Azure.Storage.DataMovement.StorageResourceItemProperties properties = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPermissionsAsync : Azure.Storage.DataMovement.StorageResourceItemProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Protected Friend MustOverride Function GetPermissionsAsync (Optional properties As StorageResourceItemProperties = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- properties
- StorageResourceItemProperties
- cancellationToken
- CancellationToken