C#C++F#VB
CloudTableClient.::..SetServicePropertiesAsync Method (ServiceProperties)(ServiceProperties^)(ServiceProperties)(ServiceProperties)
Initiates an asynchronous operation to set the service properties of the Table 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
CloudTableClient Class
Microsoft.WindowsAzure.Storage.Table Namespace