Share via


storage_uri::operator= Operator

Returns a reference to a storage_uri object.

storage_uri& operator=(
   storage_uri&& other
);

Parameters

  • other
    A reference to a set of storage_uri to use to set properties.

Return Value

A storage_uri object with properties set.

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

storage_uri Class