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
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET