RunActionCorrelation Constructors
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.
Overloads
RunActionCorrelation() |
Initializes a new instance of the RunActionCorrelation class. |
RunActionCorrelation(String, IList<String>, String) |
Initializes a new instance of the RunActionCorrelation class. |
RunActionCorrelation()
Initializes a new instance of the RunActionCorrelation class.
public RunActionCorrelation ();
Public Sub New ()
Applies to
RunActionCorrelation(String, IList<String>, String)
Initializes a new instance of the RunActionCorrelation class.
public RunActionCorrelation (string clientTrackingId = default, System.Collections.Generic.IList<string> clientKeywords = default, string actionTrackingId = default);
new Microsoft.Azure.Management.Logic.Models.RunActionCorrelation : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Logic.Models.RunActionCorrelation
Public Sub New (Optional clientTrackingId As String = Nothing, Optional clientKeywords As IList(Of String) = Nothing, Optional actionTrackingId As String = Nothing)
Parameters
- clientTrackingId
- String
The client tracking identifier.
- actionTrackingId
- String
The action tracking identifier.
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