Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.CallbackConfigInner
-
Packages that use CallbackConfigInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models 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 CallbackConfigInner Modifier and Type Method Description CallbackConfigInnerWebhooksClient. 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 CallbackConfigInner Modifier and Type Method Description Mono<CallbackConfigInner>WebhooksClient. 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 CallbackConfigInner Modifier and Type Method Description CallbackConfigInnerCallbackConfigInner. withCustomHeaders(Map<String,String> customHeaders)Set the customHeaders property: Custom headers that will be added to the webhook notifications.CallbackConfigInnerCallbackConfigInner. withServiceUri(String serviceUri)Set the serviceUri property: The service URI for the webhook to post notifications.
-