C#C++F#VB
CloudFileClient.::..SetServicePropertiesAsync Method (FileServiceProperties)(FileServiceProperties^)(FileServiceProperties)(FileServiceProperties)
Initiates an asynchronous operation that sets service properties for the Blob service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task SetServicePropertiesAsync( FileServiceProperties properties )
C++
public: [DoesServiceRequestAttribute] virtual Task^ SetServicePropertiesAsync( FileServiceProperties^ properties )
[<DoesServiceRequestAttribute>] abstract SetServicePropertiesAsync : properties:FileServiceProperties -> Task [<DoesServiceRequestAttribute>] override SetServicePropertiesAsync : properties:FileServiceProperties -> Task
<DoesServiceRequestAttribute> Public Overridable Function SetServicePropertiesAsync ( properties As FileServiceProperties ) 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.
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