Skip to content
Docs Try Aspire

DelegatedSubnetAnnotation Constructors

Class Constructors 1 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)
{
// ...
}
}
subnetId ReferenceExpression The subnet ID reference expression.