IInsightsManagementClient.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
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
IInsightsManagementClient Interface
Microsoft.Azure.Management.Insights Namespace
Return to top