Skip to content
DocsTry Aspire
DocsTry

DelegatedSubnetAnnotation Constructors

ClassConstructors1 member
Annotation that stores a reference to a subnet for an Azure resource that implements IAzureDelegatedSubnetResource.
Constructor(ReferenceExpression)Section titled Constructor(ReferenceExpression)
Annotation that stores a reference to a subnet for an Azure resource that implements IAzureDelegatedSubnetResource.
public sealed class DelegatedSubnetAnnotation
{
public DelegatedSubnetAnnotation(
ReferenceExpression subnetId)
{
// ...
}
}
subnetIdReferenceExpressionThe subnet ID reference expression.