Share via


cloud_client::operator= Operator

Returns a reference to a cloud_client object.

cloud_client& operator=(
   cloud_client&& other
);

Parameters

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

Return Value

A cloud_client object with properties set.

Requirements

Header: service_client.h

Namespace: azure::storage

See Also

Reference

cloud_client Class