Share via


request_options::request_options Constructor

Initializes a new instance of the request_options class.

request_options(
   request_options&& other
);

WASTORAGE_API request_options();

Parameters

  • other
    A reference to a set of request_options on which to base the new instance.

Requirements

Header: common.h

Namespace: azure::storage

See Also

Reference

request_options Class