Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookListResult
-
Packages that use WebhookListResult Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of WebhookListResult in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return WebhookListResult Modifier and Type Method Description WebhookListResultWebhookListResult. withNextLink(String nextLink)Set the nextLink property: The URI that can be used to request the next list of webhooks.WebhookListResultWebhookListResult. withValue(List<WebhookInner> value)Set the value property: The list of webhooks.
-