Share via


storage_uri::storage_uri Constructor

Initializes a new instance of the storage_uri class.

storage_uri();

WASTORAGE_API storage_uri(
   web::http::uri primary_uri
);

WASTORAGE_API storage_uri(
   web::http::uri primary_uri,
   web::http::uri secondary_uri
);

storage_uri(
   storage_uri&& other
);

Parameters

  • primary_uri
    The endpoint for the primary location.
  • secondary_uri
    The endpoint for the secondary location.
  • other
    A reference to a set of storage_uri on which to base the new instance.

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

storage_uri Class