Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.CallbackConfigInner
Packages that use CallbackConfigInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of CallbackConfigInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return CallbackConfigInnerModifier and TypeMethodDescriptionWebhooksClient.getCallbackConfig(String resourceGroupName, String registryName, String webhookName) Gets the configuration of service URI and custom headers for the webhook.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type CallbackConfigInnerModifier and TypeMethodDescriptionWebhooksClient.getCallbackConfigAsync(String resourceGroupName, String registryName, String webhookName) Gets the configuration of service URI and custom headers for the webhook.com.azure.core.http.rest.Response<CallbackConfigInner> WebhooksClient.getCallbackConfigWithResponse(String resourceGroupName, String registryName, String webhookName, com.azure.core.util.Context context) Gets the configuration of service URI and custom headers for the webhook.Mono<com.azure.core.http.rest.Response<CallbackConfigInner>> WebhooksClient.getCallbackConfigWithResponseAsync(String resourceGroupName, String registryName, String webhookName) Gets the configuration of service URI and custom headers for the webhook. -
Uses of CallbackConfigInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return CallbackConfigInnerModifier and TypeMethodDescriptionstatic CallbackConfigInnerCallbackConfigInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CallbackConfigInner from the JsonReader.CallbackConfigInner.withCustomHeaders(Map<String, String> customHeaders) Set the customHeaders property: Custom headers that will be added to the webhook notifications.CallbackConfigInner.withServiceUri(String serviceUri) Set the serviceUri property: The service URI for the webhook to post notifications.