Share via


SchedulerClient.BaseUri Property

 

Gets the URI used as the base for all cloud service requests.

Namespace:   Microsoft.WindowsAzure.Scheduler
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.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

Implements

ISchedulerClient.BaseUri

See Also

SchedulerClient Class
Microsoft.WindowsAzure.Scheduler Namespace

Return to top