Skip to content
DocsTry Aspire
DocsTry

AzureSubnetResource.withServiceDelegation

Method
📦 Aspire.Hosting.Azure.Network v13.5.3
interface AzureSubnetResource {
// ... omitted for brevity
withServiceDelegation(
serviceName: string,
name?: string): AzureSubnetResource;
}

Signature

methodwithServiceDelegationbuilder
Delegates the subnet to the specified Azure service.
withServiceDelegation(
serviceName: string,
name?: string): AzureSubnetResource
serviceNamestring
namestringoptional
AzureSubnetResource

Defined on

This method is defined on the following type: