Share via


IAutoscaleClient.BaseUri Property

 

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

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale
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

IAutoscaleClient Interface
Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace

Return to top