Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
See Also
MetricsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics Namespace
Return to top