EventModel 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
EventModel() |
Initializes a new instance of the EventModel class. |
EventModel(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, String, String) |
Initializes a new instance of the EventModel class. |
EventModel()
Initializes a new instance of the EventModel class.
public EventModel ();
Public Sub New ()
Applies to
EventModel(Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, String, String)
Initializes a new instance of the EventModel class.
public EventModel (int? count = default, DateTime? firstTimestamp = default, DateTime? lastTimestamp = default, string name = default, string message = default, string type = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.EventModel : Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.EventModel
Public Sub New (Optional count As Nullable(Of Integer) = Nothing, Optional firstTimestamp As Nullable(Of DateTime) = Nothing, Optional lastTimestamp As Nullable(Of DateTime) = Nothing, Optional name As String = Nothing, Optional message As String = Nothing, Optional type As String = Nothing)
Parameters
- name
- String
The event name.
- message
- String
The event message.
- type
- String
The event type.
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