C#C++F#VB
CloudFileClient.::..GetServicePropertiesAsync Method (FileRequestOptions, OperationContext)(FileRequestOptions^, OperationContext^)(FileRequestOptions, OperationContext)(FileRequestOptions, OperationContext)
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( FileRequestOptions requestOptions, OperationContext operationContext )
C++
public: [DoesServiceRequestAttribute] virtual Task<FileServiceProperties^>^ GetServicePropertiesAsync( FileRequestOptions^ requestOptions, OperationContext^ operationContext )
[<DoesServiceRequestAttribute>] abstract GetServicePropertiesAsync : requestOptions:FileRequestOptions * operationContext:OperationContext -> Task<FileServiceProperties> [<DoesServiceRequestAttribute>] override GetServicePropertiesAsync : requestOptions:FileRequestOptions * operationContext:OperationContext -> Task<FileServiceProperties>
<DoesServiceRequestAttribute> Public Overridable Function GetServicePropertiesAsync ( requestOptions As FileRequestOptions, operationContext As OperationContext ) As Task(Of FileServiceProperties)
Parameters
- requestOptions
-
Type:
Microsoft.WindowsAzure.Storage.File.FileRequestOptionsMicrosoft.WindowsAzure.Storage.File::FileRequestOptions^Microsoft.WindowsAzure.Storage.File.FileRequestOptionsMicrosoft.WindowsAzure.Storage.File.FileRequestOptions
A FileRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
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