small fix to blob doc (#2709)

This commit is contained in:
JinmingHu 2021-08-04 18:33:50 +08:00 committed by GitHub
parent 3e39e0e44a
commit f3f798058e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -118,8 +118,7 @@ namespace Azure { namespace Storage { namespace Blobs {
/**
* @brief Gets the container's primary URL endpoint.
*
* @return The
* container's primary URL endpoint.
* @return The container's primary URL endpoint.
*/
std::string GetUrl() const { return m_blobContainerUrl.GetAbsoluteUrl(); }

View File

@ -74,6 +74,7 @@ namespace Azure { namespace Storage { namespace Blobs {
* @brief Creates a new BlobContainerClient object with the same URL as this BlobServiceClient.
* The new BlobContainerClient uses the same request policy pipeline as this BlobServiceClient.
*
* @param blobContainerName The name of the container to reference.
* @return A new BlobContainerClient instance.
*/
BlobContainerClient GetBlobContainerClient(const std::string& blobContainerName) const;
@ -120,8 +121,7 @@ namespace Azure { namespace Storage { namespace Blobs {
* settings. You can also use this operation to set the default request version for all incoming
* requests to the Blob service that do not have a version specified.
*
* @param
* properties The blob service properties.
* @param properties The blob service properties.
* @param options Optional parameters to execute this function.
* @param context Context for cancelling long running operations.
* @return A SetServicePropertiesResult on successfully setting the properties.