Share via


EventsOperationInfo Constructors

Definition

Overloads

EventsOperationInfo()

Initializes a new instance of the EventsOperationInfo class.

EventsOperationInfo(String, String, String, String)

Initializes a new instance of the EventsOperationInfo class.

EventsOperationInfo()

Initializes a new instance of the EventsOperationInfo class.

public EventsOperationInfo ();
Public Sub New ()

Applies to

EventsOperationInfo(String, String, String, String)

Initializes a new instance of the EventsOperationInfo class.

public EventsOperationInfo (string name = default, string id = default, string parentId = default, string syntheticSource = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsOperationInfo : string * string * string * string -> Microsoft.Azure.ApplicationInsights.Models.EventsOperationInfo
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional parentId As String = Nothing, Optional syntheticSource As String = Nothing)

Parameters

name
String

Name of the operation

id
String

ID of the operation

parentId
String

Parent ID of the operation

syntheticSource
String

Synthetic source of the operation

Applies to