Share via


IInsightsClient.BaseUri Property

 

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

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

IInsightsClient Interface
Microsoft.Azure.Insights Namespace

Return to top