C#
C++
F#
VB
CloudBlobClient.::..SetServicePropertiesAsync Method (ServiceProperties)(ServiceProperties^)(ServiceProperties)(ServiceProperties)
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( ServiceProperties properties )
C++
public: [DoesServiceRequestAttribute] virtual Task^ SetServicePropertiesAsync( ServiceProperties^ properties )
[<DoesServiceRequestAttribute>] abstract SetServicePropertiesAsync : properties:ServiceProperties -> Task [<DoesServiceRequestAttribute>] override SetServicePropertiesAsync : properties:ServiceProperties -> Task
<DoesServiceRequestAttribute> Public Overridable Function SetServicePropertiesAsync ( properties As ServiceProperties ) As Task
Parameters
- properties
-
Type:
Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol::ServiceProperties^Microsoft.WindowsAzure.Storage.Shared.Protocol.ServicePropertiesMicrosoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties
A ServiceProperties 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
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace