EventsResult 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
EventsResult() |
Initializes a new instance of the EventsResult class. |
EventsResult(IList<ErrorInfo>, EventsResultData) |
Initializes a new instance of the EventsResult class. |
EventsResult()
Initializes a new instance of the EventsResult class.
public EventsResult ();
Public Sub New ()
Applies to
EventsResult(IList<ErrorInfo>, EventsResultData)
Initializes a new instance of the EventsResult class.
public EventsResult (System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.ErrorInfo> aimessages = default, Microsoft.Azure.ApplicationInsights.Models.EventsResultData value = default);
new Microsoft.Azure.ApplicationInsights.Models.EventsResult : System.Collections.Generic.IList<Microsoft.Azure.ApplicationInsights.Models.ErrorInfo> * Microsoft.Azure.ApplicationInsights.Models.EventsResultData -> Microsoft.Azure.ApplicationInsights.Models.EventsResult
Public Sub New (Optional aimessages As IList(Of ErrorInfo) = Nothing, Optional value As EventsResultData = Nothing)
Parameters
- value
- EventsResultData
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