AzureSubnetServiceDelegationAnnotation Constructors
ClassConstructors1 member
Annotation to specify a service delegation for an Azure Subnet.
Constructor(string, string)Section titled Constructor(string, string) Annotation to specify a service delegation for an Azure Subnet.
public sealed class AzureSubnetServiceDelegationAnnotation{ public AzureSubnetServiceDelegationAnnotation( string name, string serviceName) { // ... }}Parameters
namestringThe name of the service delegation.serviceNamestringThe service name for the delegation (e.g., "Microsoft.App/environments").