IStorageFileManagement.CreateShareAsync 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
CreateShareAsync(CloudFileShare, FileRequestOptions, OperationContext, CancellationToken) |
Returns a task that performs an asynchronous operation to create a share. |
CreateShareAsync(CloudFileShare, FileRequestOptions, OperationContext, CancellationToken) |
CreateShareAsync(CloudFileShare, FileRequestOptions, OperationContext, CancellationToken)
Returns a task that performs an asynchronous operation to create a share.
public System.Threading.Tasks.Task CreateShareAsync (Microsoft.Azure.Storage.File.CloudFileShare share, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member CreateShareAsync : Microsoft.Azure.Storage.File.CloudFileShare * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CreateShareAsync (share As CloudFileShare, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
Parameters
- share
- CloudFileShare
Indicating the reference of the share to be created.
- 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.
- cancellationToken
- 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
CreateShareAsync(CloudFileShare, FileRequestOptions, OperationContext, CancellationToken)
public System.Threading.Tasks.Task CreateShareAsync (Microsoft.WindowsAzure.Storage.File.CloudFileShare share, Microsoft.WindowsAzure.Storage.File.FileRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member CreateShareAsync : Microsoft.WindowsAzure.Storage.File.CloudFileShare * Microsoft.WindowsAzure.Storage.File.FileRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CreateShareAsync (share As CloudFileShare, options As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
Parameters
- share
- CloudFileShare
- options
- FileRequestOptions
- operationContext
- OperationContext
- cancellationToken
- CancellationToken