Share via


cloud_blob_directory::cloud_blob_directory Constructor

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

cloud_blob_directory();

cloud_blob_directory(
   utility::string_t name,
   cloud_blob_container container
);

cloud_blob_directory(
   cloud_blob_directory&& other
);

Parameters

  • name
    Name of the virtual directory.
  • container
    The container.
  • other
    A reference to a set of cloud_blob_directory on which to base the new instance.

Requirements

Header: blob.h

Namespace: azure::storage

See Also

Reference

cloud_blob_directory Class