Share via


EndpointConfig.Url Property

 

Optional. The Url to be monitored.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public Uri Url { get; set; }
public:
property Uri^ Url {
    Uri^ get();
    void set(Uri^ value);
}
member Url : Uri with get, set
Public Property Url As Uri

Property Value

Type: System.Uri

See Also

EndpointConfig Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top