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.
Constructors
Link copied to clipboard
fun ApplicationGatewayIPConfigurationResponse(etag: String, id: String? = null, name: String? = null, provisioningState: String, subnet: SubResourceResponse? = null, type: String)