Share via


cloud_page_blob::cloud_page_blob Constructor

Initializes a new instance of the azure::storage::cloud_page_blob class.

cloud_page_blob();

explicit cloud_page_blob(
   storage_uri uri
);

cloud_page_blob(
   storage_uri uri,
   storage_credentials credentials
);

cloud_page_blob(
   storage_uri uri,
   utility::string_t snapshot_time,
   storage_credentials credentials
);

cloud_page_blob(
   const cloud_blob& blob
);

cloud_page_blob(
   cloud_page_blob&& other
);

Parameters

  • uri
    A storage_uri object containing the absolute URI to the blob for all locations.
  • credentials
    The storage_credentials to use.
  • snapshot_time
    The snapshot timestamp, if the blob is a snapshot.
  • blob
    Reference to the blob.
  • other
    A reference to a set of cloud_page_blob on which to base the new instance.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

cloud_page_blob Class