Share via


StorageManagementClient.BaseUri Property

 

Gets or sets the URI that is used as the base for all Service Management requests.

Namespace:   Microsoft.WindowsAzure.Management.Storage
Assembly:  Microsoft.WindowsAzure.Management.Storage (in Microsoft.WindowsAzure.Management.Storage.dll)

Syntax

public Uri BaseUri { get; }
public:
property Uri^ BaseUri {
    virtual Uri^ get() sealed;
}
abstract BaseUri : Uri with get
override BaseUri : Uri with get
Public ReadOnly Property BaseUri As Uri

Property Value

Type: System.Uri

The URI.

Implements

IStorageManagementClient.BaseUri

See Also

StorageManagementClient Class
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top