A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.microsoft.com/en-us/dotnet/api/aspire.hosting.applicationmodel below:

Aspire.Hosting.ApplicationModel Namespace | Microsoft Learn

AfterEndpointsAllocatedEvent

This event is published after all endpoints have been allocated.

AfterResourcesCreatedEvent

This event is published after all resources have been created.

AllocatedEndpoint

Represents an endpoint allocated for a service instance.

AspireStoreExtensions

Provides extension methods for IDistributedApplicationBuilder to create an IAspireStore instance.

AzureOpenAIDeployment

Represents an Azure OpenAI Deployment.

AzureOpenAIDeploymentResource

Represents an Azure OpenAI Deployment resource.

AzureOpenAIResource

Represents an Azure OpenAI resource.

AzureSignalRResource

Represents an Azure SignalR resource.

AzureWebPubSubHubResource

Represents an Azure Web PubSub Hub setting resource.

AzureWebPubSubResource

Represents an Azure Web PubSub resource.

BeforeResourceStartedEvent

This event is raised by orchestrators before they have started a new resource.

BeforeStartEvent

This event is published before the application starts.

CommandLineArgsCallbackAnnotation

Represents an annotation that provides a callback to be executed with a list of command-line arguments when an executable resource is started.

CommandLineArgsCallbackContext

Represents a callback context for the list of command-line arguments associated with an executable resource.

CommandOptions

Optional configuration for resource commands added with WithCommand<T>(IResourceBuilder<T>, String, String, Func<ExecuteCommandContext,Task<ExecuteCommandResult>>, CommandOptions).

CommandResults

A factory for ExecuteCommandResult.

ConnectionStringAvailableEvent

The ConnectionStringAvailableEvent is raised when a connection string becomes available for a resource.

ConnectionStringRedirectAnnotation

Links to a resource that implements IResourceWithConnectionString that can be used by the containing resource to acquire a connection string.

ConnectionStringReference

Represents a reference to a connection string.

ContainerDirectory

Represents a directory in the container file system.

ContainerFile

Represents a file in the container file system.

ContainerFileSystemCallbackAnnotation

Represents a callback annotation that specifies files and folders that should be created or updated in a container.

ContainerFileSystemCallbackContext

Represents the context for a ContainerFileSystemCallbackAnnotation callback.

ContainerFileSystemItem

Represents a base class for file system entries in a container.

ContainerImageAnnotation

Represents an annotation for a container image.

ContainerImagePullPolicyAnnotation

Annotation that controls the image pull policy for a container resource.

ContainerImageReference

Represents the fully‑qualified container image reference that should be deployed.

ContainerLifetimeAnnotation

Annotation that controls the lifetime of a container resource.

ContainerMountAnnotation

Represents a mount annotation for a container resource.

ContainerNameAnnotation

Represents an annotation for a custom container name.

ContainerPortReference

Represents a TCP/UDP port that a container can expose.

ContainerRegistryReferenceAnnotation

Annotation that indicates a resource is using a specific container registry.

ContainerResource

A resource that represents a specified container.

ContainerRuntimeArgsCallbackAnnotation

Represents an additional argument to pass to the container runtime run command.

ContainerRuntimeArgsCallbackContext

Represents a callback context for the list of command-line arguments to be passed to the container runtime run command.

CustomResourceKnownProperties

Known properties for resources that show up in the dashboard.

CustomResourceSnapshot

An immutable snapshot of the state of a resource.

DefaultLaunchProfileAnnotation

An annotation that specifies the default launch profile for a resource.

DeployingCallbackAnnotation

Represents a default deploying callback annotation for a distributed application model.

DeployingContext

Provides contextual information and services for the deploying process of a distributed application.

DeploymentTargetAnnotation

Represents an annotation for a deployment target.

DisableForwardedHeadersAnnotation

Represents an annotation that disables enabling forwarded headers on ASP.NET Core projects on publish.

DistributedApplicationModel

Represents a distributed application.

DistributedApplicationModelExtensions

Provides extension methods on the DistributedApplicationModel class.

DockerBuildArg

Represents a name/value pair, used to satisfy the docker builder --build-arg <NAME>[=<VALUE>] command switch. For more information, see .

DockerfileBuildAnnotation

Represents an annotation for customizing a Dockerfile build.

ElasticsearchResource

A resource that represents a Elasticsearch

EmulatorResourceAnnotation

Represents an annotation for an emulator resource that should be ignored by provisioners.

EndpointAnnotation

Represents an endpoint annotation that describes how a service should be bound to a network.

EndpointNameAttribute

Signifies 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.

EndpointReferenceExpression

Represents a property expression for an endpoint reference.

EnvironmentCallbackAnnotation

Represents an annotation that provides a callback to modify the environment variables of an application.

EnvironmentCallbackContext

Represents a callback context for environment variables associated with a publisher.

EnvironmentVariableSnapshot

A snapshot of an environment variable.

ExcludeLaunchProfileAnnotation

Represents an annotation that indicates that launch settings should not be used.

ExecutableResource

A resource that represents a specified executable process.

ExecuteCommandContext

Context for ExecuteCommand.

ExecuteCommandResult

The result of executing a command. Returned from ExecuteCommand.

ExplicitStartupAnnotation

