cloud_blob_client::download_service_properties_async Method
Intitiates an asynchronous operation to get the properties of the service.
pplx::task<service_properties> download_service_properties_async() const;
WASTORAGE_API pplx::task<service_properties> download_service_properties_async(
const blob_request_options& options,
operation_context context
) const;
Parameters
- options
A azure::storage::blob_request_options object that specifies additional options for the request.
- context
An azure::storage::operation_context object that represents the context for the current operation.
Return Value
A pplx::task object of type service_properties that represents the current operation.
Requirements
Header: blob.h
Namespace: azure::storage