Network Interface Application Gateway Backend Address Pool Association Args
data class NetworkInterfaceApplicationGatewayBackendAddressPoolAssociationArgs(val backendAddressPoolId: Output<String>? = null, val ipConfigurationName: Output<String>? = null, val networkInterfaceId: Output<String>? = null) : ConvertibleToJava<NetworkInterfaceApplicationGatewayBackendAddressPoolAssociationArgs>
Manages the association between a Network Interface and a Application Gateway's Backend Address Pool.
Import
Associations between Network Interfaces and Application Gateway Backend Address Pools can be imported using the resource id
, e.g.
$ pulumi import azure:network/networkInterfaceApplicationGatewayBackendAddressPoolAssociation:NetworkInterfaceApplicationGatewayBackendAddressPoolAssociation association1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Network/networkInterfaces/nic1/ipConfigurations/example|/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/group1/providers/Microsoft.Network/applicationGateways/gateway1/backendAddressPools/pool1
Content copied to clipboard
Properties
Link copied to clipboard
The ID of the Application Gateway's Backend Address Pool which this Network Interface which should be connected to. Changing this forces a new resource to be created.
Link copied to clipboard
The Name of the IP Configuration within the Network Interface which should be connected to the Backend Address Pool. Changing this forces a new resource to be created.
Link copied to clipboard
The ID of the Network Interface. Changing this forces a new resource to be created.