copy_state::operator= Operator
Returns a reference to a copy_state object.
copy_state& operator=(
copy_state&& other
);
Parameters
- other
A reference to a set of copy_state to use to set properties.
Return Value
A copy_state object with properties set.
Requirements
Header: blob.h
Namespace: azure::storage