Share via


AutoscaleClient.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

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

IAutoscaleClient.BaseUri

See Also

AutoscaleClient Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale Namespace

Return to top