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