Uses of Class
com.azure.resourcemanager.containerregistry.models.Source
Packages that use Source
Package
Description
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 SourceModifier and TypeMethodDescriptionstatic SourceSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Source from the JsonReader.EventContent.source()Get the source property: The registry node that generated the event.Set the addr property: The IP or hostname and the port of the registry node that generated the event.Source.withInstanceId(String instanceId) Set the instanceId property: The running instance of an application.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SourceModifier and TypeMethodDescriptionEventContent.withSource(Source source) Set the source property: The registry node that generated the event.