C#
C++
F#
VB
CloudBlobClient.::..GetServicePropertiesAsync Method (BlobRequestOptions, OperationContext, CancellationToken)(BlobRequestOptions^, OperationContext^, CancellationToken)(BlobRequestOptions, OperationContext, CancellationToken)(BlobRequestOptions, OperationContext, CancellationToken)
Initiates an asynchronous operation to get service properties for the Blob service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute] public virtual Task<ServiceProperties> GetServicePropertiesAsync( BlobRequestOptions requestOptions, OperationContext operationContext, CancellationToken cancellationToken )
C++
public: [DoesServiceRequestAttribute] virtual Task<ServiceProperties^>^ GetServicePropertiesAsync( BlobRequestOptions^ requestOptions, OperationContext^ operationContext, CancellationToken cancellationToken )
[<DoesServiceRequestAttribute>] abstract GetServicePropertiesAsync : requestOptions:BlobRequestOptions * operationContext:OperationContext * cancellationToken:CancellationToken -> Task<ServiceProperties> [<DoesServiceRequestAttribute>] override GetServicePropertiesAsync : requestOptions:BlobRequestOptions * operationContext:OperationContext * cancellationToken:CancellationToken -> Task<ServiceProperties>
<DoesServiceRequestAttribute> Public Overridable Function GetServicePropertiesAsync ( requestOptions As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken ) As Task(Of ServiceProperties)
Parameters
- requestOptions
-
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob::BlobRequestOptions^Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob.BlobRequestOptions
A BlobRequestOptions 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.
- cancellationToken
-
Type:
System.Threading.CancellationTokenSystem.Threading::CancellationTokenSystem.Threading.CancellationTokenSystem.Threading.CancellationToken
A CancellationToken to observe while waiting for a task to complete.
Return Value
Type: System.Threading.Tasks.Task<ServiceProperties>System.Threading.Tasks::Task<ServiceProperties^>^System.Threading.Tasks.Task<ServiceProperties>System.Threading.Tasks.Task(Of ServiceProperties)A Task<TResult><TResult><'TResult>(Of TResult) object of type ServiceProperties that represents the asynchronous operation.
See Also
GetServicePropertiesAsync Overload
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace