Skip to content
Docs Try Aspire

ExistingAzureResourceAnnotation Constructors

Class Constructors 1 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)
{
// ...
}
}
name object
resourceGroup object? optional