DataFeed.ActionLinkTemplate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines actionable HTTP URLs, which consist of the placeholders %datafeed, %metric, %timestamp, %detect_config, and %tagset. You can use the template to redirect from an anomaly or an incident to a specific URL to drill down. See the documentation for details. Defaults to an empty string.
public string ActionLinkTemplate { get; set; }
member this.ActionLinkTemplate : string with get, set
Public Property ActionLinkTemplate As String
Property Value
Remarks
If set to null during an update operation, this property is set to its default value.
Applies to
Azure SDK for .NET