Uses of Class
com.azure.resourcemanager.containerregistry.models.WebhookListResult
Packages that use WebhookListResult
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of WebhookListResult in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type WebhookListResultModifier and TypeClassDescriptionfinal classThe result of a request to list webhooks for a container registry.Methods in com.azure.resourcemanager.containerregistry.models that return WebhookListResultModifier and TypeMethodDescriptionstatic WebhookListResultWebhookListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebhookListResult from the JsonReader.WebhookListResult.withNextLink(String nextLink) Set the nextLink property: The URI that can be used to request the next list of webhooks.WebhookListResult.withValue(List<WebhookInner> value) Set the value property: The list of webhooks.