Index
All Classes and Interfaces|All Packages
A
- addAzureEventHubs(String) - Method in class com.azure.runtime.host.extensions.azure.eventhubs.AzureEventHubsExtension
- 
Adds an Azure Event Hubs Namespace resource to the application model.
- addAzureOpenAI(String) - Method in class com.azure.runtime.host.extensions.azure.openai.AzureOpenAIExtension
- addAzureStorage(String) - Method in class com.azure.runtime.host.extensions.azure.storage.AzureStorageExtension
- addBlobs(String) - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageResource
- addContainer(String, String) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new container resource to the distributed application using the specified parameters.
- addContainer(T) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new container resource to the distributed application.
- addDockerFile(String, String, String) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new DockerFile resource to the distributed application using the specified parameters.
- addDockerFile(T) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new DockerFile resource to the distributed application.
- addEurekaServiceDiscovery(String) - Method in class com.azure.runtime.host.extensions.microservice.common.MicroserviceExtension
- 
Adds a new Eureka service to the app host.
- addExecutable(String, String, String, String...) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new executable resource to the distributed application using the specified parameters.
- addExecutable(T) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new executable resource to the distributed application.
- addMicronautProject(String) - Method in class com.azure.runtime.host.extensions.micronaut.MicronautExtension
- 
Adds a new Micronaut project to the app host.
- addProject(String) - Method in class com.azure.runtime.host.extensions.dotnet.DotnetExtension
- 
Add a new project to the distributed application.
- addProject(T) - Method in class com.azure.runtime.host.extensions.dotnet.DotnetExtension
- 
Add a new project to the distributed application.
- addQuarkusProject(String) - Method in class com.azure.runtime.host.extensions.quarkus.QuarkusExtension
- 
Adds a new Quarkus project to the app host.
- addQueues(String) - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageResource
- addResource(T) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new resource to the distributed application.
- addSpringProject(String) - Method in class com.azure.runtime.host.extensions.spring.SpringExtension
- 
Adds a new Spring project to the app host.
- addTables(String) - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageResource
- addValue(String, String, String) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new value resource to the distributed application using the specified parameters.
- addValue(T) - Method in class com.azure.runtime.host.DistributedApplication
- 
Adds a new value resource to the distributed application.
- AllocatedEndpoint - Class in com.azure.runtime.host.resources.properties
- 
Represents an endpoint allocated for a service instance.
- AllocatedEndpoint(EndpointAnnotation, String, int, String, String) - Constructor for class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- 
Initializes a new instance of theAllocatedEndpointclass.
- AppHost - Interface in com.azure.runtime.host
- 
The AppHost interface is the primary entry point for users to interact with the Java Runtime for Azure framework.
- ArgsAnnotation - Class in com.azure.runtime.host.resources.annotations
- AZURE_BICEP - Static variable in class com.azure.runtime.host.resources.ResourceType
- 
An Azure Bicep file - consider usingAzureBicepResource.
- AzureBicepResource<T> - Class in com.azure.runtime.host.resources
- 
Represents aResourcethat is deployed using Azure Bicep.
- AzureBicepResource(ResourceType, String) - Constructor for class com.azure.runtime.host.resources.AzureBicepResource
- AzureBicepResource(ResourceType, String, String) - Constructor for class com.azure.runtime.host.resources.AzureBicepResource
- AzureBicepResource(String) - Constructor for class com.azure.runtime.host.resources.AzureBicepResource
- AzureBicepResource(String, String) - Constructor for class com.azure.runtime.host.resources.AzureBicepResource
- AzureEventHubsExtension - Class in com.azure.runtime.host.extensions.azure.eventhubs
- AzureEventHubsExtension() - Constructor for class com.azure.runtime.host.extensions.azure.eventhubs.AzureEventHubsExtension
- AzureEventHubsResource - Class in com.azure.runtime.host.extensions.azure.eventhubs.resources
- AzureEventHubsResource(String) - Constructor for class com.azure.runtime.host.extensions.azure.eventhubs.resources.AzureEventHubsResource
- AzureOpenAIDeployment - Record Class in com.azure.runtime.host.extensions.azure.openai.resources
- 
Represents an Azure OpenAI Deployment.
- AzureOpenAIDeployment(String, String, String, String, int) - Constructor for record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Creates an instance of aAzureOpenAIDeploymentrecord class.
- AzureOpenAIExtension - Class in com.azure.runtime.host.extensions.azure.openai
- AzureOpenAIExtension() - Constructor for class com.azure.runtime.host.extensions.azure.openai.AzureOpenAIExtension
- AzureOpenAIResource - Class in com.azure.runtime.host.extensions.azure.openai.resources
- AzureOpenAIResource(String) - Constructor for class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIResource
- AzureStorageBlobsResource - Class in com.azure.runtime.host.extensions.azure.storage.resources
- AzureStorageBlobsResource(String, AzureStorageResource) - Constructor for class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageBlobsResource
- AzureStorageChildResource - Class in com.azure.runtime.host.extensions.azure.storage.resources
- AzureStorageExtension - Class in com.azure.runtime.host.extensions.azure.storage
- AzureStorageExtension() - Constructor for class com.azure.runtime.host.extensions.azure.storage.AzureStorageExtension
- AzureStorageQueuesResource - Class in com.azure.runtime.host.extensions.azure.storage.resources
- AzureStorageQueuesResource(String, AzureStorageResource) - Constructor for class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageQueuesResource
- AzureStorageResource - Class in com.azure.runtime.host.extensions.azure.storage.resources
- AzureStorageResource(String) - Constructor for class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageResource
- AzureStorageTablesResource - Class in com.azure.runtime.host.extensions.azure.storage.resources
- AzureStorageTablesResource(String, AzureStorageResource) - Constructor for class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageTablesResource
B
- begin(String) - Static method in class com.azure.runtime.host.utils.templates.TemplateDescriptorsBuilder
- 
Begins the process of specifying template files to be processed, which will be written to the root of the user-specified output directory by default.
- begin(String, String) - Static method in class com.azure.runtime.host.utils.templates.TemplateDescriptorsBuilder
- 
Begins the process of specifying template files to be processed.
- BindMount() - Constructor for class com.azure.runtime.host.resources.Container.BindMount
- BindMount(String, String, boolean) - Constructor for class com.azure.runtime.host.resources.Container.BindMount
- boot(String...) - Method in interface com.azure.runtime.host.AppHost
- 
This is the primary front door through which users interact with the apphost.
- build() - Method in class com.azure.runtime.host.utils.templates.TemplateDescriptorsBuilder
- 
Completes the building process and returns the list of configured template descriptors.
- BuildIntrospector - Class in com.azure.runtime.host.extensions.microservice.common.utils
- BuildIntrospector() - Constructor for class com.azure.runtime.host.extensions.microservice.common.utils.BuildIntrospector
C
- checkDependencyInGradleFile(String, String) - Static method in class com.azure.runtime.host.extensions.microservice.common.utils.BuildIntrospector
- com.azure.runtime.host - module com.azure.runtime.host
- 
The core module of the Java Runtime for Azure framework, with APIs for specifying and creating resources on Azure.
- com.azure.runtime.host - package com.azure.runtime.host
- 
Java Runtime for Azure core APIs for specifying and creating Azure resources.
- com.azure.runtime.host.extensions.azure.eventhubs - module com.azure.runtime.host.extensions.azure.eventhubs
- 
An extension providing support for Azure Event Hubs.
- com.azure.runtime.host.extensions.azure.eventhubs - package com.azure.runtime.host.extensions.azure.eventhubs
- com.azure.runtime.host.extensions.azure.eventhubs.resources - package com.azure.runtime.host.extensions.azure.eventhubs.resources
- com.azure.runtime.host.extensions.azure.openai - module com.azure.runtime.host.extensions.azure.openai
- 
An extension providing support for Azure OpenAI.
- com.azure.runtime.host.extensions.azure.openai - package com.azure.runtime.host.extensions.azure.openai
- com.azure.runtime.host.extensions.azure.openai.resources - package com.azure.runtime.host.extensions.azure.openai.resources
- com.azure.runtime.host.extensions.azure.storage - module com.azure.runtime.host.extensions.azure.storage
- 
An extension providing support for Azure Storage.
- com.azure.runtime.host.extensions.azure.storage - package com.azure.runtime.host.extensions.azure.storage
- com.azure.runtime.host.extensions.azure.storage.resources - package com.azure.runtime.host.extensions.azure.storage.resources
- com.azure.runtime.host.extensions.dotnet - module com.azure.runtime.host.extensions.dotnet
- 
An extension providing support for .NET Projects.
- com.azure.runtime.host.extensions.dotnet - package com.azure.runtime.host.extensions.dotnet
- com.azure.runtime.host.extensions.micronaut - module com.azure.runtime.host.extensions.micronaut
- 
An extension providing support for Micronaut projects.
- com.azure.runtime.host.extensions.micronaut - package com.azure.runtime.host.extensions.micronaut
- com.azure.runtime.host.extensions.micronaut.resources - package com.azure.runtime.host.extensions.micronaut.resources
- com.azure.runtime.host.extensions.microservice.common - module com.azure.runtime.host.extensions.microservice.common
- 
An extension providing the common support for microservice libraries (such as Spring, Micronaut, and Quarkus).
- com.azure.runtime.host.extensions.microservice.common - package com.azure.runtime.host.extensions.microservice.common
- com.azure.runtime.host.extensions.microservice.common.resources - package com.azure.runtime.host.extensions.microservice.common.resources
- com.azure.runtime.host.extensions.microservice.common.utils - package com.azure.runtime.host.extensions.microservice.common.utils
- com.azure.runtime.host.extensions.quarkus - module com.azure.runtime.host.extensions.quarkus
- 
An extension providing support for Quarkus projects.
- com.azure.runtime.host.extensions.quarkus - package com.azure.runtime.host.extensions.quarkus
- com.azure.runtime.host.extensions.quarkus.resources - package com.azure.runtime.host.extensions.quarkus.resources
- com.azure.runtime.host.extensions.spring - module com.azure.runtime.host.extensions.spring
- 
An extension providing support for Spring projects.
- com.azure.runtime.host.extensions.spring - package com.azure.runtime.host.extensions.spring
- com.azure.runtime.host.extensions.spring.resources - package com.azure.runtime.host.extensions.spring.resources
- com.azure.runtime.host.resources - package com.azure.runtime.host.resources
- 
This package contains the base set of resources that users may add and configure within theirDistributedApplicationconfiguration.
- com.azure.runtime.host.resources.annotations - package com.azure.runtime.host.resources.annotations
- 
This package contains annotations that are used to provide useful configuration information inresources.
- com.azure.runtime.host.resources.properties - package com.azure.runtime.host.resources.properties
- 
Properties that can be applied to resources in various way.
- com.azure.runtime.host.resources.references - package com.azure.runtime.host.resources.references
- 
This package contains classes that are used to specify reference between resources.
- com.azure.runtime.host.resources.traits - package com.azure.runtime.host.resources.traits
- 
This package contains various traits that can be applied to resources.
- com.azure.runtime.host.utils - package com.azure.runtime.host.utils
- 
Utility APIs for use by the Java runtime for Azure, extension developers, and / or end users of the Java Runtime for Azure library.
- com.azure.runtime.host.utils.json - package com.azure.runtime.host.utils.json
- 
Annotations and other JSON utilities for the purpose of customizing the output of the JSON serializer.
- com.azure.runtime.host.utils.templates - package com.azure.runtime.host.utils.templates
- 
Templating engine and various model types and utility classes for interacting with it.
- compareTo(DeploymentStrategy) - Method in class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy
- configureApplication(DistributedApplication) - Method in interface com.azure.runtime.host.AppHost
- 
Called with a new DistributedApplication instance, allowing for the apphost to configure it.
- ConnectionStringReference<T> - Class in com.azure.runtime.host.resources.references
- 
Represents a reference to a connection string.
- ConnectionStringReference(T, boolean) - Constructor for class com.azure.runtime.host.resources.references.ConnectionStringReference
- 
Initializes a new instance of the ConnectionStringReference class.
- Container<T> - Class in com.azure.runtime.host.resources
- 
Represents a generic container resource.
- Container(ResourceType, String, String) - Constructor for class com.azure.runtime.host.resources.Container
- Container(String) - Constructor for class com.azure.runtime.host.resources.Container
- Container(String, String) - Constructor for class com.azure.runtime.host.resources.Container
- CONTAINER - Static variable in class com.azure.runtime.host.resources.ResourceType
- 
A container resource - consider usingContainer.
- Container.BindMount - Class in com.azure.runtime.host.resources
- Container.Volume - Class in com.azure.runtime.host.resources
- content() - Method in record class com.azure.runtime.host.utils.templates.TemplateFileOutput
- 
Returns the value of thecontentrecord component.
- convertOutputPathToRootRelative(String) - Static method in class com.azure.runtime.host.utils.FileUtilities
- 
Prepends the output relative path to the given path.
- convertRootRelativePathToOutputPath(String) - Static method in class com.azure.runtime.host.utils.FileUtilities
- 
Converts a path that is relative to the root directory to a path that is relative to the output directory.
- copyInto(Resource<?>) - Method in class com.azure.runtime.host.resources.Resource
- 
Copies the characteristics and annotations of this resource into another resource.
- create(String) - Static method in class com.azure.runtime.host.resources.references.ReferenceExpression
- createArgs(Object) - Static method in class com.azure.runtime.host.resources.annotations.ArgsAnnotation
- createArgs(List<Object>) - Static method in class com.azure.runtime.host.resources.annotations.ArgsAnnotation
- CustomSerialize - Annotation Interface in com.azure.runtime.host.utils.json
- 
Annotation to specify a custom serializer for a class.
D
- DeploymentStrategy - Class in com.azure.runtime.host.extensions.microservice.common.utils
- DeploymentStrategy(DeploymentStrategy.DeploymentType, int) - Constructor for class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy
- DeploymentStrategy.DeploymentType - Enum Class in com.azure.runtime.host.extensions.microservice.common.utils
- DistributedApplication - Class in com.azure.runtime.host
- 
Represents the core of a distributed application within the Java Runtime for Azure framework.
- DOCKER_COMPOSE - Enum constant in enum class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy.DeploymentType
- DOCKER_FILE - Enum constant in enum class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy.DeploymentType
- DOCKER_FILE - Static variable in class com.azure.runtime.host.resources.ResourceType
- 
A Dockerfile resource - consider usingDockerFile.
- DockerFile<T> - Class in com.azure.runtime.host.resources
- 
A resource that represents a Dockerfile that will be built into a container during deployment.
- DockerFile(ResourceType, String) - Constructor for class com.azure.runtime.host.resources.DockerFile
- DockerFile(String) - Constructor for class com.azure.runtime.host.resources.DockerFile
- DockerFile(String, String) - Constructor for class com.azure.runtime.host.resources.DockerFile
- DockerFile(String, String, String) - Constructor for class com.azure.runtime.host.resources.DockerFile
- DotnetExtension - Class in com.azure.runtime.host.extensions.dotnet
- DotnetExtension() - Constructor for class com.azure.runtime.host.extensions.dotnet.DotnetExtension
E
- EndpointAnnotation - Class in com.azure.runtime.host.resources.annotations
- 
Represents an endpoint annotation that describes how a service should be bound to a network.
- EndpointAnnotation(Protocol, Scheme, Transport, String, Integer, Integer, boolean, boolean) - Constructor for class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- 
Initializes a new instance ofEndpointAnnotation.
- EndpointProperty - Enum Class in com.azure.runtime.host.resources.references
- 
Represents the properties of an endpoint that can be referenced.
- EndpointReference<T> - Class in com.azure.runtime.host.resources.references
- 
An EndpointReference is a core type used for keeping track of endpoint details in expressions.
- EndpointReference(T, EndpointAnnotation) - Constructor for class com.azure.runtime.host.resources.references.EndpointReference
- 
Creates a new instance of EndpointReference with the specified endpoint name.
- EndpointReference(T, String) - Constructor for class com.azure.runtime.host.resources.references.EndpointReference
- 
Creates a new instance of EndpointReference with the specified endpoint name.
- EndpointReferenceAnnotation<T> - Class in com.azure.runtime.host.resources.annotations
- EndpointReferenceAnnotation(T) - Constructor for class com.azure.runtime.host.resources.annotations.EndpointReferenceAnnotation
- EndpointReferenceExpression - Class in com.azure.runtime.host.resources.references
- 
Represents a property expression for an endpoint reference.
- EndpointReferenceExpression(EndpointReference<?>, EndpointProperty) - Constructor for class com.azure.runtime.host.resources.references.EndpointReferenceExpression
- 
Initializes a new instance of theEndpointReferenceExpressionclass.
- EnvironmentAnnotation - Class in com.azure.runtime.host.resources.annotations
- EnvironmentAnnotation(String, String) - Constructor for class com.azure.runtime.host.resources.annotations.EnvironmentAnnotation
- EnvironmentCallbackAnnotation - Class in com.azure.runtime.host.resources.annotations
- 
Represents an annotation that provides a callback to modify the environment variables of an application.
- EnvironmentCallbackAnnotation(String, Consumer<EnvironmentCallbackContext>) - Constructor for class com.azure.runtime.host.resources.annotations.EnvironmentCallbackAnnotation
- 
Initializes a new instance of theEnvironmentCallbackAnnotationclass with the specified callback.
- EnvironmentCallbackAnnotation(String, Supplier<String>) - Constructor for class com.azure.runtime.host.resources.annotations.EnvironmentCallbackAnnotation
- 
Initializes a new instance of theEnvironmentCallbackAnnotationclass with the specified name and callback function.
- EnvironmentCallbackContext - Class in com.azure.runtime.host.resources.annotations
- 
Represents a callback context for environment variables associated with a publisher.
- EnvironmentCallbackContext(Map<String, Object>) - Constructor for class com.azure.runtime.host.resources.annotations.EnvironmentCallbackContext
- 
Initializes a new instance of the EnvironmentCallbackContext class.
- equals(Object) - Method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.azure.runtime.host.utils.templates.TemplateDescriptor
- 
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.azure.runtime.host.utils.templates.TemplateFileOutput
- 
Indicates whether some other object is "equal to" this one.
- EurekaServiceDiscovery - Class in com.azure.runtime.host.extensions.microservice.common.resources
- EurekaServiceDiscovery(String) - Constructor for class com.azure.runtime.host.extensions.microservice.common.resources.EurekaServiceDiscovery
- Executable<T> - Class in com.azure.runtime.host.resources
- 
Represents an executable resource.
- Executable(String) - Constructor for class com.azure.runtime.host.resources.Executable
- Executable(String, String) - Constructor for class com.azure.runtime.host.resources.Executable
- Executable(String, String, String) - Constructor for class com.azure.runtime.host.resources.Executable
- EXECUTABLE - Static variable in class com.azure.runtime.host.resources.ResourceType
- 
An executable resource - consider usingExecutable.
- Extension - Interface in com.azure.runtime.host
- 
An extension is a collection of resources that can be used to extend the functionality of the AppHost API.
F
- filename() - Method in record class com.azure.runtime.host.utils.templates.TemplateFileOutput
- 
Returns the value of thefilenamerecord component.
- FileUtilities - Class in com.azure.runtime.host.utils
- fromString(String) - Static method in class com.azure.runtime.host.resources.ResourceType
- 
Creates a new ResourceType with the given value as the type.
G
- generateManifest(Path) - Method in interface com.azure.runtime.host.AppHost
- 
Call this to generate a manifest file for the apphost.
- getAddress() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- getAllocatedEndpoint() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- getAnnotations() - Method in class com.azure.runtime.host.resources.Resource
- 
Returns a modifiable list of annotations associated with this resource.
- getArgs() - Method in class com.azure.runtime.host.resources.annotations.ArgsAnnotation
- getCallback() - Method in class com.azure.runtime.host.resources.annotations.EnvironmentCallbackAnnotation
- 
Gets the callback action to be executed when the environment is being built.
- getCommands() - Method in class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy
- getConnectionString() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithConnectionString
- 
Gets the connection string associated with the resource.
- getConnectionStringEnvironmentVariable() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithConnectionString
- 
The environment variable name to use for the connection string.
- getConnectionStringExpression() - Method in class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIResource
- getConnectionStringExpression() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageBlobsResource
- getConnectionStringExpression() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageQueuesResource
- getConnectionStringExpression() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageTablesResource
- getConnectionStringExpression() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithConnectionString
- 
Describes the connection string format string used for this resource.
- getContainerHost() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets the container host for this endpoint.
- getContainerHostAddress() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- getDescription() - Method in interface com.azure.runtime.host.Extension
- 
Returns a description of the extension - which is used when displaying the extension in the UI / CLI.
- getDescription() - Method in class com.azure.runtime.host.extensions.azure.eventhubs.AzureEventHubsExtension
- getDescription() - Method in class com.azure.runtime.host.extensions.azure.openai.AzureOpenAIExtension
- getDescription() - Method in class com.azure.runtime.host.extensions.azure.storage.AzureStorageExtension
- getDescription() - Method in class com.azure.runtime.host.extensions.dotnet.DotnetExtension
- getDescription() - Method in class com.azure.runtime.host.extensions.microservice.common.MicroserviceExtension
- getEndpoint() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- getEndpoint(String) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
- 
Gets an EndpointReference by name from the resource.
- getEndpointName() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets the name of the endpoint associated with this reference.
- getEndpointNames() - Method in class com.azure.runtime.host.resources.annotations.EndpointReferenceAnnotation
- getEndpointReference() - Method in class com.azure.runtime.host.resources.references.EndpointReferenceExpression
- 
Gets theEndpointReference.
- getEndpoints() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
- getEndPointString() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- getEnvironmentVariables() - Method in class com.azure.runtime.host.resources.annotations.EnvironmentCallbackContext
- 
Gets the environment variables associated with the callback context.
- getFormat() - Method in class com.azure.runtime.host.resources.references.ReferenceExpression
- 
Gets the format string for this expression.
- getHost() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets the host for this endpoint.
- getInstance() - Static method in class com.azure.runtime.host.DistributedApplication
- getKey() - Method in class com.azure.runtime.host.resources.annotations.KeyValueAnnotation
- getManifestExpressions() - Method in class com.azure.runtime.host.resources.references.ReferenceExpression
- 
Gets the manifest expressions for the parameters for the format string.
- getName() - Method in interface com.azure.runtime.host.Extension
- 
Returns the extension name - which is used when displaying the extension in the UI / CLI.
- getName() - Method in class com.azure.runtime.host.extensions.azure.eventhubs.AzureEventHubsExtension
- getName() - Method in class com.azure.runtime.host.extensions.azure.openai.AzureOpenAIExtension
- getName() - Method in class com.azure.runtime.host.extensions.azure.storage.AzureStorageExtension
- getName() - Method in class com.azure.runtime.host.extensions.dotnet.DotnetExtension
- getName() - Method in class com.azure.runtime.host.extensions.microservice.common.MicroserviceExtension
- getName() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- getName() - Method in class com.azure.runtime.host.resources.Resource
- 
Gets the name of this resource.
- getOutputPath() - Static method in class com.azure.runtime.host.utils.FileUtilities
- getParameters() - Method in class com.azure.runtime.host.resources.AzureBicepResource
- getParameters() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithParameters
- 
Returns a read-only map of parameters for this resource.
- getParent() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageChildResource
- getParent() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithParent
- 
Gets the parent resource.
- getPath() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- getPort() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- getPort() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- getPort() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets the port for this endpoint.
- getProperties() - Method in class com.azure.runtime.host.resources.Value
- getProperty() - Method in class com.azure.runtime.host.resources.references.EndpointReferenceExpression
- 
Gets theEndpointPropertyfor the property expression.
- getProtocol() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- getReferences() - Method in class com.azure.runtime.host.resources.references.ConnectionStringReference
- getReferences() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- getReferences() - Method in class com.azure.runtime.host.resources.references.EndpointReferenceExpression
- getReferences() - Method in class com.azure.runtime.host.resources.references.ReferenceExpression
- getReferences() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithConnectionString
- getReferences() - Method in interface com.azure.runtime.host.resources.traits.ValueWithReferences
- 
A read-only list of the referenced objects of the value.
- getResource() - Method in class com.azure.runtime.host.resources.annotations.EndpointReferenceAnnotation
- getResource() - Method in class com.azure.runtime.host.resources.references.ConnectionStringReference
- 
Gets the resource that the connection string is referencing.
- getResource() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets the resource owner of the endpoint reference.
- getScheme() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets the scheme for this endpoint.
- getTargetPort() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- getTargetPort() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets the target port for this endpoint.
- getTargetPortExpression() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- getTemplateEngine() - Static method in interface com.azure.runtime.host.utils.templates.TemplateEngine
- 
Returns an instance of the template engine.
- getTransport() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- getType() - Method in class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy
- getType() - Method in class com.azure.runtime.host.resources.annotations.ArgsAnnotation
- getType() - Method in class com.azure.runtime.host.resources.annotations.KeyValueAnnotation
- getType() - Method in class com.azure.runtime.host.resources.Resource
- 
Gets the type of this resource.
- getUriScheme() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- getUriScheme() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- getUriString() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- getUrl() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets the URL for this endpoint.
- getValue() - Method in class com.azure.runtime.host.resources.annotations.KeyValueAnnotation
- getValue() - Method in class com.azure.runtime.host.resources.references.ConnectionStringReference
- getValue() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- getValue() - Method in class com.azure.runtime.host.resources.references.EndpointReferenceExpression
- 
Gets the value of the property of the endpoint.
- getValue() - Method in class com.azure.runtime.host.resources.references.ReferenceExpression
- 
Gets the value of the expression.
- getValue() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithConnectionString
- getValue() - Method in interface com.azure.runtime.host.resources.traits.ValueProvider
- getValueExpression() - Method in class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIResource
- getValueExpression() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageBlobsResource
- getValueExpression() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageQueuesResource
- getValueExpression() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageTablesResource
- getValueExpression() - Method in class com.azure.runtime.host.resources.references.ConnectionStringReference
- getValueExpression() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- getValueExpression() - Method in class com.azure.runtime.host.resources.references.EndpointReferenceExpression
- 
Gets the expression of the property of the endpoint.
- getValueExpression() - Method in class com.azure.runtime.host.resources.references.ReferenceExpression
- 
The value expression for the format string.
- getValueExpression() - Method in interface com.azure.runtime.host.resources.traits.ManifestExpressionProvider
- 
Gets the expression that represents a value in manifest.
- getValueProviders() - Method in class com.azure.runtime.host.resources.references.ReferenceExpression
- 
Gets the list of ValueProvider that will be used to resolve parameters for the format string.
- GRADLE_BUILD - Enum constant in enum class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy.DeploymentType
H
- hashCode() - Method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Returns a hash code value for this object.
- hashCode() - Method in record class com.azure.runtime.host.utils.templates.TemplateDescriptor
- 
Returns a hash code value for this object.
- hashCode() - Method in record class com.azure.runtime.host.utils.templates.TemplateFileOutput
- 
Returns a hash code value for this object.
- HOST - Enum constant in enum class com.azure.runtime.host.resources.references.EndpointProperty
- HTTP - Enum constant in enum class com.azure.runtime.host.resources.properties.Scheme
- 
HTTP scheme.
- HTTP - Enum constant in enum class com.azure.runtime.host.resources.properties.Transport
- 
HTTP transport.
- HTTP2 - Enum constant in enum class com.azure.runtime.host.resources.properties.Transport
- 
HTTP2 transport.
- HTTPS - Enum constant in enum class com.azure.runtime.host.resources.properties.Scheme
- 
HTTPS scheme.
I
- inputFilename() - Method in record class com.azure.runtime.host.utils.templates.TemplateDescriptor
- 
Returns the value of theinputFilenamerecord component.
- introspect() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- introspect() - Method in interface com.azure.runtime.host.resources.traits.IntrospectiveResource
- introspect(MicroserviceProject, Map<String, String>) - Method in class com.azure.runtime.host.extensions.microservice.common.utils.BuildIntrospector
- IntrospectiveResource - Interface in com.azure.runtime.host.resources.traits
- 
Interface for resources that can introspect themselves.
- IPV4_HOST - Enum constant in enum class com.azure.runtime.host.resources.references.EndpointProperty
- isAllocated() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Checks if the endpoint is allocated.
- isExists() - Method in class com.azure.runtime.host.resources.references.EndpointReference
- 
Gets a value indicating whether the endpoint exists.
- isExternal() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- isOpenTelemetryEnabled() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- isOptional() - Method in class com.azure.runtime.host.resources.references.ConnectionStringReference
- 
Gets a flag indicating whether the connection string is optional.
- isProxied() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- isUseAllEndpoints() - Method in class com.azure.runtime.host.resources.annotations.EndpointReferenceAnnotation
K
- KeyValueAnnotation - Class in com.azure.runtime.host.resources.annotations
- KeyValueAnnotation(String, String, Object) - Constructor for class com.azure.runtime.host.resources.annotations.KeyValueAnnotation
M
- ManifestExpressionProvider - Interface in com.azure.runtime.host.resources.traits
- 
An interface that allows an object to express how it should be represented in a manifest.
- MAVEN_POM - Enum constant in enum class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy.DeploymentType
- MicronautExtension - Class in com.azure.runtime.host.extensions.micronaut
- MicronautExtension() - Constructor for class com.azure.runtime.host.extensions.micronaut.MicronautExtension
- MicronautProject - Class in com.azure.runtime.host.extensions.micronaut.resources
- MicronautProject(String) - Constructor for class com.azure.runtime.host.extensions.micronaut.resources.MicronautProject
- MicroserviceExtension - Class in com.azure.runtime.host.extensions.microservice.common
- MicroserviceExtension(String, String) - Constructor for class com.azure.runtime.host.extensions.microservice.common.MicroserviceExtension
- MicroserviceProject<T> - Class in com.azure.runtime.host.extensions.microservice.common.resources
- MicroserviceProject(ResourceType, String) - Constructor for class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- modelName() - Method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Returns the value of themodelNamerecord component.
- modelVersion() - Method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Returns the value of themodelVersionrecord component.
N
- name() - Method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Returns the value of thenamerecord component.
O
- onResourceAdded() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithLifecycle
- 
This method is called immediately after the resource is added to the distributed application.
- onResourcePrecommit() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- onResourcePrecommit() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithLifecycle
- 
Prior to writing the resource to the manifest, onResourcePrecommit() is called on all resources in the order they were added to the distributed application.
- onResourceRemoved() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithLifecycle
- 
This method is called immediately after the resource is removed from the distributed application.
- outputFilename() - Method in record class com.azure.runtime.host.utils.templates.TemplateDescriptor
- 
Returns the value of theoutputFilenamerecord component.
P
- PORT - Enum constant in enum class com.azure.runtime.host.resources.references.EndpointProperty
- printExtensions() - Method in class com.azure.runtime.host.DistributedApplication
- 
Prints the available extensions to the standard output.
- printExtensions(PrintStream) - Method in class com.azure.runtime.host.DistributedApplication
- 
Prints the available extensions to a specifiedPrintStream.
- process(InputStream, Map<String, Object>) - Method in interface com.azure.runtime.host.utils.templates.TemplateEngine
- 
Processes the template file, replacing placeholders with values from the context.
- process(Class<?>, List<TemplateDescriptor>, Map<String, Object>) - Method in interface com.azure.runtime.host.utils.templates.TemplateEngine
- 
Processes the template files specified in the template descriptor list, using the context provided.
- process(String, Map<String, Object>) - Method in interface com.azure.runtime.host.utils.templates.TemplateEngine
- 
Processes the template content, replacing placeholders with values from the context.
- processTemplate() - Method in class com.azure.runtime.host.extensions.azure.eventhubs.resources.AzureEventHubsResource
- processTemplate() - Method in class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIResource
- processTemplate() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageResource
- processTemplate() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.EurekaServiceDiscovery
- processTemplate() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- processTemplate() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithTemplate
- 
Processes the template associated with this resource.
- Protocol - Enum Class in com.azure.runtime.host.resources.properties
- 
Network protocol: TCP or UDP are supported today, others possibly in future.
Q
- QuarkusExtension - Class in com.azure.runtime.host.extensions.quarkus
- QuarkusExtension() - Constructor for class com.azure.runtime.host.extensions.quarkus.QuarkusExtension
- QuarkusProject - Class in com.azure.runtime.host.extensions.quarkus.resources
- QuarkusProject(String) - Constructor for class com.azure.runtime.host.extensions.quarkus.resources.QuarkusProject
R
- ReferenceExpression - Class in com.azure.runtime.host.resources.references
- 
Represents an expression that might be made up of multiple resource properties.
- RelativePath - Annotation Interface in com.azure.runtime.host.utils.json
- 
Annotation to specify that the field represents a path that should be output as a relative path.
- Resource<T> - Class in com.azure.runtime.host.resources
- 
Represents a generic resource within the Java Runtime for Azure framework.
- Resource(ResourceType, String) - Constructor for class com.azure.runtime.host.resources.Resource
- ResourceAnnotation - Interface in com.azure.runtime.host.resources.annotations
- ResourceTrait<T> - Interface in com.azure.runtime.host.resources.traits
- ResourceType - Class in com.azure.runtime.host.resources
- 
An expandable enum-like type for specifying the type of a resource.
- ResourceWithArguments<T> - Interface in com.azure.runtime.host.resources.traits
- ResourceWithConnectionString<T> - Interface in com.azure.runtime.host.resources.traits
- ResourceWithEndpoints<T> - Interface in com.azure.runtime.host.resources.traits
- ResourceWithEnvironment<T> - Interface in com.azure.runtime.host.resources.traits
- ResourceWithLifecycle - Interface in com.azure.runtime.host.resources.traits
- 
All resources have a lifecycle, beginning with creation and ending with the resource being written out to the Java App Host manifest.
- ResourceWithParameters<T> - Interface in com.azure.runtime.host.resources.traits
- 
Represents a resource that can have parameters.
- ResourceWithParent<T> - Interface in com.azure.runtime.host.resources.traits
- 
Represents a resource that has a parent resource.
- ResourceWithReference<T> - Interface in com.azure.runtime.host.resources.traits
- ResourceWithTemplate<T> - Interface in com.azure.runtime.host.resources.traits
- 
A resource that has a template associated with it.
- run() - Method in interface com.azure.runtime.host.AppHost
- 
Call this from the main method of your AppHost implementation to run the apphost locally.
S
- Scheme - Enum Class in com.azure.runtime.host.resources.properties
- 
The network scheme: HTTP, HTTPS, TCP, or UDP.
- SCHEME - Enum constant in enum class com.azure.runtime.host.resources.references.EndpointProperty
- self() - Method in class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageChildResource
- self() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.EurekaServiceDiscovery
- self() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- self() - Method in class com.azure.runtime.host.resources.AzureBicepResource
- self() - Method in class com.azure.runtime.host.resources.Container
- self() - Method in class com.azure.runtime.host.resources.DockerFile
- self() - Method in class com.azure.runtime.host.resources.Executable
- self() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
- self() - Method in interface com.azure.runtime.host.resources.traits.SelfAware
- 
Returns a reference to the object that implements this interface.
- self() - Method in class com.azure.runtime.host.resources.Value
- SelfAware<T> - Interface in com.azure.runtime.host.resources.traits
- 
A class is self aware if it can return a reference to itself.
- serializer() - Element in annotation interface com.azure.runtime.host.utils.json.CustomSerialize
- setAllocatedEndpoint(AllocatedEndpoint) - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- setExternal(boolean) - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- setOutputPath(Path) - Static method in class com.azure.runtime.host.utils.FileUtilities
- setPort(Integer) - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- setProxied(boolean) - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- setTargetPort(Integer) - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- setTransport(Transport) - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- setUseAllEndpoints(boolean) - Method in class com.azure.runtime.host.resources.annotations.EndpointReferenceAnnotation
- skuCapacity() - Method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Returns the value of theskuCapacityrecord component.
- skuName() - Method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Returns the value of theskuNamerecord component.
- SpringExtension - Class in com.azure.runtime.host.extensions.spring
- SpringExtension() - Constructor for class com.azure.runtime.host.extensions.spring.SpringExtension
- SpringProject - Class in com.azure.runtime.host.extensions.spring.resources
- SpringProject(String) - Constructor for class com.azure.runtime.host.extensions.spring.resources.SpringProject
- substituteResource(Resource<?>, Resource<?>...) - Method in class com.azure.runtime.host.DistributedApplication
- 
Substitutes an existing resource with one or more new resources.
T
- TARGET_PORT - Enum constant in enum class com.azure.runtime.host.resources.references.EndpointProperty
- TCP - Enum constant in enum class com.azure.runtime.host.resources.properties.Protocol
- 
Transmission Control Protocol.
- TCP - Enum constant in enum class com.azure.runtime.host.resources.properties.Scheme
- 
TCP scheme.
- TCP - Enum constant in enum class com.azure.runtime.host.resources.properties.Transport
- 
TCP transport.
- TemplateDescriptor - Record Class in com.azure.runtime.host.utils.templates
- 
Represents a descriptor for template files within the Java Runtime for Azure framework.
- TemplateDescriptor(String, String) - Constructor for record class com.azure.runtime.host.utils.templates.TemplateDescriptor
- 
Creates an instance of aTemplateDescriptorrecord class.
- TemplateDescriptorsBuilder - Class in com.azure.runtime.host.utils.templates
- 
Facilitates the construction of template descriptors for processing template files.
- TemplateEngine - Interface in com.azure.runtime.host.utils.templates
- 
The template engine is responsible for processing templates, replacing placeholders with values from the context.
- TemplateFileOutput - Record Class in com.azure.runtime.host.utils.templates
- 
Represents the output of processing a template file within the Java Runtime for Azure framework.
- TemplateFileOutput(String, String) - Constructor for record class com.azure.runtime.host.utils.templates.TemplateFileOutput
- 
Creates an instance of aTemplateFileOutputrecord class.
- toString() - Method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- 
Returns a string representation of this record class.
- toString() - Method in class com.azure.runtime.host.resources.annotations.ArgsAnnotation
- toString() - Method in class com.azure.runtime.host.resources.annotations.EndpointAnnotation
- toString() - Method in class com.azure.runtime.host.resources.annotations.EndpointReferenceAnnotation
- toString() - Method in class com.azure.runtime.host.resources.annotations.EnvironmentAnnotation
- toString() - Method in class com.azure.runtime.host.resources.annotations.EnvironmentCallbackAnnotation
- toString() - Method in class com.azure.runtime.host.resources.annotations.KeyValueAnnotation
- toString() - Method in class com.azure.runtime.host.resources.properties.AllocatedEndpoint
- toString() - Method in enum class com.azure.runtime.host.resources.properties.Protocol
- toString() - Method in enum class com.azure.runtime.host.resources.properties.Scheme
- toString() - Method in enum class com.azure.runtime.host.resources.properties.Transport
- toString() - Method in class com.azure.runtime.host.resources.ResourceType
- toString() - Method in record class com.azure.runtime.host.utils.templates.TemplateDescriptor
- 
Returns a string representation of this record class.
- toString() - Method in record class com.azure.runtime.host.utils.templates.TemplateFileOutput
- 
Returns a string representation of this record class.
- Transport - Enum Class in com.azure.runtime.host.resources.properties
- 
Transport that is being used (e.g.
U
- UDP - Enum constant in enum class com.azure.runtime.host.resources.properties.Protocol
- 
User Datagram Protocol.
- UDP - Enum constant in enum class com.azure.runtime.host.resources.properties.Scheme
- 
UDP scheme.
- URL - Enum constant in enum class com.azure.runtime.host.resources.references.EndpointProperty
- using(String, String, String) - Static method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
- using(String, String, String, String, int) - Static method in record class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIDeployment
V
- Value<T> - Class in com.azure.runtime.host.resources
- 
Represents a value resource.
- Value(String, String, String) - Constructor for class com.azure.runtime.host.resources.Value
- VALUE - Static variable in class com.azure.runtime.host.resources.ResourceType
- 
A value resource - consider usingValue.
- valueOf(String) - Static method in enum class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy.DeploymentType
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.azure.runtime.host.resources.properties.Protocol
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.azure.runtime.host.resources.properties.Scheme
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.azure.runtime.host.resources.properties.Transport
- 
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.azure.runtime.host.resources.references.EndpointProperty
- 
Returns the enum constant of this class with the specified name.
- ValueProvider - Interface in com.azure.runtime.host.resources.traits
- values() - Static method in enum class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy.DeploymentType
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.azure.runtime.host.resources.properties.Protocol
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.azure.runtime.host.resources.properties.Scheme
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.azure.runtime.host.resources.properties.Transport
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.azure.runtime.host.resources.references.EndpointProperty
- 
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueWithReferences - Interface in com.azure.runtime.host.resources.traits
- 
An interface that allows the value to list its references.
- Volume() - Constructor for class com.azure.runtime.host.resources.Container.Volume
- Volume(String) - Constructor for class com.azure.runtime.host.resources.Container.Volume
- Volume(String, String) - Constructor for class com.azure.runtime.host.resources.Container.Volume
- Volume(String, String, boolean) - Constructor for class com.azure.runtime.host.resources.Container.Volume
W
- with(String) - Method in class com.azure.runtime.host.utils.templates.TemplateDescriptorsBuilder
- 
Adds a template file to the list of descriptors with the same input and output filename, appended to the previously specified base paths.
- with(String, String) - Method in class com.azure.runtime.host.utils.templates.TemplateDescriptorsBuilder
- 
Adds a template file to the list of descriptors with specified input and output filenames, appended to the previously specified base paths.
- withAnnotation(ResourceAnnotation) - Method in class com.azure.runtime.host.resources.Resource
- 
Adds an annotation to this resource.
- withArgument(String) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithArguments
- withArguments(Iterable<String>) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithArguments
- withArguments(String...) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithArguments
- withBindMount(Container.BindMount) - Method in class com.azure.runtime.host.resources.Container
- withBuildArg(String, String) - Method in class com.azure.runtime.host.resources.DockerFile
- withCommand(String) - Method in class com.azure.runtime.host.resources.Executable
- 
The path to the command.
- withCommand(String[]) - Method in class com.azure.runtime.host.extensions.microservice.common.utils.DeploymentStrategy
- withContext(String) - Method in class com.azure.runtime.host.resources.DockerFile
- 
Sets the path to the context that will be used to build a container image.
- withDeployment(AzureOpenAIDeployment) - Method in class com.azure.runtime.host.extensions.azure.openai.resources.AzureOpenAIResource
- withEntryPoint(String) - Method in class com.azure.runtime.host.resources.Container
- withEnvironment(String, String) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEnvironment
- withEnvironment(Consumer<EnvironmentCallbackContext>) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEnvironment
- withEnvironment(Map<String, String>) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEnvironment
- withExtension(Class<T>) - Method in class com.azure.runtime.host.DistributedApplication
- 
Loads the specified extension and makes an instance of it available for configuration, but it does not add the extension to the distributed application.
- withExternalHttpEndpoints() - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
- 
Marks existing http or https endpoints on a resource as external.
- withHttpEndpoint(int) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
- 
Exposes an HTTP endpoint on a resource.
- withHttpEndpoint(Integer, int, String, String, boolean) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
- 
Adds an HTTP endpoint to the resource with specified configurations.
- withHttpsEndpoint(int) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
- 
Exposes an HTTPS endpoint on a resource.
- withHttpsEndpoint(Integer, int, String, String, boolean) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEndpoints
- 
Exposes an HTTPS endpoint on a resource.
- withImage(String) - Method in class com.azure.runtime.host.resources.Container
- withName(String) - Method in class com.azure.runtime.host.resources.Container.Volume
- withOpenTelemetry() - Method in class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- withParameter(String, Object) - Method in class com.azure.runtime.host.resources.AzureBicepResource
- withParameter(String, Object) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithParameters
- 
Adds a parameter to this resource.
- withParameters(Map<String, Object>) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithParameters
- withPath(String) - Method in class com.azure.runtime.host.extensions.microservice.common.resources.MicroserviceProject
- 
The path to the project file.
- withPath(String) - Method in class com.azure.runtime.host.resources.AzureBicepResource
- withPath(String) - Method in class com.azure.runtime.host.resources.DockerFile
- 
Sets the path to the Dockerfile to be built into a container image.
- withPort(int) - Method in class com.azure.runtime.host.extensions.microservice.common.resources.EurekaServiceDiscovery
- withReadonly() - Method in class com.azure.runtime.host.resources.Container.BindMount
- withReadOnly() - Method in class com.azure.runtime.host.resources.Container.Volume
- withReference(EndpointReference<?>) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEnvironment
- 
Injects service discovery information from the specified endpoint into the resource using the source resource's name as the service name.
- withReference(Resource<?>) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithReference
- withReference(String, String) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEnvironment
- 
Injects service discovery information as environment variables from the URI into the destination resource, using the name as the service name.
- withReference(R, String, boolean) - Method in interface com.azure.runtime.host.resources.traits.ResourceWithEnvironment
- 
Injects a connection string as an environment variable from the source resource into the destination resource, using the source resource's name as the connection string name (if not overridden).
- withSource(String) - Method in class com.azure.runtime.host.resources.Container.BindMount
- withTarget(String) - Method in class com.azure.runtime.host.resources.Container.BindMount
- withTarget(String) - Method in class com.azure.runtime.host.resources.Container.Volume
- withVolume(Container.Volume) - Method in class com.azure.runtime.host.resources.Container
- withWorkingDirectory(String) - Method in class com.azure.runtime.host.resources.Executable
- 
The path to the working directory.
All Classes and Interfaces|All Packages