Class ContainerRegistryEventConnectedRegistry

java.lang.Object
com.azure.messaging.eventgrid.systemevents.ContainerRegistryEventConnectedRegistry

public final class ContainerRegistryEventConnectedRegistry extends Object
The connected registry information if the event is generated by a connected registry.
  • Constructor Details

    • ContainerRegistryEventConnectedRegistry

      public ContainerRegistryEventConnectedRegistry()
  • Method Details

    • getName

      public String 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.