Share via


AlertsClient.BaseUri Property

 

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

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

IAlertsClient.BaseUri

See Also

AlertsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top