IMetricsClient.BaseUri Property
Gets the URI used as the base for all cloud service requests.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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
IMetricsClient Interface
Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace
Return to top