共用方式為


EventInfoInner Constructors

Definition

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.

Applies to