Share via


InsightsManagementClient.BaseUri Property

 

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

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

IInsightsManagementClient.BaseUri

See Also

InsightsManagementClient Class
Microsoft.Azure.Management.Insights Namespace

Return to top