Share via


ExistingAzureResourceAnnotation Class

Definition

Represents a resource that is not managed by Aspire's provisioning or container management layer.

public sealed class ExistingAzureResourceAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type ExistingAzureResourceAnnotation = class
    interface IResourceAnnotation
Public NotInheritable Class ExistingAzureResourceAnnotation
Implements IResourceAnnotation
Inheritance
ExistingAzureResourceAnnotation
Implements

Constructors

ExistingAzureResourceAnnotation(Object, Object)

Represents a resource that is not managed by Aspire's provisioning or container management layer.

Properties

Name

Gets the name of the existing resource.

ResourceGroup

Gets the name of the existing resource group. If null, use the current resource group.

Applies to