EventContent 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
EventContent() |
Initializes a new instance of the EventContent class. |
EventContent(String, Nullable<DateTime>, String, Target, Request, Actor, Source) |
Initializes a new instance of the EventContent class. |
EventContent()
Initializes a new instance of the EventContent class.
public EventContent ();
Public Sub New ()
Applies to
EventContent(String, Nullable<DateTime>, String, Target, Request, Actor, Source)
Initializes a new instance of the EventContent class.
public EventContent (string id = default, DateTime? timestamp = default, string action = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Target target = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Request request = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Actor actor = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Source source = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EventContent : string * Nullable<DateTime> * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Target * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Request * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Actor * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Source -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.EventContent
Public Sub New (Optional id As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional action As String = Nothing, Optional target As Target = Nothing, Optional request As Request = Nothing, Optional actor As Actor = Nothing, Optional source As Source = Nothing)
Parameters
- id
- String
The event ID.
- action
- String
The action that encompasses the provided event.
- target
- Target
The target of the event.
- request
- Request
The request that generated the event.
- actor
- Actor
The agent that initiated the event. For most situations, this could be from the authorization context of the request.
- source
- Source
The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.