Skip to content
Docs Try Aspire
Docs Try

AzureSubnetResource.withNatGateway

Method
📦 Aspire.Hosting.Azure.Network v13.4.0
interface AzureSubnetResource {
// ... omitted for brevity
withNatGateway(natGateway: AzureNatGatewayResource): AzureSubnetResource;
}

Signature

method withNatGateway builder
Associates a NAT Gateway with the subnet.
withNatGateway(natGateway: AzureNatGatewayResource): AzureSubnetResource
natGateway AzureNatGatewayResource
AzureSubnetResource

Defined on

This method is defined on the following type: