Uses of Class
com.azure.resourcemanager.containerregistry.models.Actor
-
Packages that use Actor Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of Actor in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return Actor Modifier and Type Method Description ActorEventContent. actor()Get the actor property: The agent that initiated the event.ActorActor. withName(String name)Set the name property: The subject or username associated with the request context that generated the event.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type Actor Modifier and Type Method Description EventContentEventContent. withActor(Actor actor)Set the actor property: The agent that initiated the event.
-