Dela via


Actor Constructors

Definition

Overloads

Actor()

Initializes a new instance of the Actor class.

Actor(String)

Initializes a new instance of the Actor class.

Actor()

Initializes a new instance of the Actor class.

public Actor ();
Public Sub New ()

Applies to

Actor(String)

Initializes a new instance of the Actor class.

public Actor (string name = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Actor : string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Actor
Public Sub New (Optional name As String = Nothing)

Parameters

name
String

The subject or username associated with the request context that generated the event.

Applies to