Skip to content
Docs Try Aspire

AzureSubnetServiceDelegationAnnotation Constructors

Class Constructors 1 member
Annotation to specify a service delegation for an Azure Subnet.
Annotation to specify a service delegation for an Azure Subnet.
public sealed class AzureSubnetServiceDelegationAnnotation
{
public AzureSubnetServiceDelegationAnnotation(
string name,
string serviceName)
{
// ...
}
}
name string The name of the service delegation.
serviceName string The service name for the delegation (e.g., "Microsoft.App/environments").