NetworkInterfaceApplicationGatewayBackendAddressPoolAssociationArgs

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

Constructors

constructor(backendAddressPoolId: Output<String>? = null, ipConfigurationName: Output<String>? = null, networkInterfaceId: Output<String>? = null)

Properties

Link copied to clipboard
val backendAddressPoolId: Output<String>? = null

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
val ipConfigurationName: Output<String>? = null

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
val networkInterfaceId: Output<String>? = null

The ID of the Network Interface. Changing this forces a new resource to be created.

Functions

Link copied to clipboard
open override fun toJava(): NetworkInterfaceApplicationGatewayBackendAddressPoolAssociationArgs