Share via


cloud_client::cloud_client Constructor

Initializes a new instance of the cloud_client class.

cloud_client(
   cloud_client&& other
);

cloud_client();

explicit cloud_client(
   storage_uri base_uri
);

cloud_client(
   storage_uri base_uri,
   azure::storage::storage_credentials credentials
);

Parameters

  • base_uri
    A storage_uri object containing the service endpoint for all locations.
  • credentials
    The storage_credentials to use.
  • other
    A reference to a set of cloud_client on which to base the new instance.

Requirements

Header: service_client.h

Namespace: azure::storage

See Also

Reference

cloud_client Class