Skip to content
DocsTry Aspire
DocsTry

ExistingAzureResourceAnnotation Constructors

ClassConstructors1 member
Represents a resource that is not managed by Aspire's provisioning or container management layer.
Represents a resource that is not managed by Aspire's provisioning or container management layer.
public sealed class ExistingAzureResourceAnnotation
{
public ExistingAzureResourceAnnotation(
object name,
object? resourceGroup = null)
{
// ...
}
}
nameobject
resourceGroupobject?optional