ISubscriptionClient.BaseUri Property
Gets the URI used as the base for all cloud service requests.
Namespace: Microsoft.WindowsAzure.Subscriptions
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.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
See Also
ISubscriptionClient Interface
Microsoft.WindowsAzure.Subscriptions Namespace
Return to top