Uses of Class
com.azure.resourcemanager.containerregistry.models.Source
-
Packages that use Source Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of Source in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return Source Modifier and Type Method Description SourceEventContent. source()Get the source property: The registry node that generated the event.SourceSource. withAddr(String addr)Set the addr property: The IP or hostname and the port of the registry node that generated the event.SourceSource. withInstanceId(String instanceId)Set the instanceId property: The running instance of an application.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type Source Modifier and Type Method Description EventContentEventContent. withSource(Source source)Set the source property: The registry node that generated the event.
-