EndpointConfig.ConfigId Property
Optional. The config id for endpoint monitoring config.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public string ConfigId { get; set; }
public:
property String^ ConfigId {
String^ get();
void set(String^ value);
}
member ConfigId : string with get, set
Public Property ConfigId As String
Property Value
Type: System.String
See Also
EndpointConfig Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace
Return to top