Application Gateway Private Link Ip Configuration Args
data class ApplicationGatewayPrivateLinkIpConfigurationArgs(val id: Output<String>? = null, val name: Output<String>? = null, val primary: Output<Boolean>? = null, val privateIPAddress: Output<String>? = null, val privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, val subnet: Output<SubResourceArgs>? = null) : ConvertibleToJava<ApplicationGatewayPrivateLinkIpConfigurationArgs>
The application gateway private link ip configuration.
Constructors
Link copied to clipboard
constructor(id: Output<String>? = null, name: Output<String>? = null, primary: Output<Boolean>? = null, privateIPAddress: Output<String>? = null, privateIPAllocationMethod: Output<Either<String, IPAllocationMethod>>? = null, subnet: Output<SubResourceArgs>? = null)