Application Gateway Backend Settings Args
constructor(hostName: Output<String>? = null, id: Output<String>? = null, name: Output<String>? = null, pickHostNameFromBackendAddress: Output<Boolean>? = null, port: Output<Int>? = null, probe: Output<SubResourceArgs>? = null, protocol: Output<Either<String, ApplicationGatewayProtocol>>? = null, timeout: Output<Int>? = null, trustedRootCertificates: Output<List<SubResourceArgs>>? = null)