Application Gateway Backend Settings Response
data class ApplicationGatewayBackendSettingsResponse(val etag: String, val hostName: String? = null, val id: String? = null, val name: String? = null, val pickHostNameFromBackendAddress: Boolean? = null, val port: Int? = null, val probe: SubResourceResponse? = null, val protocol: String? = null, val provisioningState: String, val timeout: Int? = null, val trustedRootCertificates: List<SubResourceResponse>? = null, val type: String)
Backend address pool settings of an application gateway.
Constructors
Link copied to clipboard
constructor(etag: String, hostName: String? = null, id: String? = null, name: String? = null, pickHostNameFromBackendAddress: Boolean? = null, port: Int? = null, probe: SubResourceResponse? = null, protocol: String? = null, provisioningState: String, timeout: Int? = null, trustedRootCertificates: List<SubResourceResponse>? = null, type: String)
Properties
Link copied to clipboard
Whether to pick server name indication from the host name of the backend server for Tls protocol. Default value is false.
Link copied to clipboard
Probe resource of an application gateway.
Link copied to clipboard
The provisioning state of the backend HTTP settings resource.
Link copied to clipboard
Array of references to application gateway trusted root certificates.