StorageFileManagement.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)
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
override this.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
Returns
Implements
Applies to
FetchShareAttributesAsync(CloudFileShare, AccessCondition, FileRequestOptions, OperationContext, CancellationToken)
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
override this.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
- accessCondition
- AccessCondition
- options
- FileRequestOptions
- operationContext
- OperationContext
- token
- CancellationToken