IStorageFileManagement.FetchShareAttributesAsync 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.
Overloads
FetchShareAttributesAsync(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
Returns a task that performs an asynchronous operation to retrieve the share's attributes. |
FetchShareAttributesAsync(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext, CancellationToken) |
FetchShareAttributesAsync(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
Returns a task that performs an asynchronous operation to retrieve the share's attributes.
public System.Threading.Tasks.Task FetchShareAttributesAsync (Microsoft.Azure.Storage.File.CloudFileShare share, Microsoft.Azure.Storage.AccessCondition accessCondition, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken token);
abstract member FetchShareAttributesAsync : Microsoft.Azure.Storage.File.CloudFileShare * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FetchShareAttributesAsync (share As CloudFileShare, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, token As CancellationToken) As Task
Parameters
- share
- CloudFileShare
Indicating the share.
- accessCondition
- AccessCondition
A Microsoft.WindowsAzure.Storage.AccessCondition object that represents the access conditions for the share. If null, no condition is used.
- options
- FileRequestOptions
A Microsoft.Azure.Storage.File.FileRequestOptions object that specifies additional options for the request.
- operationContext
- OperationContext
A Microsoft.WindowsAzure.Storage.OperationContext object that represents the context for the current operation.
- token
- CancellationToken
A System.Threading.CancellationToken to observe while waiting for a task to complete.
Returns
A System.Threading.Tasks.Task object that represents the current operation.
Applies to
FetchShareAttributesAsync(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
public System.Threading.Tasks.Task FetchShareAttributesAsync (Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.AccessCondition accessCondition, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken token);
abstract member FetchShareAttributesAsync : Microsoft.WindowsAzure.Storage.File.CloudFileShare * Microsoft.WindowsAzure.Storage.AccessCondition * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function FetchShareAttributesAsync (share As CloudFileShare, accessCondition As AccessCondition, options As FileRequestOptions, operationContext As OperationContext, token As CancellationToken) As Task
Parameters
- share
- CloudFileShare
- accessCondition
- AccessCondition
- options
- FileRequestOptions
- operationContext
- OperationContext
- token
- CancellationToken