EventInfoInner 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
EventInfoInner() |
Initializes a new instance of the EventInfoInner class. |
EventInfoInner(String) |
Initializes a new instance of the EventInfoInner class. |
EventInfoInner()
Initializes a new instance of the EventInfoInner class.
public EventInfoInner ();
Public Sub New ()
Applies to
EventInfoInner(String)
Initializes a new instance of the EventInfoInner class.
public EventInfoInner (string id = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EventInfoInner : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EventInfoInner
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
The event ID.