CloudBlobClient.GetServicePropertiesAsync Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Initiates an asynchronous operation to get service properties for the Blob service.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[DoesServiceRequestAttribute]
public virtual Task<ServiceProperties> GetServicePropertiesAsync()
C++
public:
[DoesServiceRequestAttribute]
virtual Task<ServiceProperties^>^ GetServicePropertiesAsync()
[<DoesServiceRequestAttribute>]
abstract GetServicePropertiesAsync : unit -> Task<ServiceProperties>
[<DoesServiceRequestAttribute>]
override GetServicePropertiesAsync : unit -> Task<ServiceProperties>
<DoesServiceRequestAttribute>
Public Overridable Function GetServicePropertiesAsync As Task(Of ServiceProperties)
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
Return to top
Initiates an asynchronous operation to get service properties for the Blob service.
Syntax
[DoesServiceRequestAttribute] public virtual Task<ServiceProperties> GetServicePropertiesAsync()
C++
public: [DoesServiceRequestAttribute] virtual Task<ServiceProperties^>^ GetServicePropertiesAsync()
[<DoesServiceRequestAttribute>] abstract GetServicePropertiesAsync : unit -> Task<ServiceProperties> [<DoesServiceRequestAttribute>] override GetServicePropertiesAsync : unit -> Task<ServiceProperties>
<DoesServiceRequestAttribute> Public Overridable Function GetServicePropertiesAsync As Task(Of ServiceProperties)
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