Share via


storage_uri Class

Contains the URIs for both the primary and secondary locations of a Windows Azure Storage resource.

class storage_uri;

Members

Public Constructors

Name Description

storage_uri::storage_uri Constructor

Overloaded. Initializes a new instance of the storage_uri class.

Public Methods

Name Description

storage_uri::get_location_uri Method

Gets the endpoint for a specified location.

storage_uri::path Method

Gets the path portion of the primary endpoint.

storage_uri::primary_uri Method

Gets the primary endpoint.

storage_uri::secondary_uri Method

Gets the secondary endpoint.

Public Operators

Name Description

storage_uri::operator= Operator

Returns a reference to a storage_uri object.

Inheritance Hierarchy

storage_uri

Requirements

Header: core.h

Namespace: azure::storage

See Also

Reference

azure::storage Namespace