Application Gateway Probe Response
data class ApplicationGatewayProbeResponse(val etag: String, val host: String? = null, val id: String? = null, val interval: Int? = null, val match: ApplicationGatewayProbeHealthResponseMatchResponse? = null, val minServers: Int? = null, val name: String? = null, val path: String? = null, val pickHostNameFromBackendHttpSettings: Boolean? = null, val pickHostNameFromBackendSettings: Boolean? = null, val port: Int? = null, val protocol: String? = null, val provisioningState: String, val timeout: Int? = null, val type: String, val unhealthyThreshold: Int? = null)
Probe of the application gateway.
Constructors
Link copied to clipboard
fun ApplicationGatewayProbeResponse(etag: String, host: String? = null, id: String? = null, interval: Int? = null, match: ApplicationGatewayProbeHealthResponseMatchResponse? = null, minServers: Int? = null, name: String? = null, path: String? = null, pickHostNameFromBackendHttpSettings: Boolean? = null, pickHostNameFromBackendSettings: Boolean? = null, port: Int? = null, protocol: String? = null, provisioningState: String, timeout: Int? = null, type: String, unhealthyThreshold: Int? = null)