This event is published after all endpoints have been allocated.
AfterResourcesCreatedEventThis event is published after all resources have been created.
AllocatedEndpointRepresents an endpoint allocated for a service instance.
AspireStoreExtensionsProvides extension methods for IDistributedApplicationBuilder to create an IAspireStore instance.
AzureOpenAIDeploymentRepresents an Azure OpenAI Deployment.
AzureOpenAIDeploymentResourceRepresents an Azure OpenAI Deployment resource.
AzureOpenAIResourceRepresents an Azure OpenAI resource.
AzureSignalRResourceRepresents an Azure SignalR resource.
AzureWebPubSubHubResourceRepresents an Azure Web PubSub Hub setting resource.
AzureWebPubSubResourceRepresents an Azure Web PubSub resource.
BeforeResourceStartedEventThis event is raised by orchestrators before they have started a new resource.
BeforeStartEventThis event is published before the application starts.
CommandLineArgsCallbackAnnotationRepresents an annotation that provides a callback to be executed with a list of command-line arguments when an executable resource is started.
CommandLineArgsCallbackContextRepresents a callback context for the list of command-line arguments associated with an executable resource.
CommandOptionsOptional configuration for resource commands added with WithCommand<T>(IResourceBuilder<T>, String, String, Func<ExecuteCommandContext,Task<ExecuteCommandResult>>, CommandOptions).
CommandResultsA factory for ExecuteCommandResult.
ConnectionStringAvailableEventThe ConnectionStringAvailableEvent is raised when a connection string becomes available for a resource.
ConnectionStringRedirectAnnotationLinks to a resource that implements IResourceWithConnectionString that can be used by the containing resource to acquire a connection string.
ConnectionStringReferenceRepresents a reference to a connection string.
ContainerDirectoryRepresents a directory in the container file system.
ContainerFileRepresents a file in the container file system.
ContainerFileSystemCallbackAnnotationRepresents a callback annotation that specifies files and folders that should be created or updated in a container.
ContainerFileSystemCallbackContextRepresents the context for a ContainerFileSystemCallbackAnnotation callback.
ContainerFileSystemItemRepresents a base class for file system entries in a container.
ContainerImageAnnotationRepresents an annotation for a container image.
ContainerImagePullPolicyAnnotationAnnotation that controls the image pull policy for a container resource.
ContainerImageReferenceRepresents the fullyâqualified container image reference that should be deployed.
ContainerLifetimeAnnotationAnnotation that controls the lifetime of a container resource.
ContainerMountAnnotationRepresents a mount annotation for a container resource.
ContainerNameAnnotationRepresents an annotation for a custom container name.
ContainerPortReferenceRepresents a TCP/UDP port that a container can expose.
ContainerRegistryReferenceAnnotationAnnotation that indicates a resource is using a specific container registry.
ContainerResourceA resource that represents a specified container.
ContainerRuntimeArgsCallbackAnnotationRepresents an additional argument to pass to the container runtime run command.
ContainerRuntimeArgsCallbackContextRepresents a callback context for the list of command-line arguments to be passed to the container runtime run command.
CustomResourceKnownPropertiesKnown properties for resources that show up in the dashboard.
CustomResourceSnapshotAn immutable snapshot of the state of a resource.
DefaultLaunchProfileAnnotationAn annotation that specifies the default launch profile for a resource.
DeployingCallbackAnnotationRepresents a default deploying callback annotation for a distributed application model.
DeployingContextProvides contextual information and services for the deploying process of a distributed application.
DeploymentTargetAnnotationRepresents an annotation for a deployment target.
DisableForwardedHeadersAnnotationRepresents an annotation that disables enabling forwarded headers on ASP.NET Core projects on publish.
DistributedApplicationModelRepresents a distributed application.
DistributedApplicationModelExtensionsProvides extension methods on the DistributedApplicationModel class.
DockerBuildArgRepresents a name/value pair, used to satisfy the docker builder --build-arg <NAME>[=<VALUE>]
command switch. For more information, see .
Represents an annotation for customizing a Dockerfile build.
ElasticsearchResourceA resource that represents a Elasticsearch
EmulatorResourceAnnotationRepresents an annotation for an emulator resource that should be ignored by provisioners.
EndpointAnnotationRepresents an endpoint annotation that describes how a service should be bound to a network.
EndpointNameAttributeSignifies that a parameter represents an endpoint name.
Decorate String parameters representing endpoint names with this attribute, e.g.:
public static IResourceBuilder<TResource> WithCustomEndpoint<TResource>(this IResourceBuilder<TResource> builder, [EndpointName] string name)
EndpointReference
Represents an endpoint reference for a resource with endpoints.
EndpointReferenceExpressionRepresents a property expression for an endpoint reference.
EnvironmentCallbackAnnotationRepresents an annotation that provides a callback to modify the environment variables of an application.
EnvironmentCallbackContextRepresents a callback context for environment variables associated with a publisher.
EnvironmentVariableSnapshotA snapshot of an environment variable.
ExcludeLaunchProfileAnnotationRepresents an annotation that indicates that launch settings should not be used.
ExecutableResourceA resource that represents a specified executable process.
ExecuteCommandContextContext for ExecuteCommand.
ExecuteCommandResultThe result of executing a command. Returned from ExecuteCommand.
ExplicitStartupAnnotationRepresents an annotation for instructing the resource not to be started with the app host.
GarnetResourceA resource that represents a Garnet resource independent of the hosting model.
GenerateParameterDefaultRepresents that a default value should be generated.
HealthCheckAnnotationAn annotation which tracks the name of the health check used to detect to health of a resource.
HealthReportSnapshotA report produced by a health check about a resource.
HostUrlRepresents a URL on the host machine. When referenced in a container resource, localhost will be replaced with the configured container host name.
HttpCommandOptionsOptional configuration for resource HTTP commands added with WithHttpCommand<TResource>(IResourceBuilder<TResource>, String, String, String, String, HttpCommandOptions)."/>
HttpCommandRequestContextContext passed to callback to configure HttpRequestMessage when using WithHttpCommand<TResource>(IResourceBuilder<TResource>, String, String, String, String, HttpCommandOptions) or WithHttpCommand<TResource>(IResourceBuilder<TResource>, String, String, Func<EndpointReference>, String, HttpCommandOptions).
HttpCommandResultContextContext passed to callback to configure ExecuteCommandResult when using WithHttpCommand<TResource>(IResourceBuilder<TResource>, String, String, String, String, HttpCommandOptions) or WithHttpCommand<TResource>(IResourceBuilder<TResource>, String, String, Func<EndpointReference>, String, HttpCommandOptions).
InitializeResourceEventThis event is raised by orchestrators to signal to resources that they should initialize themselves.
InputGeneratorAnnotationAnnotation for customizing the input generation for a parameter.
KeycloakResourceA resource that represents a Keycloak resource.
<param name="name">The name of the resource.</param><param name="admin">A parameter that contains the Keycloak admin, ornull
to use a default value.</param><param name="adminPassword">A parameter that contains the Keycloak admin password.</param> KnownResourceStates
The set of well known resource states.
KnownResourceStateStylesThe set of well known resource states.
LaunchProfileAnnotationRepresents an annotation that specifies the launch profile name for a resource.
ManifestPublishingCallbackAnnotationRepresents an annotation that provides a callback to be executed during manifest publishing.
MilvusDatabaseResourceA resource that represents a Milvus database. This is a child resource of a MilvusServerResource.
MongoDBDatabaseResourceA resource that represents a MongoDB database. This is a child resource of a MongoDBServerResource.
MongoDBServerResourceA resource that represents a MongoDB container.
MySqlDatabaseResourceA resource that represents a MySQL database. This is a child resource of a MySqlServerResource.
MySqlServerResourceA resource that represents a MySQL container.
NatsServerResourceA resource that represents a NATS server container.
OracleDatabaseResourceA resource that represents an Oracle Database database. This is a child resource of a OracleDatabaseServerResource.
OracleDatabaseServerResourceA resource that represents an Oracle Database container.
OtlpExporterAnnotationAn annotation which indicates that a resource has OTLP exporter configured.
ParameterDefaultRepresents how a default value should be retrieved.
ParameterResourceRepresents a parameter resource.
PostgresDatabaseResourceA resource that represents a PostgreSQL database. This is a child resource of a PostgresServerResource.
PostgresServerResourceA resource that represents a PostgreSQL container.
ProjectResourceA resource that represents a specified .NET project.
ProjectResourceExtensionsProvides extension methods for DistributedApplicationModel to work with ProjectResource instances.
ProxySupportAnnotationProxy support annotation for a resource, used to disable all endpoint proxies for a resource if desired
PublishingCallbackAnnotationRepresents a default publishing callback annotation for a distributed application model.
PublishingContextProvides contextual information and services for the publishing process of a distributed application.
QdrantServerResourceA resource that represents a Qdrant database.
RabbitMQServerResourceA resource that represents a RabbitMQ resource.
RedisResourceA resource that represents a Redis resource independent of the hosting model.
ReferenceExpressionRepresents an expression that might be made up of multiple resource properties. For example, a connection string might be made up of a host, port, and password from different endpoints.
ReferenceExpressionBuilderA builder for creating ReferenceExpression instances.
RelationshipSnapshotA snapshot of a relationship.
ReplicaAnnotationRepresents an annotation that specifies the number of replicas for a resource.
ResourceRepresents an abstract resource that can be used by an application, that implements IResource.
ResourceAnnotationCollectionRepresents a collection of resource metadata annotations.
ResourceCommandAnnotationRepresents a command annotation for a resource.
ResourceCommandServiceA service to execute resource commands.
ResourceCommandSnapshotA snapshot of a resource command.
ResourceEndpointsAllocatedEventThis event is raised by orchestrators to signal to resources that their endpoints have been allocated.
ResourceEventRepresents a change in the state of a resource.
ResourceExtensionsProvides extension methods for the IResource interface.
ResourceLoggerServiceA service that provides loggers for resources to write to.
ResourceNameAttributeSignifies that a parameter represents a resource name.
Decorate String parameters representing resource names with this attribute, e.g.:
public static IResourceBuilder<MyResource> AddCustomResource(this IDistributedApplicationBuilder builder, [ResourceName] string name)
ResourceNotificationService
A service that allows publishing and subscribing to changes in the state of a resource.
ResourceNotificationServiceOptionsOptions for the ResourceNotificationService.
ResourcePropertySnapshotA snapshot of the resource property.
ResourceReadyEventEvent that is raised when a resource initially transitions to a ready state.
ResourceRelationshipAnnotationAn annotation which represents the relationship between two resources.
ResourceSnapshotAnnotationAn annotation that represents the initial snapshot of a resource.
ResourceStateSnapshotA snapshot of the resource state
ResourceUrlAnnotationA URL that should be displayed for a resource.
ResourceUrlsCallbackAnnotationRepresents an annotation that provides a callback to modify URLs that should be displayed for the resource.
ResourceUrlsCallbackContextRepresents a callback context for resource URLs.
SeqResourceA .NET Aspire resource that is a Seq server.
SqlServerDatabaseResourceA resource that represents a SQL Server database that is a child of a SQL Server container resource.
SqlServerServerResourceA resource that represents a SQL Server container.
UpdateCommandStateContextContext for UpdateState.
UrlDisplayPropertiesSnapshotA snapshot of the display properties for a url.
UrlSnapshotA snapshot of the URL.
ValkeyResourceA resource that represents a Valkey resource independent of the hosting model.
VolumeSnapshotA snapshot of a volume, mounted to a container.
WaitAnnotationRepresents a wait relationship between two resources.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4