C#C++F#VB
Initiates an asynchronous operation to get service properties for the File service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<FileServiceProperties> GetServicePropertiesAsync()
C++
public: [DoesServiceRequestAttribute] virtual Task<FileServiceProperties^>^ GetServicePropertiesAsync()
[<DoesServiceRequestAttribute>] abstract GetServicePropertiesAsync : unit -> Task<FileServiceProperties> [<DoesServiceRequestAttribute>] override GetServicePropertiesAsync : unit -> Task<FileServiceProperties>
<DoesServiceRequestAttribute> Public Overridable Function GetServicePropertiesAsync As Task(Of FileServiceProperties)
Return Value
Type: System.Threading.Tasks.Task<FileServiceProperties>System.Threading.Tasks::Task<FileServiceProperties^>^System.Threading.Tasks.Task<FileServiceProperties>System.Threading.Tasks.Task(Of FileServiceProperties)A Task<TResult><TResult><'TResult>(Of TResult) object of type FileServiceProperties that represents the asynchronous operation.
See Also
GetServicePropertiesAsync Overload
CloudFileClient Class
Microsoft.WindowsAzure.Storage.File Namespace