RunActionCorrelation Class
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.
The workflow run action correlation properties.
public class RunActionCorrelation : Microsoft.Azure.Management.Logic.Models.RunCorrelation
type RunActionCorrelation = class
inherit RunCorrelation
Public Class RunActionCorrelation
Inherits RunCorrelation
- Inheritance
Constructors
RunActionCorrelation() |
Initializes a new instance of the RunActionCorrelation class. |
RunActionCorrelation(String, IList<String>, String) |
Initializes a new instance of the RunActionCorrelation class. |
Properties
ActionTrackingId |
Gets or sets the action tracking identifier. |
ClientKeywords |
Gets or sets the client keywords. (Inherited from RunCorrelation) |
ClientTrackingId |
Gets or sets the client tracking identifier. (Inherited from RunCorrelation) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET