C#C++F#VB
CloudFileClient.::..SetServicePropertiesAsync Method (FileServiceProperties, FileRequestOptions, OperationContext, CancellationToken)(FileServiceProperties^, FileRequestOptions^, OperationContext^, CancellationToken)(FileServiceProperties, FileRequestOptions, OperationContext, CancellationToken)(FileServiceProperties, FileRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation that sets service properties for the File service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task SetServicePropertiesAsync( FileServiceProperties properties, FileRequestOptions requestOptions, OperationContext operationContext, CancellationToken cancellationToken )
C++
public: [DoesServiceRequestAttribute] virtual Task^ SetServicePropertiesAsync( FileServiceProperties^ properties, FileRequestOptions^ requestOptions, OperationContext^ operationContext, CancellationToken cancellationToken )
[<DoesServiceRequestAttribute>] abstract SetServicePropertiesAsync : properties:FileServiceProperties * requestOptions:FileRequestOptions * operationContext:OperationContext * cancellationToken:CancellationToken -> Task [<DoesServiceRequestAttribute>] override SetServicePropertiesAsync : properties:FileServiceProperties * requestOptions:FileRequestOptions * operationContext:OperationContext * cancellationToken:CancellationToken -> Task
<DoesServiceRequestAttribute> Public Overridable Function SetServicePropertiesAsync ( properties As FileServiceProperties, requestOptions As FileRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken ) As Task
Parameters
- properties
-
Type:
Microsoft.WindowsAzure.Storage.File.Protocol.FileServicePropertiesMicrosoft.WindowsAzure.Storage.File.Protocol::FileServiceProperties^Microsoft.WindowsAzure.Storage.File.Protocol.FileServicePropertiesMicrosoft.WindowsAzure.Storage.File.Protocol.FileServiceProperties
A FileServiceProperties object.
- requestOptions
-
Type:
Microsoft.WindowsAzure.Storage.File.FileRequestOptionsMicrosoft.WindowsAzure.Storage.File::FileRequestOptions^Microsoft.WindowsAzure.Storage.File.FileRequestOptionsMicrosoft.WindowsAzure.Storage.File.FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
- cancellationToken
-
Type:
System.Threading.CancellationTokenSystem.Threading::CancellationTokenSystem.Threading.CancellationTokenSystem.Threading.CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Return Value
Type: System.Threading.Tasks.TaskSystem.Threading.Tasks::Task^System.Threading.Tasks.TaskSystem.Threading.Tasks.TaskA Task object that represents the asynchronous operation.
See Also
SetServicePropertiesAsync Overload
CloudFileClient Class
Microsoft.WindowsAzure.Storage.File Namespace