Represents an annotation for instructing the resource not to be started with the app host.

GarnetResource

A resource that represents a Garnet resource independent of the hosting model.

GenerateParameterDefault

Represents that a default value should be generated.

HealthCheckAnnotation

An annotation which tracks the name of the health check used to detect to health of a resource.

HealthReportSnapshot

A report produced by a health check about a resource.

HostUrl

Represents a URL on the host machine. When referenced in a container resource, localhost will be replaced with the configured container host name.

HttpCommandOptions

Optional configuration for resource HTTP commands added with WithHttpCommand<TResource>(IResourceBuilder<TResource>, String, String, String, String, HttpCommandOptions)."/>

HttpCommandRequestContext

Context 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).

HttpCommandResultContext

Context 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).

InitializeResourceEvent

This event is raised by orchestrators to signal to resources that they should initialize themselves.

InputGeneratorAnnotation

Annotation for customizing the input generation for a parameter.

KeycloakResource

A 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, or null 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.

KnownResourceStateStyles

The set of well known resource states.

LaunchProfileAnnotation

Represents an annotation that specifies the launch profile name for a resource.

ManifestPublishingCallbackAnnotation

Represents an annotation that provides a callback to be executed during manifest publishing.

MilvusDatabaseResource

A resource that represents a Milvus database. This is a child resource of a MilvusServerResource.

MongoDBDatabaseResource

A resource that represents a MongoDB database. This is a child resource of a MongoDBServerResource.

MongoDBServerResource

A resource that represents a MongoDB container.

MySqlDatabaseResource

A resource that represents a MySQL database. This is a child resource of a MySqlServerResource.

MySqlServerResource

A resource that represents a MySQL container.

NatsServerResource

A resource that represents a NATS server container.

OracleDatabaseResource

A resource that represents an Oracle Database database. This is a child resource of a OracleDatabaseServerResource.

OracleDatabaseServerResource

A resource that represents an Oracle Database container.

OtlpExporterAnnotation

An annotation which indicates that a resource has OTLP exporter configured.

ParameterDefault

Represents how a default value should be retrieved.

ParameterResource

Represents a parameter resource.

PostgresDatabaseResource

A resource that represents a PostgreSQL database. This is a child resource of a PostgresServerResource.

PostgresServerResource

A resource that represents a PostgreSQL container.

ProjectResource

A resource that represents a specified .NET project.

ProjectResourceExtensions

Provides extension methods for DistributedApplicationModel to work with ProjectResource instances.

ProxySupportAnnotation

Proxy support annotation for a resource, used to disable all endpoint proxies for a resource if desired

PublishingCallbackAnnotation

Represents a default publishing callback annotation for a distributed application model.

PublishingContext

Provides contextual information and services for the publishing process of a distributed application.

QdrantServerResource

A resource that represents a Qdrant database.

RabbitMQServerResource

A resource that represents a RabbitMQ resource.

RedisResource

A resource that represents a Redis resource independent of the hosting model.

ReferenceExpression

Represents 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.

ReferenceExpressionBuilder

A builder for creating ReferenceExpression instances.

RelationshipSnapshot

A snapshot of a relationship.

ReplicaAnnotation

Represents an annotation that specifies the number of replicas for a resource.

Resource

Represents an abstract resource that can be used by an application, that implements IResource.

ResourceAnnotationCollection

Represents a collection of resource metadata annotations.

ResourceCommandAnnotation

Represents a command annotation for a resource.

ResourceCommandService

A service to execute resource commands.

ResourceCommandSnapshot

A snapshot of a resource command.

ResourceEndpointsAllocatedEvent

This event is raised by orchestrators to signal to resources that their endpoints have been allocated.

ResourceEvent

Represents a change in the state of a resource.

ResourceExtensions

Provides extension methods for the IResource interface.

ResourceLoggerService

A service that provides loggers for resources to write to.

ResourceNameAttribute

Signifies 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.

ResourceNotificationServiceOptions

Options for the ResourceNotificationService.

ResourcePropertySnapshot

A snapshot of the resource property.

ResourceReadyEvent

Event that is raised when a resource initially transitions to a ready state.

ResourceRelationshipAnnotation

An annotation which represents the relationship between two resources.

ResourceSnapshotAnnotation

An annotation that represents the initial snapshot of a resource.

ResourceStateSnapshot

A snapshot of the resource state

ResourceUrlAnnotation

A URL that should be displayed for a resource.

ResourceUrlsCallbackAnnotation

Represents an annotation that provides a callback to modify URLs that should be displayed for the resource.

ResourceUrlsCallbackContext

Represents a callback context for resource URLs.

SeqResource

A .NET Aspire resource that is a Seq server.

SqlServerDatabaseResource

A resource that represents a SQL Server database that is a child of a SQL Server container resource.

SqlServerServerResource

A resource that represents a SQL Server container.

UpdateCommandStateContext

Context for UpdateState.

UrlDisplayPropertiesSnapshot

A snapshot of the display properties for a url.

UrlSnapshot

A snapshot of the URL.

ValkeyResource

A resource that represents a Valkey resource independent of the hosting model.

VolumeSnapshot

A snapshot of a volume, mounted to a container.

WaitAnnotation

Represents 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