StorageResourceItem.GetPropertiesAsync(CancellationToken) Method

Definition

Get properties of the resource.

See StorageResourceItemProperties.

protected internal abstract System.Threading.Tasks.Task<Azure.Storage.DataMovement.StorageResourceItemProperties> GetPropertiesAsync (System.Threading.CancellationToken token = default);
abstract member GetPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Storage.DataMovement.StorageResourceItemProperties>
Protected Friend MustOverride Function GetPropertiesAsync (Optional token As CancellationToken = Nothing) As Task(Of StorageResourceItemProperties)

Parameters

Returns

Returns the properties of the Storage Resource. See StorageResourceItemProperties

Applies to