Actor Class
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.
The agent that initiated the event. For most situations, this could be from the authorization context of the request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ActorTypeConverter))]
public class Actor : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IActor
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.ActorTypeConverter))>]
type Actor = class
interface IActor
interface IJsonSerializable
Public Class Actor
Implements IActor
- Inheritance
-
Actor
- Attributes
- Implements
Constructors
Actor() |
Creates an new Actor instance. |
Properties
Name |
The subject or username associated with the request context that generated the event. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Actor. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api202301Preview.IActor. |
FromJsonString(String) |
Creates a new instance of Actor, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |