EndpointConfig.Location Property
Optional. The location from which the endpoint is monitored.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public string Location { get; set; }
public:
property String^ Location {
String^ get();
void set(String^ value);
}
member Location : string with get, set
Public Property Location As String
Property Value
Type: System.String
See Also
EndpointConfig Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top