Class ContainerRegistryEventConnectedRegistry
java.lang.Object
com.azure.messaging.eventgrid.systemevents.ContainerRegistryEventConnectedRegistry
The connected registry information if the event is generated by a connected registry.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ContainerRegistryEventConnectedRegistry class. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the name property: The name of the connected registry that generated this event.Set the name property: The name of the connected registry that generated this event.
-
Constructor Details
-
ContainerRegistryEventConnectedRegistry
public ContainerRegistryEventConnectedRegistry()Creates an instance of ContainerRegistryEventConnectedRegistry class.
-
-
Method Details
-
getName
Get the name property: The name of the connected registry that generated this event.- Returns:
- the name value.
-
setName
Set the name property: The name of the connected registry that generated this event.- Parameters:
name- the name value to set.- Returns:
- the ContainerRegistryEventConnectedRegistry object itself.
-