Share via


StorageResourceItem.GetPropertiesAsync(CancellationToken) Method

Definition

Get properties of the resource.

See StorageResourceProperties.

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

Parameters

Returns

Returns the properties of the Storage Resource. See StorageResourceProperties

Applies to