AzureSubnetServiceDelegationAnnotation Constructors
Class Constructors 1 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
name string The name of the service delegation. serviceName string The service name for the delegation (e.g., "Microsoft.App/environments").