Application Gateway IPConfiguration Response
data class ApplicationGatewayIPConfigurationResponse(val etag: String, val id: String? = null, val name: String? = null, val provisioningState: String, val subnet: SubResourceResponse? = null, val type: String)
IP configuration of an application gateway. Currently 1 public and 1 private IP configuration is allowed.