Share via


IStorageManagementClient.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

Uri BaseUri { get; }
property Uri^ BaseUri {
    Uri^ get();
}
abstract BaseUri : Uri with get
ReadOnly Property BaseUri As Uri

Property Value

Type: System.Uri

The URI.

See Also

IStorageManagementClient Interface
Microsoft.WindowsAzure.Management.Storage Namespace

Return to top