Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileClient.SetServicePropertiesAsync Method (FileServiceProperties) (Microsoft.WindowsAzure.Storage.File)

Initiates an asynchronous operation that sets service properties for the Blob service.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task SetServicePropertiesAsync(
	FileServiceProperties properties
)
 
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
Return to top