Uses of Class
com.azure.runtime.host.resources.annotations.EnvironmentCallbackContext
Packages that use EnvironmentCallbackContext
Package
Description
This package contains annotations that are used to provide useful configuration information in
resources
.This package contains various traits that can be applied to resources.
-
Uses of EnvironmentCallbackContext in com.azure.runtime.host.resources.annotations
Methods in com.azure.runtime.host.resources.annotations that return types with arguments of type EnvironmentCallbackContextModifier and TypeMethodDescriptionEnvironmentCallbackAnnotation.getCallback()
Gets the callback action to be executed when the environment is being built.Constructor parameters in com.azure.runtime.host.resources.annotations with type arguments of type EnvironmentCallbackContextModifierConstructorDescriptionEnvironmentCallbackAnnotation
(String debugHint, Consumer<EnvironmentCallbackContext> callback) Initializes a new instance of theEnvironmentCallbackAnnotation
class with the specified callback. -
Uses of EnvironmentCallbackContext in com.azure.runtime.host.resources.traits
Method parameters in com.azure.runtime.host.resources.traits with type arguments of type EnvironmentCallbackContextModifier and TypeMethodDescriptiondefault T
ResourceWithEnvironment.withEnvironment
(Consumer<EnvironmentCallbackContext> callback)