EventGridModelFactory.ContainerRegistryEventActor(String) Method
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.
Initializes a new instance of ContainerRegistryEventActor.
public static Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryEventActor ContainerRegistryEventActor (string name = default);
static member ContainerRegistryEventActor : string -> Azure.Messaging.EventGrid.SystemEvents.ContainerRegistryEventActor
Public Shared Function ContainerRegistryEventActor (Optional name As String = Nothing) As ContainerRegistryEventActor
Parameters
- name
- String
The subject or username associated with the request context that generated the event.
Returns
A new ContainerRegistryEventActor instance for mocking.