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